The following warnings occurred: | ||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
PROBLEM I suppose CHMOD or Ownership problems - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: PROBLEM I suppose CHMOD or Ownership problems (/showthread.php?tid=7556) |
I suppose CHMOD or Ownership problems - ross104 - 2015-09-20 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 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? RE: I suppose CHMOD or Ownership problems - shawn_a - 2015-09-20 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 |