GetSimple Support Forum

Full Version: I suppose CHMOD or Ownership problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all!

Moved a site from local server to online server and try to solve CHMOD and ownership problems.

When I edit a page and try to save it I get bunch of errors:
Code:
Warning: chmod() [function.chmod]: Operation not permitted in /var/www/---/---/admin/inc/basic.php on line 322

Warning: chmod() [function.chmod]: Operation not permitted in /var/www/---/---/admin/inc/basic.php on line 322

Warning: chmod() [function.chmod]: Operation not permitted in /var/www/---/---/admin/inc/basic.php on line 322
Error: Headers already sent in /var/www/---/---/admin/inc/basic.php on line 322 If your browser does not redirect you, click here

But all edits on the page get saved successfully.

Data/Pages are set to 777 and Im the owner of those files.

What am I missing?
These are just warnings sounds like chmod is not enabled or php is running in safe mode in which case the owner must match php