Closed (works as designed)
Project:
Image Browser
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2009 at 15:30 UTC
Updated:
16 Oct 2009 at 00:55 UTC
I do not see thumbnails in the browser window and I get this error logged when I try to use IBv2:
Table 'drupal.imagebrowser_styles' doesn't exist query: SELECT * FROM imagebrowser_styles ORDER BY name in /var/www/drupal-site/sites/all/modules/imagebrowser/imagebrowser.module on line 864.
FYI:
I do not have Image installed and only have 1 preset in ImageCache (this is a test site).
What system do you use for the thumbnail generation for the browser? In v1 you used image presets i believe, do you use some secret hidden magical ImageCache ones now?
Comments
Comment #1
NGTLD commentedI am having the same issue. Any idea what is causing it?
Comment #2
jdelaune commentedLooks like the same issue here #547244: ImageCache preset not found. It's created on install.
You need to completely un-install any versions of ImageBrowser you have (this means going to the un-install section on the module page etc.) Then on a fresh install of IBv2 these should all get generated.
IBv2 is just for dev testing which is why I haven't written any upgrade scripts for IB yet. Hope that makes sense. Let me know if you still experience issues.
Comment #3
jdelaune commentedActually thinking about it it's a whole new version of IB so I shouldn't need to do add an update to it. Simply do an un-install first and you should be good to go.