Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning mysql error ?


Guest

Recommended Posts

hi!! i just drop my store in my host server. everything goes nice until i type my url www.hobby-shop.qc.ca clic enter you will see the message.

 

 

i edit the file and this is what start line 19 to 24

 

if ( (isset($HTTP_GET_VARS['keywords']) && empty($HTTP_GET_VARS['keywords'])) &&

(isset($HTTP_GET_VARS['dfrom']) && (empty($HTTP_GET_VARS['dfrom']) || ($HTTP_GET_VARS['dfrom'] == DOB_FORMAT_STRING))) &&

(isset($HTTP_GET_VARS['dto']) && (empty($HTTP_GET_VARS['dto']) || ($HTTP_GET_VARS['dto'] == DOB_FORMAT_STRING))) &&

(isset($HTTP_GET_VARS['pfrom']) && !is_numeric($HTTP_GET_VARS['pfrom'])) &&

(isset($HTTP_GET_VARS['pto']) && !is_numeric($HTTP_GET_VARS['pto'])) ) {

$error = true;

CODE

 

 

what is not good in this??

 

yours

 

sebastien

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...