OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Something about foreign key

seany (Visitor)
Posts: 0
graphgraph
User Offline
something about foreign key 8 Years, 2 Months ago
Karma: 0  
Hi,
I am getting the following error when I try to install the package. I am using v3.4 and I checked my db settings. There are no errors. Any ideas?
Thank you.



Warning

Cannot add foreign key constraint SQL=CREATE TABLE IF NOT EXISTS `jos_vehiclemanager_photos` ( `id` int(11) unsigned NOT NULL auto_increment, `fk_vehicleid` int(11), `thumbnail_img` varchar(250) default '', `main_img` varchar(250) default '', `img_ordering` int(11) NULL, PRIMARY KEY (`id`), FOREIGN KEY (`fk_vehicleid`) REFERENCES jos_vehiclemanager_vehicles(`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 COLLATE utf8_general_ci;
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:something about foreign key 8 Years, 2 Months ago
Karma: 58  
Hello,


we have sent you last version on your email. Please, try install it.

Thanks
Logged Logged
The administrator has disabled public write access.
seany (Visitor)
Posts: 0
graphgraph
User Offline
Re:something about foreign key 8 Years, 2 Months ago
Karma: 0  
I used the new file but I am still getting an error message.

All I am doing is under Upload Package tab, I locate the zip file and click, Install. It runs for couple seconds then errors. Not sure if the zip has to be initially uploaded to the www server. I am taking guesses.

Thanks.


----------------------
Warning

Cannot add foreign key constraint SQL=CREATE TABLE IF NOT EXISTS `jos_vehiclemanager_photos` ( `id` int(11) unsigned NOT NULL auto_increment, `fk_vehicleid` int(11), `thumbnail_img` varchar(250) default '', `main_img` varchar(250) default '', `img_ordering` int(11) NULL, PRIMARY KEY (`id`), FOREIGN KEY (`fk_vehicleid`) REFERENCES jos_vehiclemanager_vehicles(`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 COLLATE utf8_general_ci;
Logged Logged
The administrator has disabled public write access.
seany (Visitor)
Posts: 0
graphgraph
User Offline
Re:something about foreign key 8 Years, 2 Months ago
Karma: 0  
My db data...


Database schema version (in #__schemas): 3.4.0-2015-02-26.
Update version (in #__extensions): 3.4.8.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:something about foreign key 8 Years, 2 Months ago
Karma: 58  
Hello,

Please, try install on other server or localhost.

If you will have the same problem, please write on our contact form

ordasoft.com/contact-us-form

thanks
Logged Logged
The administrator has disabled public write access.
Go to top
»