CODE
Warning: move_uploaded_file(/home/*username*/public_html/cart/images/uploads/mdcat03pl.jpg): failed to open stream: Permission denied in /home/*username*/public_html/cart/admin/filemanager/upload.php on line 104
Warning: move_uploaded_file(): Unable to move '/tmp/phpVYyShn' to '/home/*username*/public_html/cart/images/uploads/mdcat03pl.jpg' in /home/*username*/public_html/cart/admin/filemanager/upload.php on line 104
Warning: move_uploaded_file(): Unable to move '/tmp/phpVYyShn' to '/home/*username*/public_html/cart/images/uploads/mdcat03pl.jpg' in /home/*username*/public_html/cart/admin/filemanager/upload.php on line 104
I have looked at line 104 and it just shows:
CODE
if (move_uploaded_file($_FILES['FCKeditor_File']['tmp_name'], $savefile)) {@chmod($savefile, 0644);
That file is where its supposed to be. Any suggestions?
Thanks!