• Hi to all,
    I have a big problem on my sites … keep giving this error continuously:
    [php7:warn] [pid 30766] [client 84.221.84.155:52642] PHP Warning: rename(/***/w***/***/diamondfx.it/wp-content/cache/wpscGNSWwC.php,/***/***/****/diamondfx.it/wp-content/wp-cache-config.php): Permission denied in /***/***/***/diamondfx.it/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 1263, referer: https://www.diamondfx.it/wp-admin/edit.php?post_type=shop_order

    How can I solve the problem?
    Thanks in advance for your reply

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like PHP doesn’t have write access to your wp-content directory so it can’t update the plugin configuration. Google or your hosts support documentation will help you figure out how to change those permissions.

    Thread Starter luckid28

    (@luckid28)

    so just give permision to that folder (cache) and it all works out? Problems with FTP or Domain Security?

    Thank you for your reply.

    • This reply was modified 5 years, 1 month ago by luckid28.

    It’s the permission on the wp-content folder. You can do that through your ftp client I suppose. If your user is the same as the webserver then 755 should be enough, otherwise unfortunately it has to be world-writable using 777.

    Thread Starter luckid28

    (@luckid28)

    ok thanks and see you soon!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error PHP Warning: rename’ is closed to new replies.