Puntweb Posted June 21, 2012 Share Posted June 21, 2012 I'm trying to move a shop to a new host provider. I've backed up all the files via FTP and moved to the new server, also moved the database to the new server and restored permissions to the files. The shop and backoffice seems to work fine in the new server until you acces pages like chart.php or order.php. I've noticed that the error is becouse it's trying to access the https version of this pages and there's no certificate in the new server. Is there someway to deactivate the secure pages and run the shop without a SSL certificate? Best regards! Link to comment Share on other sites More sharing options...
tdr170 Posted June 21, 2012 Share Posted June 21, 2012 In the back office go to preferences and disable SSL (change to NO). Now go to tools/ generators and generate a new .htaccess file. If you still have issues check your site addresses under SEO & URL's. Link to comment Share on other sites More sharing options...
Puntweb Posted June 22, 2012 Author Share Posted June 22, 2012 In the back office go to preferences and disable SSL (change to NO). Now go to tools/ generators and generate a new .htaccess file. If you still have issues check your site addresses under SEO & URL's. Thanks for your reply. It seems that this shop was previoulsly very customized and I have lots of backoffice options missing. Includding the SLL option. Is there some way to disable the SSL option changing some parameter in a config file o in the database? Link to comment Share on other sites More sharing options...
bellini13 Posted June 22, 2012 Share Posted June 22, 2012 in the ps_configuration table, you would search for the name PS_SHOP_DOMAIN_SSL. The value can be 1(enabled) and 0(disabled). Link to comment Share on other sites More sharing options...
Puntweb Posted June 22, 2012 Author Share Posted June 22, 2012 in the ps_configuration table, you would search for the name PS_SHOP_DOMAIN_SSL. The value can be 1(enabled) and 0(disabled). Thanks for your reply. I though this would solve the problem, but when I looked for this key in the ps_configuration table it doesn't exist. I've even tryied creating it, but not worked. There are 149 registers in the ps_config table. But none with PS_SHOP_DOMAIN_SSL. I thing this is a very early version of Prestashop and maybe it worked in a different way. Any idea how can I find the version in the database or code? Forget about the backoffice as it's totally customized. Somebody knows is SLL settings can be found in other places in older versions of Prestashop? Best regards! 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