doc(prestashop): add troubleshooting section (#3753)

- Add a new troubleshooting section in Prestashop chart documentation
- Add an SSL section in troubleshooting to explain how to activate
  it manually in Prestashop.
This commit is contained in:
Richard Kemp
2020-09-23 09:05:12 +02:00
committed by GitHub
parent d052d552f7
commit 652b07fa9c

View File

@@ -188,6 +188,20 @@ The [Bitnami PrestaShop](https://github.com/bitnami/bitnami-docker-prestashop) i
Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube.
See the [Parameters](#parameters) section to configure the PVC or to disable persistence.
## Troubleshooting
### SSL
One needs to explicitly turn on SSL in the Prestashop administration panel, else a `302` redirect to `http` scheme is returned on any page of the site by default.
To enable SSL on all pages, follow these steps:
- Browse to the administration panel and log in.
- Click “Shop Parameters” in the left navigation panel.
- Set the option “Enable SSL” to “Yes”.
- Click the “Save” button.
- Set the (now enabled) option “Enable SSL on all pages” to “Yes”.
- Click the “Save” button.
## Upgrading
### To 9.0.0