By theview on
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
Did you create the event tabl
Did you create the event table?
--
Drupal services
My Drupal services
Apparently, I had to just rip
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!