medsdeb
Forum Replies Created
-
Forum: Plugins
In reply to: Problem with WordPress Plugin directoryThere is a solution from a user here called “mcarretero” post link is here , his fix was to add this code
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
to the your wp-config.php file. I had the same problem and this fixed it for me.
Forum: Plugins
In reply to: Missing Plugin Directory?There is a solution from a user here called “mcarretero” post link is here , his fix was to add this code
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
to the your wp-config.php file. I had the same problem and this fixed it for me.
Forum: Plugins
In reply to: Problem with WordPress Plugin directoryThere is a solution from a user here called “mcarretero” post link is here , his fix was to add this code
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
to the your wp-config.php file. I had the same problem and this fixed it for me.
Forum: Fixing WordPress
In reply to: Unable to locate WordPress Plugin folderI found a fix.
There is a solution from a user here called “mcarretero” post link is here , his fix was to add this code
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
to the your wp-config.php file. I had the same problem and this fixed it for me.
Forum: Fixing WordPress
In reply to: Autoupdate: “Unable to locate WordPress Root directory”There is a solution from a user here called “mcarretero” post link is here , his fix was to add this code
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
to the your wp-config.php file. I had the same problem and this fixed it for me.
Forum: Fixing WordPress
In reply to: Unable to locate WordPress Content directory (wp-content).There is a solution from a user here called “mcarretero” post link is here , his fix was to add this code
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
to the your wp-config.php file. I had the same problem and this fixed it for me.
Forum: Plugins
In reply to: Upgrade Plugin: Unable to locate WordPress Content directory (wp-content).There is a solution from a user here called “mcarretero” post link is here , his fix was to add this code
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
to the your wp-config.php file. I had the same problem and this fixed it for me.
Forum: Fixing WordPress
In reply to: Unable to locate WordPress Plugin directoryTHANK YOU mcarretero, your solution also solved my problem.
Forum: Fixing WordPress
In reply to: “Unable to locate WordPress Plugin directory” (–It’s right there!)Hi
Im having this same problems, there doesn’t seem to be a solution.
I had a perfect working version of wp 2.9 and I tried to install a polling plugin then it started saying Unable to locate WordPress Plugin directory” error.I check the server and the plugin folder is 100% there.