tomfasano Posted August 5, 2021 Share Posted August 5, 2021 Hello, after installing pretsashop I gave it an ssl certificate with certbot no problem. However, the browser was complaining and serving the site as http. I figured out it was a mixed content error, so I went in to the admin dashboard to enable ssl on all pages. But, when I went to this configuration module it gives me a 404! In fact about half of the options on the admin page are missing. The software stack is, nginx 1.18.0, php 7.4, mariadb 10.3.29 and ubuntu 20.04 Could anyone point to where in the code, whether it be a yml file or inside the database, I can enable ssl on all pages. Thanks. http://holymerch.net Link to comment Share on other sites More sharing options...
SmartDataSoft Posted August 5, 2021 Share Posted August 5, 2021 Hello, Please check your hosting ssl is install or not. The error looks hosting end ssl is not configured well. front end google chrome console show no mixed content error. After install ssl in hosting , enable from backend and then clear your cache Thank you Link to comment Share on other sites More sharing options...
tomfasano Posted August 5, 2021 Author Share Posted August 5, 2021 (edited) Ok, well I'm going off these results. https://www.whynopadlock.com/results/55391303-8473-40f6-b601-a60321bbcd05 I know the ssl is set up correctly. By backend, do you mean the admin page? The first step of the onboarding process goes to "The page you are looking for was not found" along with many other pages in the admin panel. I've installed version 1.7.8 and the ssl issue is resolved. The missing admin pages isn't however. I will try other versions and hope something works. Edited August 6, 2021 by tomfasano (see edit history) Link to comment Share on other sites More sharing options...
SmartDataSoft Posted August 6, 2021 Share Posted August 6, 2021 Please all cache hosting, PrestaShop smarty from var/cache/dev and var/cache/pro If PrestaShop install correctly cache may be cache the issue Thank you Link to comment Share on other sites More sharing options...
tomfasano Posted August 6, 2021 Author Share Posted August 6, 2021 I only have one folder in /var/cache called prod. Deleting the files in /var/cache/prod and refreshing did not fix the problem. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted August 6, 2021 Share Posted August 6, 2021 Please try 1.7.7.5 it is stable version , other one is beta. Quote Download PrestaShop free of charge and take advantage of the new 1.7.7.5 version Thank you Link to comment Share on other sites More sharing options...
Danny Posted August 6, 2021 Share Posted August 6, 2021 On 8/5/2021 at 5:29 PM, tomfasano said: Hello, after installing pretsashop I gave it an ssl certificate with certbot no problem. However, the browser was complaining and serving the site as http. I figured out it was a mixed content error, so I went in to the admin dashboard to enable ssl on all pages. But, when I went to this configuration module it gives me a 404! In fact about half of the options on the admin page are missing. The software stack is, nginx 1.18.0, php 7.4, mariadb 10.3.29 and ubuntu 20.04 Could anyone point to where in the code, whether it be a yml file or inside the database, I can enable ssl on all pages. Thanks. http://holymerch.net Table psn3_configuration, values PS_SSL_ENABLED and PS_SSL_ENABLED_EVERYWHERE Danny Link to comment Share on other sites More sharing options...
tomfasano Posted August 6, 2021 Author Share Posted August 6, 2021 Thanks Danny. But without the backstore admin functionalities such as adding payment options, viewing orders or adding a new product the software is unusable. I've installed several versions (manually deleting and creating the database each time) and I'm having the same problem. Link to comment Share on other sites More sharing options...
Danny Posted August 6, 2021 Share Posted August 6, 2021 1 minute ago, tomfasano said: Thanks Danny. But without the backstore admin functionalities such as adding payment options, viewing orders or adding a new product the software is unusable. I've installed several versions (manually deleting and creating the database each time) and I'm having the same problem. check your php.ini and all the php options. Maybe something is missing and need to be enable on server. Danny Link to comment Share on other sites More sharing options...
tomfasano Posted August 6, 2021 Author Share Posted August 6, 2021 SOLVED: I forgot to update the name of the admin folder in the nginx config file. Thanks Guys! 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