Hi,
Thank you for the 4.7 version of the module that's in cvs.
Using the latest version of the install file from cvs, version 1.2, I'm getting the following error:
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 '{site_tour} (
id int(10) unsigned NOT NULL auto_increment,
url' at line 1
thanks,
blue
Comments
Comment #1
stefano73 commentedThere was a missing comma in the .install file. Fixed in HEAD and 4.7.
Comment #2
bluecobalt commentedAs I said in my last post, this is failing with the latest version of the install file pulled from cvs which has the missing comma in it.
site_tour.install,v 1.2
It is still failing to install with the above error. There is another error somewhere in the SQL syntax.
blue
Comment #3
bluecobalt commentedchanging status back to active.
Comment #4
stefano73 commentedThe install query needed a fix for Mysql 5. Committed to HEAD and 4.7.
Comment #5
incubii commentedI am not getting any errors when i enable the module, which i beleive is when site_tour.install is called ? No tables are created so when i go to configure a site tour it complains about the missing table. Just to keep myself sane i use phpmyadmin to check and it wasnt there so i manually created the table with all the fields and it works fine.
Comment #6
stefano73 commented