Support Forum
Hi,
I have read (http://stackoverflow.com/quest.....ed-hosting) at the very last reply in that link that php safe mode is depreciated in php 5.3 so that shouldn't be the cause correct?
Hi,
Figured it out! I deleted the install folder, then I then extracted the folder contents, uploaded it as normal, but I had to chmod the wp-content folder to 777, I had to look in the php file sp-load-install.php to figure that one out! Funny how things work sometimes.
Thank you
Brian
Not a problem, I am checking through the script, it's looking pretty cool! I am figuring the usergroups and permissions settings, referring to the setup of the forums...I'll get it.
I encountered the same problem, and tried the 777 work-around mentioned by Brian07002 as a temporary fix, to troubleshoot. (777 means that anyone and everyone can install and execute programs there!) Once I'd installed simple:press, I checked to see who owned the newly installed items. The listed owner was the group, "www-data."
In summary: at least on my machine, simple:press expects /wp-content to belong to www-data, but it actually belong to root.
Workaround: in a terminal in your WordPress directory, change the group for wp-content and its contents to www-data (sudo chgrp -R www-data wp-content/) and change permissions to 775 (chmod -R 775 wp-content/). That allows both root and members of www-data to read, write, and execute files, but does not allow strangers or intruders to do so.
I have not figured out why the owner of the WordPress folders is root while the owner of the simple:press folders is www-data. I suspect that there is a better work-around that mine, but 775 is safer than 777, so I thought I'd post.
Thanks for the input. Still not sure I completely follow you there!
The bottom line is that 'www-data' should be the owner of wp-content. It most certainly should NOT be 'root'. The whole point of wp-content is to give the user and other plugins a place to create files and folders necessary for them. Hosts should know this. So yes - 'www-data' with permissions of 775 is absolutely what it should be.
YELLOW
SWORDFISH
|
I had this error too.
If you are your own hoster, try to fix it in PuTTY by setting this rule :
Personally, it's OK.
chown www-data:www-data /var/www -R
1 Guest(s)