Quote:
Originally Posted by Rideharder
Add Image and I have this..
Warning: mkdir() [function.mkdir]: No such file or directory in [path]/dto_garage.php on line 1014
Warning: imagejpeg() [function.imagejpeg]: Unable to open '[path]/images/dto_garage/users/1/1004.jpg' for writing: No such file or directory in [path]/dto_garage.php on line 1018
Warning: imagejpeg() [function.imagejpeg]: Unable to open '[path]/images/dto_garage/users/1/1004t.jpg' for writing: No such file or directory in [path]/dto_garage.php on line 1036
Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:3277) in [path]/dto_garage.php on line 1050
|
This is just a permissions error caused by the
images/dto_garage/users directory not being writable by the web server. Change the permissions on this directory using the shell command
chmod 0777.
You can find this information in our documentation found on our
site under the
Support tab. From there:
- Click on Documentation
- Click on 1.1.0 under DTO Garage
- Click on Administrator to expand that help set
- Click on DTO Garage vBulletin Options
Please note that this documentation serves both Garage and Garage Plus. The differences that apply to Garage Plus are noted when appropriate.
Thanks!
Mark