When installing Prestashop, after the creation of the tables, there's an error
Unable to open primary script:
public/install/sandbox/anything.php (No such file or directory)
To Reproduce
Steps to reproduce the behavior:
Create file parameters is stricken through, and greenCreate database tables is in red, installation progress at 12%
.
Additional information
PrestaShop version: 1.7.6.1
PHP version: 7.2.22
Connectio to MariaDB 10.4.6 via unix socket at /var/run/mysql/mysql.sock
Hi @lpvm,
This failure comes from an IntlException which is an exception thrown when dealing with Intl issues. Meaning: internationalization. So here are 2 things you can check:
Thanks!
Hi @khouloudbelguith,
Regarding the first question, the package php72-intl-7.2.22 is installed.
The locale was C. I've installed an UTF-8 locale and the error is gone.
Thank you.
Hi @lpvm,
Thanks for your feedback.
Feel free to open a new one when needed.
Thanks!
Most helpful comment
Hi @khouloudbelguith,
Regarding the first question, the package
php72-intl-7.2.22is installed.The locale was
C. I've installed anUTF-8locale and the error is gone.Thank you.