When I want to insert a new picture for my site Gives me the : Warning: move_uploaded_file(../data/images/549.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/soussfilm/domains/soussfilm.net/public_html/system/controls/images.php on line 157 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpL3fUOq' to '../data/images/549.jpg' in /home/soussfilm/domains/soussfilm.net/public_html/system/controls/images.php on line 157 What is the solution
Just guessing but maybe you could change your file directory permissions for the function.move-uploaded-file. Have you tried to comment out on line 157 to see what or if any other errors occur? as this is the line your error statement is referring to. Also check your php ini as there maybe hosting restrictions on remote calls for security reasons, again I'm just surmising as to what I generally do to troubleshoot when issues like these happen.