Hussain114 Posted August 2, 2021 Share Posted August 2, 2021 Hi, Please support in solving two issues faced during setting up Prestashop in localhost. Thanks Link to comment Share on other sites More sharing options...
endriu107 Posted August 3, 2021 Share Posted August 3, 2021 You need to enable those extensions on your server. It will be easier if you tell as what server you use. Link to comment Share on other sites More sharing options...
Zohaib-fk Posted August 3, 2021 Share Posted August 3, 2021 You are using linux or windows os? You need to edit php.ini file and enable extension. Below is the similar code related to extension extension=php_gd2.dll Link to comment Share on other sites More sharing options...
Hussain114 Posted August 3, 2021 Author Share Posted August 3, 2021 35 minutes ago, Zohaib-fk said: You are using linux or windows os? You need to edit php.ini file and enable extension. Below is the similar code related to extension extension=php_gd2.dll I am using Windows10. So do I need to input the above code in php.ini? At what line item? Link to comment Share on other sites More sharing options...
Hussain114 Posted August 3, 2021 Author Share Posted August 3, 2021 2 hours ago, endriu107 said: You need to enable those extensions on your server. It will be easier if you tell as what server you use. I have installed and setup XAMPP, so Apatche server. Link to comment Share on other sites More sharing options...
endriu107 Posted August 3, 2021 Share Posted August 3, 2021 For enable PHP Extension intl , follow the Steps.. Open the xampp/php/php. ini file in any editor. Search ";extension=php_intl.dll" kindly remove the starting semicolon ( ; ) Like : ;extension=php_intl.dll. to. extension=php_intl.dll. Save the xampp/php/php. ini file. Restart your xampp/wamp. AND for GD Library: Open xampp control panel. Start apache and mysql. Click on config option of apache. Click on php. ini and open it. Press Ctrl + F and search "extension=" or "extension=fileinfo". On the next line to "extension=fileinfo", add "extension=gd". Save the file. Stop apache and restart it. Both answers was googled in less then 1 minutes Link to comment Share on other sites More sharing options...
Zohaib-fk Posted August 4, 2021 Share Posted August 4, 2021 The below code in a single PHP file will help to confirm the GD library was installed. Attached screenshot. <?php phpinfo(); ?> Link to comment Share on other sites More sharing options...
Shabab Posted August 4, 2021 Share Posted August 4, 2021 Hi, Ask your hosting to enable these extensions or if you have access to your hosting you can enable by yourself. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now