illusions2k Posted February 20, 2006 Posted February 20, 2006 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?
illusions2k Posted February 20, 2006 Author Posted February 20, 2006 it seems as though mysql does not allow the characters [ ] so how can i fix this?
boxtel Posted February 20, 2006 Posted February 20, 2006 it seems as though mysql does not allow the characters [ ]so how can i fix this? depends on how your code looks. Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.