Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

i found the problem...


illusions2k

Recommended Posts

Posted

I have been stuck on this stupid Links Manger forever, and i have finally found that its within the setup of the contribution. it seems that MySQL does not like this insert

 

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added) VALUES ('Links Check Phrase', 'LINKS_CHECK_PHRASE', '" . $HTTP_SERVER_VARS['SERVER_NAME'] . "', 'Phrase to look for, when you perform a link check.', '" . $configuration_group_id . "', '17', now())

 

its telling me that the problem lies within the ['server_name'] can someone help?

Posted
it seems as though mysql does not allow the characters [ ]

so how can i fix this?

 

depends on how your code looks.

Treasurer MFC

Archived

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

×
×
  • Create New...