Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error in sql script? No replys in other forums


huron

Recommended Posts

Posted

My problem is with this sql file

 

(configuration_title, configuration_key, configuration_value,

configuration_description, configuration_group_id, sort_order,

set_function, date_added) VALUES ('Image Amplification',

'IMAGE_AMPLIFICATION', 'false', 'Enable to display image amplification and

not popup windows.

Good for popup blockers.', '4', '9', 'tep_cfg_select_option(array(\'true\',

\'false\'), ', now());

(configuration_title, configuration_key, configuration_value,

configuration_description, configuration_group_id, sort_order,

date_added) VALUES ('Image Amplification Factor',

'IMAGE_AMPLIFICATION_FACTOR', '2.5', 'The image amplification factor to big

image size devided by

small image size', '4', '10', now());

 

I blamed my provider (ISP) and they sent me the message below.

 

After further review of your e-mail and talking to our System Administration

team, it appears that there is a programming issue within your code.

 

We recommend that you review your script, contact the author of the script,

or contact a programmer who will be able to debug your script for you and

make any necessary changes".

 

Thanks for

any help offered.

de

Posted

They look fine to me. What error are you receiving?

Please use the forums for support! I am happy to help you here, but I am unable to offer free technical support over instant messenger or e-mail.

Posted

you have got the INSERT INTO table_name before this yes ?

 

INSERT INTO table_name (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
set_function, date_added) VALUES ('Image Amplification',
'IMAGE_AMPLIFICATION', 'false', 'Enable to display image amplification and
not popup windows.
Good for popup blockers.', '4', '9', 'tep_cfg_select_option(array(\'true\',
\'false\'), ', now());

Posted
you have got the INSERT INTO table_name before this yes ?

 

INSERT INTO table_name (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
set_function, date_added) VALUES ('Image Amplification',
'IMAGE_AMPLIFICATION', 'false', 'Enable to display image amplification and
not popup windows.
Good for popup blockers.', '4', '9', 'tep_cfg_select_option(array(\'true\',
\'false\'), ', now());

 

Thank You Both for replying. Nope I don't have the insert command in the script I used, appreciate your help. With us us newbys you helpers have a real challenge, so easy to assume we have done something obvious to you that we are totally unaware of. Thanks again

 

de

Archived

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

×
×
  • Create New...