Quote:
Originally Posted by Front Range 4x4
Warning: mkdir() [function.mkdir]: Permission denied in [path]/includes/garage_func_var.php on line 1723
Warning: move_uploaded_file(images/garage/attach/1/garage_vehicle-1-12671961431_full.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in [path]/includes/garage_func_var.php on line 1798
|
Looking at this seems to indicate it couldn't create the directory which resulted in the second error of not being able to upload the images since the directory wasn't created. Can I create the directory manually? If so where? If I chmod it 777 will subdirectories be created by the script?