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
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.