jetway Posted April 11, 2016 Share Posted April 11, 2016 (edited) Hi, I have following problem. When i have SSL enabled on all pages the first time somebody comes to my site 50% of the time the startpage is not loaded correctly. Sometimes it even stays blank. Clicking on reload will then load it correctly. Since i have tons of new people coming to my site this is bad. Has anybody else had this issue? I'm running PS 1.6.1.4. Cheers, André PS: When SSL on all pages it not enabled everything works fine. Edited April 11, 2016 by jetway (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted April 11, 2016 Share Posted April 11, 2016 My store is also using SSL and with SSL on all pages, we do not have such issues. When the page loaded as blank, there must be some error occurred at server side, you may need to find out what is error so that you may where to look at it. In order to see the error message, you will need to turn on error displaying during trouble shooting. you can temporary set following to line to true in /config/defines.inc/php /* Debug only */ if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); } Link to comment Share on other sites More sharing options...
jetway Posted April 11, 2016 Author Share Posted April 11, 2016 I'm still having the same issues. Currently I've disabled SSLon all pages which solved the not loading problem. The Site is working properly. There must be an issue with the SSL Force. What i dont understand is that sometimes it works and sometimes it don't... If the code is not correct, i would assume it doesnt work at all. Can i force ssl independently, well more or less take the job away from Prestashop or will that cause other issues? Link to comment Share on other sites More sharing options...
shokinro Posted April 11, 2016 Share Posted April 11, 2016 but is there any error message displayed after enabled error displaying when the issue appeared? anyway, you can try to force SSL it that will fix the issue. Link to comment Share on other sites More sharing options...
jetway Posted April 23, 2016 Author Share Posted April 23, 2016 Unfortunately there is no error. The page just does not load or just half. It's like the switch to SSL does not work which blocks all the content from displaying. I have not found any solution yet. Link to comment Share on other sites More sharing options...
shokinro Posted April 23, 2016 Share Posted April 23, 2016 Have you tried to use browser debugger tool to see if there is javascript error? maybe some contents is blocked because it is not using HTTPS in a HPPTS page. press F12 key on the page it will start browser debugger tool and then go to Console, you will see if there is any error messages. 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