craigh / PostCalendar

PostCalendar is a calendar module for the Zikula Application Framework
20 stars 9 forks source link

Issue with Queued Events #106

Open ghost opened 8 years ago

ghost commented 8 years ago

There are X queued calendar events awaiting your review. [Review queued events] When I click on "Review queued events" I get an error which says "PostCalendar_Controller_Admin::listqueued() does not exist." Also, when I list queued events and try to select them all to delete them, nothing happens when I choose "delete" from the drop-down menu. This also happens with other options, like "approve".

ghost commented 8 years ago

I try to delete events using phpMyAdmin and get the following error:

SQL query:

DELETE FROM DATABASE NAME.postcalendar_events WHERE postcalendar_events.eid =189

MySQL said: Documentation

1451 - Cannot delete or update a parent row: a foreign key constraint fails (DATABASE NAME.postcalendar_calendarevent_category, CONSTRAINT FK_F8AEA24AF62829FC FOREIGN KEY (entityId) REFERENCES postcalendar_events (eid))

ghost commented 8 years ago

I upgraded to Zikula 1.4.2 and am still having the same issue.