Author Topic: Error when tryin to install calendar  (Read 5060 times)

Offline wp.rauchholz

  • Newbie
  • *
  • Posts: 9
Error when tryin to install calendar
« on: February 14, 2011, 12:26:54 PM »
I am running fedora, php and httpd.
roundcube is installed and working.
When trying to install the calendar, at the point I want to createthe table I get hte following erro message:

mysql -u webmail -p webmail < mysql.sql


ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE `events_cache` (
  `event_id` int(11) unsigned NOT NULL AUTO_INCREM' at line 30

I tried goolge, but cannot find the solution. THanks for your help.

Wolfgang

Offline dshepherd

  • Jr. Member
  • **
  • Posts: 87
Error when tryin to install calendar
« Reply #1 on: February 14, 2011, 12:35:15 PM »
Try adding a ; at the end of the first create_table statement as this will separate the create_table statements.

Otherwise you'll need to run the 2 create_table statements separately.