• I’m getting “Could Not create directory” error. It put our website both back end and front end into maintenance mode. It happened when I tried to do a TinyMCE Advanced update and then again today when I tried to do a Wordfence Security update.
    I have managed to get it out of maintenance mode but unsure how the updates are going to be updated since these errors have only occurred since the 4.4 WordPress update

    I was updating through the Dashboard. Now Our Theme login needs updating but I know if I do the update it will throw our website back into maintenance mode and will get the same error about “Could not create directory” message.
    Hope this gets resolved quickly and hoping that someone helps us out or will a patch be made available since more than 1 person is having this issue?
    Regards Karyn

Viewing 12 replies - 1 through 12 (of 12 total)
  • Moderator James Huff

    (@macmanx)

    Thread Starter proudkiwiknitter

    (@proudkiwiknitter)

    HI James
    we are on a Linux server

    Moderator James Huff

    (@macmanx)

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

    If that makes no different, can you see what your server error log says when you try to update?

    Thread Starter proudkiwiknitter

    (@proudkiwiknitter)

    Hi James. Sorry I have taken so long to get back to you. (had some personal issues that needed attending) Will try what you have suggested today and get back to you. Thanks ??

    Moderator James Huff

    (@macmanx)

    You’re welcome!

    Thread Starter proudkiwiknitter

    (@proudkiwiknitter)

    Hi James, I ended up getting Erin a friend of mine to help me out and this is what she had to say

    Fixed it!

    I changed the file permissions on the server for the plugins directory and upgrade directory but this didnt work.

    What did work was adding “define(‘FS_METHOD’,’direct’);” to the wp-config.php file. This stopped the connect via FTP screen when doing an update and now all updates work!

    With what James said, this is the first and foremost thing to do when there is wordpress issues. Disable all plugins, re enable one at a time to see whats causing the issue or change to a default theme.

    But with a site like Knit World with all the settings etc I was hesitant to try and wasn’t sure it was the answer… I didn’t want anything screwing up so it was worth trying a few other things first.

    But James was right, thats the first thing to try otherwise ??

    All seems to be working ??

    Regards Karyn
    Hope you have an awesome Christmas and New Year

    Moderator James Huff

    (@macmanx)

    Excellent, I’m glad it’s working now. ??

    Thread Starter proudkiwiknitter

    (@proudkiwiknitter)

    Hi James
    With the latest update I have issues in updating. Here is the error message we got……… but we have gotten around it. Please read what Erin has to say underneath this error message about fixing this and what the issue is now

    Update WordPress
    Downloading update from https://downloads.www.ads-software.com/release/wordpress-4.4.1-partial-0.zip…
    Unpacking the update…

    Warning: copy(/home/knitworl/public_html/wp-admin/includes/update-core.php) [function.copy]: failed to open stream: Permission denied in /home/knitworl/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 257
    The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions.: wp-admin/includes/update-core.php
    Installation Failed

    Here is what Erin has to say about getting the update to install. Is there anyway to get around this please?
    I have had a look at the wordpress update issue. I had to bascially change the permissions on two main wordpress directories and all files underneath to get the update to work. Its not safe to leave these directories open, so after the update I had to go and change them back as it is a security risk… Im not sure what we are going to do here as we cant leave them open for updates…

    Hope you can help us please
    Regards Karyn

    Moderator James Huff

    (@macmanx)

    Permissions-wise, all files should be 644 and all directories should be 755. Nothing higher, nothing lower.

    The files should be owned by the same user that PHP runs under, in order to avoid the problem you had with the update.

    Thread Starter proudkiwiknitter

    (@proudkiwiknitter)

    Hi James
    Re the directories, this is the file permissions I set them back to, so thats fine.

    Re the owner/group permissions, *username changed to user1 and user2 for security*

    It looks like the owner/group is set to user1, which is 501 and 502

    PHP seems to be under user2, which is owner/group 500 500

    So im guessing all the wordpress files need to be changed to user2?

    What is the best way of doing this through ssh command?

    Would this be chown -R user2:user2 directory.. OR chown -R 500:500 directory..

    And would this affect the website at all by doing this?

    Regards Karyn

    Thread Starter proudkiwiknitter

    (@proudkiwiknitter)

    Thanks for your help earlier on ?? Hope you can help us with what we have just said.
    Thanks James
    Regards Karyn

    Moderator James Huff

    (@macmanx)

    Probably best to consult your hosting provider on that.

    Been a while since I had to chown anything manually, so I’d rather not be the source of total disaster. ??

    https://en.wikipedia.org/wiki/Chown

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘After upgrading to WP 4.4 it wont let me upgrade themes or plugins’ is closed to new replies.