webthinkers Posted July 17, 2021 Share Posted July 17, 2021 (edited) Kindly suggest me which is the best possible version of PHP which is compatible with PS 1.7 Version Recommended by Prestashop: Note: A local install is for testing purposes only. Customers won't be able to access your store unless it is hosted on the Internet. Supported operating system: Windows, Mac and Linux An Apache+PHP+MySQL prepared package: WampServer or EasyPHP for Windows, XAMPP or Bitnami for Windows and OS X Web server: Apache 2.2+, Nginx PHP 7.1+ MySQL 5.6+ installed with a database created Configuration In the PHP configuration (php.ini file), set memory_limit to "256M" and upload_max_filesize to "16M" (or more if available) Must-have PHP extensions: CURL, DOM, Fileinfo, GD, Intl, Mbstring, Zip, Json, iconv It is quite a challenge to configure MySql DB with PHP 7.1 It gives error on PHP 7.4 , when we add product cart, message shows that the product has been added, but in actual it is not. So thinking of configuring PS 1.7 with PHP 7.3 Any suggestions are most welcome Edited July 17, 2021 by webthinkers (see edit history) Link to comment Share on other sites More sharing options...
ComGrafPL Posted July 17, 2021 Share Posted July 17, 2021 3 hours ago, webthinkers said: Kindly suggest me which is the best possible version of PHP which is compatible with PS 1.7 Version Recommended by Prestashop: Note: A local install is for testing purposes only. Customers won't be able to access your store unless it is hosted on the Internet. Supported operating system: Windows, Mac and Linux An Apache+PHP+MySQL prepared package: WampServer or EasyPHP for Windows, XAMPP or Bitnami for Windows and OS X Web server: Apache 2.2+, Nginx PHP 7.1+ MySQL 5.6+ installed with a database created Configuration In the PHP configuration (php.ini file), set memory_limit to "256M" and upload_max_filesize to "16M" (or more if available) Must-have PHP extensions: CURL, DOM, Fileinfo, GD, Intl, Mbstring, Zip, Json, iconv It is quite a challenge to configure MySql DB with PHP 7.1 It gives error on PHP 7.4 , when we add product cart, message shows that the product has been added, but in actual it is not. So thinking of configuring PS 1.7 with PHP 7.3 Any suggestions are most welcome Here's little advice. Link to comment Share on other sites More sharing options...
webthinkers Posted July 17, 2021 Author Share Posted July 17, 2021 @ComGrafPL thanks will try php 7.2 Link to comment Share on other sites More sharing options...
Nickz Posted July 17, 2021 Share Posted July 17, 2021 (edited) 34 minutes ago, webthinkers said: thanks will try php 7.2 You need to satisfy also the prestashop requirements, curl, pdo driver and a bunch of others. I would also go with ubuntu 18.4 there is more info for the lone developer and all packets/libraries are distributed Edited July 17, 2021 by Nickz (see edit history) Link to comment Share on other sites More sharing options...
webthinkers Posted July 17, 2021 Author Share Posted July 17, 2021 Right now working on Ubuntu 21.04 Link to comment Share on other sites More sharing options...
Nickz Posted July 17, 2021 Share Posted July 17, 2021 28 minutes ago, webthinkers said: Right now working on Ubuntu 21.04 Good luck with that. It more likely that you will have issues if going newest version due to linux' nature having to distribute all parcels to their infrastructure. That preocedure can cost about 6 month to 18. It won't be a problem if you are at home with Servers and php development. 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