petb Posted May 5, 2012 Share Posted May 5, 2012 (edited) After clicking on the confirmation order button the custumer get this error: Parse error: syntax error, unexpected $end in /mywebshop.nl/public_html/order-confirmation.php on line 30 No mather what payment option is choosen. The order is recieved ok in my email as well as to the customers email. This happens in internet explorer and also in google chrome. there is since a few days a ssl ceretificate installed from commodo,don't know if that has somethig to do with it. Thanks . With friendly greetings, Peter Edited May 11, 2012 by petb (see edit history) Link to comment Share on other sites More sharing options...
petb Posted May 6, 2012 Author Share Posted May 6, 2012 This is the line in that order-confirmation.php ========================================================== require(dirname(__FILE__).'/config/config.inc.php'); ControllerFactory::getController('OrderConfirmationController')->run(); $smarty->assign("total",$order->total_paid_real);$smarty->display ========================================================== Thanks Link to comment Share on other sites More sharing options...
petb Posted May 10, 2012 Author Share Posted May 10, 2012 No one? Link to comment Share on other sites More sharing options...
petb Posted May 11, 2012 Author Share Posted May 11, 2012 Fixed! Just have ectracted a .sql backup file and just picked out that order confirmation.php file and replaced it ,and now its working good again ! To be honest i thought that a full backup the only way is to restore this file. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now