younmever Posted May 22, 2010 Posted May 22, 2010 Hello forum members, I just found this error message, Warning: Usu_Manufacturers Incorrect manufacturers_id presented: 23\ in /home/exoticco/public_html/includes/modules/ultimate_seo_urls5/modules/Usu_Manufacturers.php on line 126 I see it when I go to a product's review. Could any one instruct me please. Thank you
MrPhil Posted May 23, 2010 Posted May 23, 2010 Usu_Manufacturers.php is from an add-on? You'll have to look in its code and see where it is erroneously adding a backslash \ after the manufacturers_id value, and then using that somewhere in PHP or MySQL. That database field (manufacturers_id) is an "int", so it can't contain anything but a number. Did you modify this code at all, or add more add-ons that modified it? Something got messed up somewhere.
younmever Posted May 24, 2010 Author Posted May 24, 2010 Thanks for your good advise, Phil. I've tried, and it worked. Thank you very much Have a good one
Recommended Posts
Archived
This topic is now archived and is closed to further replies.