Erkan TEKGÜR Posted December 31, 2018 Share Posted December 31, 2018 When I try to install version 1.7.5.0 on windows host manually I get the following error. * Fileinfo extension not enabled * Install and enable the intl extension (used for validators). * Install and / or enable a PHP accelerator (highly recommended). * Setting "realpath_cache_size" to see "5242880" or "5M" in php.ini *. * Set short_open_tag to off in php.ini *. The contents of the file ".user.ini" (php.ini) is as follows: allow_url_fopen=on display_errors=on error_reporting=32759 file_uploads=off log_errors=on open_basedir="G:/PleskVhosts//rstore.com.tr\;C:\Windows\Temp\" register_globals=off safe_mode=off [email protected] short_open_tag=off SMTP=relay-hosting.secureserver.net memory_limit = 128M realpath_cache_size = 5M max_input_vars = 2000 upload_max_filesize = 16M post_max_size = 64M max_execution_time = 120 extension=pdo extension=mysql extension=fileinfo extension=Mcrypt.dll extension=OpenSSL extension=Curl extension=GD extension=PDO extension=intl How can I this problem?, help please. Thank you. Link to comment Share on other sites More sharing options...
Rhobur Posted January 4, 2019 Share Posted January 4, 2019 Prestashop is not really recommended on windows platforms, it can work bt it would be better if you switched to linux based hosts (there is a reason why Microsoft itself uses Linux for servers, you know). The requirements are here, https://www.prestashop.com/forums/topic/884856-best-server-settings-for-prestashop-17-tested-in-production/ Link to comment Share on other sites More sharing options...
Soyons Solidaire Posted January 4, 2019 Share Posted January 4, 2019 HI, I had the same problem contact your host Link to comment Share on other sites More sharing options...
JBW Posted January 9, 2019 Share Posted January 9, 2019 Create a phpinfo.php script and see if the extensions are really loaded and parameters are correct. If not, check the place and content of your php.ini file again phpinfo.php content: <?php phpinfo(); ?> Link to comment Share on other sites More sharing options...
Erkan TEKGÜR Posted January 10, 2019 Author Share Posted January 10, 2019 Thanks for your answers to everybody 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