The mysql database installation file carto.mysql in http://drupal.org/files/projects/carto-4.6.0.tar.gz has lots of errors on it. I am using MySql 4.1.
#1064 - 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 '(cfid)
)' at line 24
#1074 - Too big column length for column 'description' (max = 255). Use BLOB instead
#1064 - 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 ' layers varchar
, qlayers varchar
, extent varchar
,
Comments
Comment #1
jpulles commentedThe part with the syntax errors is between /* comments */ and thus should not be executed when the script is run in mysql. Sorry, but I don't know yet how to make the changes in the 4.6 version; at that time I tagged the source as DRUPAL-4-6 but did not branch.
Comment #2
jpulles commented