JahShuWah Posted October 18, 2006 Posted October 18, 2006 I am receiveing a strange error that I do not understand. Warning: strpos(): Offset not contained in string. in D:\inetpub\vhosts\108cigars.com\httpdocs\includes\modules\new_products.php on line 41 This error started showing up after I went into my /modules/new_products.php file and placed parenthesis around the tables used in LEFT JOINS (which was another issue altogether). The original bug I had is now fixed, but now I am faced with this new one. Is anyone familiar with strpos()? Any assistance would be greatly appreciated. Josh
JahShuWah Posted October 18, 2006 Author Posted October 18, 2006 I am receiveing a strange error that I do not understand. Warning: strpos(): Offset not contained in string. in D:\inetpub\vhosts\108cigars.com\httpdocs\includes\modules\new_products.php on line 41 This error started showing up after I went into my /modules/new_products.php file and placed parenthesis around the tables used in LEFT JOINS (which was another issue altogether). The original bug I had is now fixed, but now I am faced with this new one. Is anyone familiar with strpos()? Any assistance would be greatly appreciated. Josh I hope I didn't waste anyone's time. It turns out that my Product Description was too short. After simply adding a couple more lines of text the bug has gone away. Strange.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.