Zen Cart Logo
Forums / All Other Contributions/Addons / Warning Message after Inserting a New Product

Warning Message after Inserting a New Product

Views: 638

Results 1 to 2 of 2
7 Feb 2012, 9:40 PM
#1
larocirai avatar

larocirai

New Zenner

Join Date:
Aug 2008
Posts:
14
Plugin Contributions:
0

Warning Message after Inserting a New Product

Dear Zen Masters,

I've used Zen-cart for several years but i never got like this case before. After i insert a new product, this message appeared in a full white page,

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 6: parser error : Opening and ending tag mismatch: hr line 5 and body in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: </body> in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 7: parser error : Opening and ending tag mismatch: body line 3 and html in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: </html> in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 8: parser error : Premature end of data in tag html line 1 in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: simplexml_load_string() [function.simplexml-load-string]: ^ in /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php on line 170

Warning: Cannot modify header information - headers already sent by (output started at /home/larocic/public_html/di/_s@k!r@/includes/modules/update_product.php:170) in /home/larocic/public_html/di/_s@k!r@/includes/functions/general.php on line 21

I really didn't understand what caused this and how to fix the prob. But the product was successfully added :shocking:. I've added an addons that will tweet a new product and updates the fanpage of my site automatically.

Thanks...

7 Feb 2012, 10:10 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Warning Message after Inserting a New Product

There is no use of "simplexml_load_string" functions in Zen Cart core code.

Moving this post OUT of the Bug Reports section, because it is not a Zen Cart bug.

You will need to sort out your problems in the addons you're using which are causing the errors.