install problem - 2007/02/26 00:19
Trying to install the newest release and I get the following
SQL Error DB function failed with error number 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 'engine = MyISAM' at line 1 SQL=alter table `jos_gmaps_maps` engine = MyISAM; SQL =
alter table `jos_gmaps_maps` engine = MyISAM;
I uninstalled both the admincom gmap and the com gmap. Also deleted the jos gmap in MySql and attempted reinstall.
Same error.
Am running PHP Version: 4.3.6 Web Server: Apache/1.3.29 (Unix)
What next.
Thanks Carltonb
The administrator has disabled public write access.
Chris
Re:install problem - 2007/02/26 00:30
The real question is what version of mysql?
That line in the install script was there merely to convert the table engine for individuals who initially reported the problem. At that point in the script, the tables would have been created. You should be able to delete those QUERY statements from the install.gmaps.php file.
The administrator has disabled public write access.
carltonb
Re:install problem - 2007/02/28 01:14
MySQL Client API version 4.1.12
carltonb
The administrator has disabled public write access.
cs1559
Admin
Re:install problem - 2007/02/28 01:38
I'd edit the install script, delete those lines causing issues and try to reinstall.
The administrator has disabled public write access.