Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information Pages Unlimited


whitehawk43

Recommended Posts

Posted

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

Posted

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 ======>>>>>.

Posted

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.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...