Hello, I'm trying to migrate a Prestashop 1.6.1.4 website from one server to another, but having a problem making it work, when I try to access the main pages or the products pages of the website, I only get a white/blank page even with error reporting ON, but I'm able to access the back office without issues.
I've :
- migrated every files in the "www" folder of the new server
- imported and exported the entire database
- modified the "/config/settings.inc.php" file so it points to the new database (also I double checked with a new install and the ability to test if the connection with the database is well made, just to be sure the credentials were the right one)
- modified the table "ps_shop_url"
- regenerated the htaccess by switching friendly URL on and off in the back office
- put every folders with 755 permissions and every files with 644 permissions
- checked I had as much memory_limit than before in the php.ini
- tried to display errors by setting '_PS_MODE_DEV_' to true in "/config/defines.inc.php" file
- tried to remove the cache from the back office
- made sure the php version was the same
- made sure every needed php extensions are activated
- tried a clean/fresh install with the same prestashop version and didn't have the issue
And despite all that I still haven't been able to find the solution.
Can anyone help me please? Do you have any ideas I could investigate that I haven't think of yet ?
Thanks for reading