Hi, I've been using Drupal for 2 days trying to remake an existing from scratch and installed your Fast Gallery module. The gallery shows the pictures in full size (not thumbnails) and when I click on them they pop up and I can scroll between them. So the pop-up is great but I was wondering if you could help me get the thumbnails (more of a ImageCache problem). I created 2 ImageCaches presets: "ImageLibrary_Big" and "ImageLibrary_Small". On the Fast Gallery configuration page I have

path: sites\default\files\imagecache
Gallery Overview namespace: ImageLibrary_Small (in the description for this you wrote 'galery' just a small typo you might want to fix)
Big Picture namespace: ImageLibrary_Big
Images per Page: 6

But when I try to add any action to a preset I get this error (this was for scale):
"user warning: Field 'module' doesn't have a default value query: INSERT INTO imagecache_action (presetid, weight, action, data) VALUES (2, 0, 'imagecache_scale', 'a:3:{s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:4:\"100%\";s:7:\"upscale\";i:0;}') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\drupal6\includes\common.inc on line 3308."

I have ImageAPI, ImageAPIGD2, ImageMagick, ImageCache, ImageCacheUI, Thickbox, and Fast Gallery Installed. These are all for drupal 6 and thickbox is 6.x-1x-dev is that matters. Anyway if you know anything about this any help would be great. Thanks!

-Ben

Comments

rapsli’s picture

Project: Fast Gallery » ImageCache
Version: 6.x-1.1beta » 6.x-1.0-alpha1
Component: Miscellaneous » Code
Category: support » bug

as you have said. this is more of a imagecache problem... I put this into the imagecache module

mehuls’s picture

Hi rapsil & bemier,
For image cache following thing should be done....
1> install module and create preset for each opreation.... it means if you have two galleries then creae two for both seprate
2> now apply suitable action on preset....
3> now while displaying image dont use theme_image but use theme_imagecache
4> if ur orginal path is => 'files/gallery/name of file.jpg' and your preset is "gallery" then
write like this theme('imagecache', 'gallery', 'files/gallery/name of file.jpg')
5> go to site configuration and take following actions
image toolkit => Built-in GD2 toolkit
image API => ImageAPI GD2

if you dont get images still then check following things
1> permission of files folder should be 777
2> check that in files folder your relative directory for gallery is created or not
3> clear cache for your browser and if devel module is installed clear cache there
4> flush the preset.
5> restart apache.

if still there is problem in image then there may be problem some where else and you have to describe problem more briefly with code
have a nice day friend....

dopry’s picture

Status: Active » Fixed

hai there is a bug in the 6.x-1.0 alpha.. It is fixed in head and should be resolved in the next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.