Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Hello 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.

    Hello 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

Viewing 3 replies - 1 through 3 (of 3 total)