Quote:
Originally Posted by BlackJacket
I am getting this error when i upload new images -
Code:
Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1728
Warning: move_uploaded_file(images/garage/attach/1/garage_vehicle-1-12846935761_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 1805
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phprDlYNW' to 'images/garage/attach/1/garage_vehicle-1-12846935761_full.jpg' in [path]/includes/garage_func_var.php on line 1805
Any idea why?
Thanks again. 
|
I'm sorry, I didn't get notified there was a new reply.
That happens because the permissions on the attach folder aren't working.
Try setting the images/garage/attach and all of it's sub folders to 777.