Member Login

Resources

Developers Blog
GMapsPRO Demo
Bug Tracker
-----------------------------------
GMaps Community Forums
GMaps Subscriber Forums
-----------------------------------
Google Maps API Reference
Google Maps Group Forum

Who's Online

We have 12 guests online

Affiliates



Community Forums

NOTE: Subscribers, please post in the SUBSCRIBER FORUMS - NOT IN THE COMMUNITY FORUMS

homepost replythreaded viewruleshelp
 
Installation error
 
db error - 2007/02/24 11:53
I've received this error message when i tried to install the component:

SQL Error DB function failed with error number 1005
Can't create table '.seil i nord#sql-46c_2e.frm' (errno: 150) SQL=alter table `jos_gmaps_maps` add constraint FOREIGN KEY (`id`) REFERENCES `jos_gmaps_points (id)` on delete cascade
SQL =

alter table `jos_gmaps_maps` add constraint
FOREIGN KEY (`id`)
REFERENCES `jos_gmaps_points (id)` on delete cascade

Please help
The administrator has disabled public write access.

cs1559
Admin
 
Re:db error - 2007/02/24 12:03
Please read this post by Keith. special thanks to keith on this.

http://firestorm-technologies.com/component/option,com_joomlaboard/Itemid,28/func,view/id,40/ catid,3/

The install script does not specify MyISAM for InnoDB database types when performing the install. I'm an Oracle guy so pardon the oversight with MySQL.
The administrator has disabled public write access.