Results 1 to 3 of 3

Thread: Unable to locate WordPress Content directory (wp-content).

  1. #1
    Thread Starter
    Junior Member anutka's Avatar
    Join Date
    Mar 2010
    Location
    Poland
    Posts
    49
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Unable to locate WordPress Content directory (wp-content).

    HI there

    I have this message when trying to update my plugins automatically ( WP 3.0.5): <strong>Unable to locate WordPress Content directory (wp-content)</strong>. I had the same message on my other website after upgrading WP but had no time to investigate and just did the upgrade via ftp. But now when I see the same info on the other site I start to wonder if this is a common info? Do you know how to fix this? Thanks

  2. #2
    Thread Starter
    Junior Member anutka's Avatar
    Join Date
    Mar 2010
    Location
    Poland
    Posts
    49
    Thanks
    4
    Thanked 0 Times in 0 Posts
    Ok, I done this; here is what worked for me:
    1. add this code to wp-config:

    if(is_admin()) {
    add_filter('filesystem_method', create_function('$a', 'return "direct";' ));
    define( 'FS_CHMOD_DIR', 0751 );
    }

    2. change permission to 777 on upgrade folder
    3. change permission to 777 on Akismet folder (777 on plugins folder wasnt enough..)

  3. #3
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    Great and thanks for sharing the codes.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Demo Content
    By munders in forum Help Using ClassiPress
    Replies: 2
    Last Post: August 26th, 2010, 07:29 AM
  2. Replies: 4
    Last Post: August 2nd, 2010, 05:43 AM