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

stefano73’s picture

Status: Active » Fixed

There was a missing comma in the .install file. Fixed in HEAD and 4.7.

bluecobalt’s picture

As 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

bluecobalt’s picture

Status: Fixed » Active

changing status back to active.

stefano73’s picture

Status: Active » Fixed

The install query needed a fix for Mysql 5. Committed to HEAD and 4.7.

incubii’s picture

Title: install fails for Site tour » Install fails to setup MySQL Tabel for site_tour
Version: 4.7.x-2.x-dev » 5.x-1.x-dev
Status: Fixed » Active

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

stefano73’s picture

Status: Active » Closed (fixed)