Closed (fixed)
Project:
Reservation
Version:
5.x-1.0-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2008 at 22:59 UTC
Updated:
7 Dec 2008 at 00:42 UTC
After installing and enabling the module and adding the first reservation, while trying to save, the following message appears:
user warning: Table '<dbname>.reservation' doesn't exist query: SELECT tables, chairrows, seatspertable, seatsperrow, seatsaisle, generalseats, pricegeneral, pricegenred, pricetableseats, pricetablered, pricerowseats, pricerowred, discountamt, discountnum FROM reservation WHERE vid = 32 in /var/www/vhosts/<domain>/httpdocs/includes/database.mysqli.inc on line 156.
I have installed and enabled the module using drush. After seeing this message, I have disabled and enabled the module using the Drupal interface, but that did not help.
Comments
Comment #1
maulwuff commentedHi,
Your problem results from the patch twowheeler provided in #335194: Patch adding a general admission seating type & pricing options.
This patch is not revised or worked in yet. If you don't need the things it introduces, remove it (You may have to reinstall the module completely as it also affects the database)
This is not a Beta3-release error.
Comment #2
timidri commentedI removed the patch but still no luck:
Any hints?
Thanks,
Dimitri
Comment #3
maulwuff commentedit seems as if the tables are missing now completely.
please try to disable reservation, uninstall it, and re-enable it afterwards.
edit:
please also run the update.php script after installing, as it adds a state-field to the adress block. I forgot to add the filed to the install routine. It's only in the update. sorry for that.
Comment #4
maulwuff commentedchanging from active to closed, as this is by an unsupported patch.