Jump to content

Progress on installing 1.7.4.2 on CENTOS 7.5


Recommended Posts

So after you unzip the prestashop.zip

You change the file permission on index.php from 0666 to 0644

chmod 0644 index.php

That will get ya past the 500 error.

After install it will be dog slow with numeorus 403's and session errors

We were getting session errors so we went to

/var/cpanel/php/sessions and did this

session fix

chmod 1755 ea-php72

after that we got on a add product pageand only had 403's left for translations

Go into the home/translation folder and rm .htaccess file

It has code in it for really old apache mods that block acess to your fastcgi and your apache2

That will leave you with ~300 to 400 translation errors for the us-EN package. I haven't solved this yet because they are only warnings.

7.2 PHP

short_open_tag  = off helped too

Translation errors

 

more in depth tech talk on this  here. https://github.com/PrestaShop/PrestaShop/issues/10768

 

Issue is closed. Issue is related to CPanel and WHM's control of PHP-FPM and a bug in it.

 

 

 

 

Edited by jstillings1 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...