Quote:
Originally Posted by matt94gt
Hi I am getting these errors:
Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 2744
Warning: mkdir() [function.mkdir]: No such file or directory in [path]/includes/garage_func_var.php on line 2744
Warning: mkdir() [function.mkdir]: No such file or directory in [path]/includes/garage_func_var.php on line 2744
Warning: mkdir() [function.mkdir]: No such file or directory in [path]/includes/garage_func_var.php on line 2744
Warning: move_uploaded_file(images/garage/attach/7/9/6/4/garage_vehicle-4-13123951741_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 2821
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php7wVpvf' to 'images/garage/attach/7/9/6/4/garage_vehicle-4-13123951741_full.jpg' in [path]/includes/garage_func_var.php on line 2821
I set the arage_func_var.php permissions to 777...
any suggestions?
|
It's not the file permissions itself. The images folder doesn't sound like it has permissions for the script to write to. You can change it in the script but the default is images/garage/attach and any sub folders that are created.