whitehawk43 Posted October 9, 2008 Posted October 9, 2008 Hello I am having a problem installing Information Pages Unlimited when I go and try and import the sql file I get a error saying Error SQL query: INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` ) VALUES ( '16', 'HTML-Editor', 'HTML-Editor Optionen', 16, 1 ); now in the install file it says to change the configuration group id 16 is taken replace the number 16 with the next free number my ? is that done in the sql file if so where and if not where is the change made I tryed the support thread for the contribution and never got a awswer in over 4 days so I am trying here now for help..... Thanks Ben
♥geoffreywalton Posted October 9, 2008 Posted October 9, 2008 If you are importing an sql file then edit the file before importing it. Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
shooter-boy Posted October 10, 2008 Posted October 10, 2008 Change INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` ) VALUES ( '16', 'HTML-Editor', 'HTML-Editor Optionen', 16, 1 ); to INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` ) VALUES ( '666', 'HTML-Editor', 'HTML-Editor Optionen', 666, 1 ); or somehting and it should run fine. Rob Rob Bell - Inspired Graphix Customising osCommerce in Australia, and the world! View my profile for web and email links. I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture. However viewing my profile may provide links to my website or something like that which you may find useful.
whitehawk43 Posted October 10, 2008 Author Posted October 10, 2008 Change INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` ) VALUES ( '16', 'HTML-Editor', 'HTML-Editor Optionen', 16, 1 ); to INSERT INTO `configuration_group` ( `configuration_group_id` , `configuration_group_title` , `configuration_group_description` , `sort_order` , `visible` ) VALUES ( '666', 'HTML-Editor', 'HTML-Editor Optionen', 666, 1 ); or somehting and it should run fine. Rob Thanks all got it working now Ben
Recommended Posts
Archived
This topic is now archived and is closed to further replies.