mySQL Woes
Oh oh...when I enabled the mySQL database option for saving events everything seemed to work fine--until I looked at my main page (where I have the calendar) and my polls module and banner module are displaying errrors!
The calender works fine and when I disable mySQL in the EasyPHPCalendar setup menus the errors go away.
Anyone seen this before? Here's the polls error:
MB DB function failed with error number 1146
Table 'calliopy_ecalendar.mos_poll_menu' doesn't exist SQL=SELECT p.id, p.title FROM mos_poll_menu AS pm, mos_polls AS p WHERE (pm.menuid='1' OR pm.menuid='0') AND p.id=pm.pollid AND p.published=1
SQL =
SELECT p.id, p.titleFROM mos_poll_menu AS pm, mos_polls AS pWHERE (pm.menuid='1' OR pm.menuid='0') AND p.id=pm.pollidAND p.published=1Thanks-
|