mcarretero
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to locate WordPress Content directory (wp-content).Hello everybody!
Barabas, the first link will solve the problem but in somes hosting’s providers you can’t have more than one account (like ByetHost). I solved it by adding the following code in my wp-config.php:
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
I’ve just write a post in one of my blogs (a very new blog), but it’s in spanish. May be you will can understand or, at least, be useful. You can see it here:
Solución a los problemas FTP en WordPress 2.8.If you have any question, please leave it in my blog ?? (to respond more faster).
Sorry for my English :S . I’m copying and pasting this post in part on other threads, sorry again.
Forum: Fixing WordPress
In reply to: Auto-Update Failure in WordPress 2.7Hello everybody!
I’m using WordPress 2.8.1 in ByetHost. I had the same problem with “Unable to locate WordPress Plugin directory.” but I solved it by adding the following code in my wp-config.php:
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
I’ve just write a post in one of my blogs (a very new blog), but it’s in spanish. May be you will can understand or, at least, be useful. You can see it here:
Solución a los problemas FTP en WordPress 2.8.If you have any question, please leave it in my blog ??
Sorry for my English :S . I’m copying and pasting this post in part on other threads, sorry again.
Forum: Fixing WordPress
In reply to: Unable to locate WordPress Plugin directoryHello everybody!
I’m using WordPress 2.8.1 in ByetHost. I had the same problem but I solved it by adding the following code in my wp-config.php:
if(is_admin()) { add_filter('filesystem_method', create_function('$a', 'return "direct";' )); define( 'FS_CHMOD_DIR', 0751 ); }
I’ve just write a post in one of my blogs (a very new blog), but it’s in spanish. May be you will can understand or, at least, be useful. You can see it here:
Solución a los problemas FTP en WordPress 2.8.If you have any question, please leave it in my blog ??
Sorry for my English :S