Fatal error: Cannot redeclare class views_handler_field_publicbookings_record_link in /var/www/html/om6/sites/all/modules/publicbookings/publicbookings.views.inc on line 344

Uninstalled previous versions before I started this install. Using PHP5.2.6.

The classes ARE actually defined in multiple times in publicbookings.views.inc. Commenting out the first instance of the class makes the module usable. Haven't diff'ed the previous commit to see what changed in the classes or determine which class should be active.

As it is, there is no way the dev release can be used/tested. This patch at least makes this release usable.

Comments

kreynen’s picture

StatusFileSize
new10.85 KB

Added fix to the patch to change $data['publicbookings_client']['table'] to $data['publicbookings_clients']['table'] to get Views working

c.lam’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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