NicoleKiefer Posted January 21, 2016 Share Posted January 21, 2016 Hi, hope someone can help, my checkout isn't working. I add a product to the cart, that works, but when I hit proceed to checkout I only get a blank page. Any Idea where the error might be, I looked through all modules and settings I could find and think off, but without any luck. Then again, I'm not exactly a computer wiz.... Here is the link to the store, if that helps http://wordartworld.nicolekiefer.com/store/index.php Thanks for any help Nicole Link to comment Share on other sites More sharing options...
tdr170 Posted January 22, 2016 Share Posted January 22, 2016 (edited) I just checked and had no issue, clicked Proceed and went to cart summery page as it should. Then at cart summery page when I hit proceed I got a blank page with server 500 error. Turn on error reporting, to do this you need to login to your files open the config folder then edit the difines.inc.php file and change false to true as I show below. Most likely a authentication error post the result here. /* Debug only */ define('_PS_MODE_DEV_', true); Edited January 22, 2016 by tdr170 (see edit history) Link to comment Share on other sites More sharing options...
NicoleKiefer Posted January 22, 2016 Author Share Posted January 22, 2016 Did that now I'm getting this Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/www/wordartworld.nicolekiefer.com/store/controllers/front/AuthController.php on line 364 instead of a blank page Link to comment Share on other sites More sharing options...
tdr170 Posted January 22, 2016 Share Posted January 22, 2016 OK this is account creation problem if you click on login at top you get the same error which is the same as step 2 of the cart. Lets try a few things in Preferences turn on Friendly URLs and save then see what happens. May just be a htaccess issue, have you edited files. Also try uploading the controllers and classes folder again in case the original upload managed to corrupt or miss some files. Line 364 of authcontroller is about account creation see below. Hook::exec('actionBeforeSubmitAccount'); $this->create_account = true; (364) if (Tools::isSubmit('submitAccount')) $this->context->smarty->assign('email_create', 1); Link to comment Share on other sites More sharing options...
NicoleKiefer Posted January 22, 2016 Author Share Posted January 22, 2016 I did turn on frindly Url didn't make a difference, and no I havent edited any files, it's something I usually stay away from since I have no clue about it. I have no clue how to reinstall only parts, since I installen ove my hosters installer. I will contact my hoster and ask if they can do it, and see what happens. Thanks for the help Link to comment Share on other sites More sharing options...
tdr170 Posted January 22, 2016 Share Posted January 22, 2016 You can get FileZilla its a free FTP program that you can use to access your files. If you want more control I suggest you get FileZilla and learn how to use it, it's not that hard. If you want to go this way I can help you set it up, to login to your files you will simply use ftp.yourdomain.com and then the login info you use to login to your host control panel. Link to comment Share on other sites More sharing options...
NicoleKiefer Posted January 22, 2016 Author Share Posted January 22, 2016 Ok my hoser support found the issue.... I was simply running the wrong PHP script version, using one to high for PrestaShop.... still thanks to the help 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