when I try to access mysite.com/admin/content/publicbookings
I get the following error:
Fatal error: Call to a member function advanced_render() on a non-object in /home1/mysite/public_html/mysite/tours/sites/all/modules/views/theme/theme.inc on line 205
Seems to be a conflict with views?
Comments
Comment #1
Anonymous (not verified) commentedHmm, I wasnt able to reproduce this here.
Which versions of Drupal, Views, CCK, Public Bookings, Bookings API and PHP are you using?
Comment #2
speersd commentedWas this ever resolved? I am seeing the same problem.
Drupal 6.2
Bookings API 6.x-3.0-alpha2
Public Bookings 6.x-3.0-alpha2
Views 6.x-3.0-alpha3
CCK 6.x-2.9
PHP 5.3.4
I'll poke around a little to see if I can tell why this is happening.