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

NGTLD’s picture

I am having the same issue. Any idea what is causing it?

jdelaune’s picture

Title: Styles Table Missing » Write update script

Looks 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.

jdelaune’s picture

Status: Active » Closed (works as designed)

Actually 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.