I've been all over the internet since yesterday before asking. I've just installed wordpress locally using XAMPP.
while trying to install anything it gives me the FTP error where I need to insert them.
I've tried
define('FS_METHOD','direct');
then it doesn't ask for the FTP any longer but instead it gives me.
Unpacking the package…
Could not create directory.
I've tried also to use :
define('FS_METHOD','direct');
define("FTP_HOST", "localhost");
define("FTP_USER", "admin");
define("FTP_PASS", "1234");
same thing, tried to remove first line and leave the FTP lines same thing.
tried to use
chmod 777 /Users/hamudi/.bitnami/stackman/machines/xampp/volumes/root/htdocs/patron/wp-content/themes
chmod 777 /Users/hamudi/.bitnami/stackman/machines/xampp/volumes/root/htdocs/patron/wp-content/plugins
in terminal but nothing happens.
I'M LOSING MY MIND. any chance for help here ? is there a way to access the FTP on local xampp since I thing its only a matter of permissions.
thanks in advance for the help!