I'm getting this error when I try to post an event. And the event doesn't show up in the calendar.

warning: array_push(): First argument should be an array in /home/httpd/htdocs/modules/
event.module on line 95.

warning: implode(): Bad arguments. in /home/httpd/htdocs/modules/event.module on line 
96.

user error: Column count doesn't match value count at row 1
query: INSERT INTO event (nid, start, location) VALUES () in /home/httpd/htdocs/
includes/database.mysql.inc on line 90.

Thanks! Check out View Online!

Comments

killes@www.drop.org’s picture

Did you create the event table?

theview’s picture

Apparently, I had to just rip out all events, and reinstall the whole thing. An error from upgrading to 4.3.0.

Check out View Online!