Hydre 0 Posted December 23, 2019 Hello guys, Im having my first issue with prestashop. I started to use it on a mamp server (on windows). But at the third step i seen i should use the intl extension and other (php accelerator, php info...). So i had install those extension but intl don't work. However i wrote extension=php_intl.dll in the php.ini file, so i don't understand what i have to do. Thanks for your futur answers guys! Share this post Link to post Share on other sites
selectshop.at 1,423 Posted December 23, 2019 For which Prestashop version ? php accelerator is for very old Prestashop versions using php 5.6. Take a look into this requirement tutorials: Official Prestashop docs you will find here: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ How to install on WAMP: https://devdocs.prestashop.com/1.7/contribute/contribute-pull-requests/contribute_using_localhost/ You will not put Prestashop to run with Windows Servers, as it needs different folder and file permissions, which on windows serves is not possible to grant. Take linux (XAMPP, or better install and configure locally Debian or Ubuntu with virtualbox). Share this post Link to post Share on other sites