Jump to:
| Project: | Gallery Assist ImageCache |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Directories aren't created for the image cache. File uploads fine though. Some info ...
Watchdog Message: Failed generating an image from %image using imagecache preset %preset.
User Display Message:
warning: mkdir(): No such file or directory in ..\modules\imagecache\imagecache.module on line 555
... which is ...
imagecache.module: // Build the destination folder tree if it doesn't already exists.
if (!file_check_directory($dir, FILE_CREATE_DIRECTORY) && !mkdir($dir, 0775, TRUE)) {
watchdog('imagecache', 'Failed to create imagecache directory: %dir', array('%dir' => $dir), WATCHDOG_ERROR);
return FALSE;Specific Modules In Use
imagecache.info,v 1.6.2.2 2009/08/19 version = "6.x-2.x-dev"
gallery_assist_ic.info,v 1.1 2009/10/11 version = "6.x-1.1"
gallery_assist.info,v 1.1.2.6 2010/01/26 version = "6.x-1.x-dev"
Turned off Gallery Assist Image Cache and still the same problem, so this post might need moving to #654446: Images don´t show up. Tried changing the chmod from 0775 to 775 and 777 in the code above, emptying cache tables in phpmyadmin, but no effect. Strangely (using windows apache localhost) the ../files/imagecache folder doesn't show as read-only or full rights, somewhere in between even when using chmod 777 in the code above. Could this be a .htaccess problem? Your advice much appreciated.
Comments
#1
sorry this is not a issue from gallery assist