Sorry for the delay in responding.
There are two things to check. The first is refer to our documentation regarding permissions of the images/dto_garage/users directory. Make sure that you have 777 access set for that directory and all files under it. The way to apply this is using "chmod -R 777 users" to make it recurse through the directories.
If the problem still exists after the above it will indicate that the database thinks the file is in the file system but it really isn't. If you click on the image and choose to delete it you should delete the entry from the database and throw the unlink warning as above. After that though you should no longer have any issues.
The permissions setting is key to resolving these cases so be sure to refer to our docs at http:/www.drivethruonline.com/help for Garage specific help on this.
Thanks!
Mark
|