Hello everybody!

I've downloaded and installed Advanced Book Blocks on my drupal 6.9 install, and I can see the generated block on the area I assigned it. But when I try to manage my Book Blocks with the URL /admin/settings/advanced-book-blocks, I've got this error:

user warning: Table 'ooznet.adv_book_block' doesn't exist query: SELECT delta, title FROM adv_book_block in /home/ooznet/public_html/sites/all/modules/advancedbookblocks/advancedbookblocks.module on line 74.

My table prefix are formed this way: ooznet__ (yes, a double underscore, it's easy for me to organize my tables in a dev environement).
My drupal install is "nude": only a few modules are installed such as Administration menu, plugin manager, jquery menu, pathauto, token, and of course advanced book blocks (I precise that all these modules are in their last version, I really take care to update them when there's a new release)
Am I alone to have that bug? I could manage this with phpMyAdmin, but it isn't really user-friendly!
Thank you for your answers!

Comments

PixelClever’s picture

There seems to have had a missing set of brackets once on a query... It should be fixed in the 1.5 version.

PixelClever’s picture

Status: Active » Fixed
chrixix’s picture

thanks for your reactivity, I added the brackets and it works!

Status: Fixed » Closed (fixed)

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