Cetheus
Forum Replies Created
-
Forum: Plugins
In reply to: [Shariff for Wordpress] cannot update pluginsHi Petra,
I don’t know if you solved this issue allready.
But if not:The error message says “Cache directory ‘/tmp’ not readable’”
It seems you have a tmp folder in your root directory or WordPress directory, which is not fully accessible.
You should check, if the directory is configured at least with chmod 755 or higher.Then you should be able to update your Plugins again.
Greetings SaschaForum: Plugins
In reply to: [My Custom CSS PHP & ADS] Update deletes my_style.cssSure. I’m hosted by All-Inkl.com and they are running a Linux Server
Forum: Plugins
In reply to: [My Custom CSS PHP & ADS] Update deletes my_style.cssI checked the owner and it is completely set to my User.
I have already reset the User for all my Data again. But no change in the Update behavior.Forum: Plugins
In reply to: [My Custom CSS PHP & ADS] Update deletes my_style.cssNo Problem. If you need more Info, just say it 🙂
Forum: Plugins
In reply to: [My Custom CSS PHP & ADS] Update deletes my_style.cssSure. I did the Update again and it removed the CSS File again.
After the Update I’m receiving the following Message:
Warning: file_put_contents(/www/htdocs/**********/***********/wp-content/plugins/my-custom-css/my_style.css) [function.file-put-contents]: failed to open stream: Permission denied in /www/htdocs/**********/***********/wp-content/plugins/my-custom-css/my-custom-css.php on line 58It’s interesting, that he says “Permission denied” instead of “File not found”
Also if the File was created with CHMOD 644 it isn’t filled by the Plugin. It has to be set to 777 manually.
The directory is set to CHMOD 755…