You are here:  » error in manageReviews file

Support Forum



error in manageReviews file

Submitted by technoarenasol on Mon, 2012-12-17 13:07 in

Hi David,

I added mange review page with help of this page : http://www.pricetapestry.com/node/647

but I got error on 3rd line

syntax error, unexpected T_STRING in /hoce/mobile/admin/managereview.php on line 3

I think this error may be due to modified magicparser which you give me...

Thanks,
Amin

Submitted by support on Mon, 2012-12-17 13:23

Hi Amin,

I can't see any errors in the example - if you could post your actual managereviews.php file I'll check it over for you...

Cheers,
David.
--
PriceTapestry.com

Submitted by technoarenasol on Mon, 2012-12-17 13:53

technoarenasol

David...now that page working properly but whan click on Delete button I got one error message :

Call to undefined function MagicParser_parse() in /hom/price/mobile/includes/admin.php on line 618

Submitted by support on Mon, 2012-12-17 14:33

Hi Amin,

Ah yes - that's because of your custom import process - you do have a variable that you can set to suppress that (it's not required when managing reviews) so if you just add to the top of your script:

  $noCustom = TRUE;

That should do the trick!

Cheers,
David.
--
PriceTapestry.com