I have installed the module and associated dependencies. I get the following error message - it looks like the table prefix is not being included in the database query: my table prefix is bap_ and I have the table bap_node in my database, but not a table node.

user warning: Table 'dbname.node' doesn't exist query: SELECT nid FROM node WHERE type= '1' AND status = 1 in /drupal6/sites/all/modules/booking_timeslots/modules/custom_timeslots/custom_timeslots.inc on line 7

The module keeps requiring me to configure timeslots, but nothing I seem to do works. I have also tried the 1.x-dev version of the module with the same error reported.

Note sure if this is a 'bug' [in which case it is critical] or if I have missed something in the installation. Any help/guidance would be much appreciated.

Comments

kenorb’s picture

Component: booking_timeslots » custom_timeslots
Category: support » bug
kenorb’s picture

Status: Active » Fixed

Thanks for reporting the bug.
Yes, you were right, the table prefix was missing.
It has been fixed in recent dev version.
http://drupalcode.org/project/booking_timeslots.git/commit/cc20531

Status: Fixed » Closed (fixed)

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