Forums

parse error

areiskin 11 Feb, 2011
I just followed the tutorial for setting up a registration page with paypal plugin, but now I can't view the form on the front end. I'm getting this message:

Parse error: syntax error, unexpected $end in /home/ignitecareers/igniterealestate.com/components/com_chronocontact/chronocontact.html.php(184) : eval()'d code on line 185.

I've looked at line 185, and it states : <?php echo JHTML::_( 'form.token' ); ?>

I have no clue how to fix this. Any help would be appreciated.

Thanks,
Andrea
GreyHead 11 Feb, 2011
Hi Andrea,

The critical line is actually this one eval( "?>".$MyForm->formrow->html );and the error is on line 185 of your Form HTML. My guess would be a missing } or ;

Bob
This topic is locked and no more replies can be posted.