musicmaster Posted March 13 Share Posted March 13 (edited) At the moment it is not possible to install the latest versions of Prestashop under Windows. There is some bug around that is discussed here. This situation has already been for lasting three months. If you try you will get an error at 56%. If you look in the error log of the server you will see something vague about Swifmailer. If you choose the retry option it will fail at 0%. So the latest Prestashop version that you can install under Windows is 8.1.2. There is a provisional solution mentioned on Github. It involves changing the file /app/AppKernel.php. In the function getContainerClearCacheLockPath() you should change the line $this->getCacheDir(); into $cacheDir = sys_get_temp_dir(); This is not an official solution and it may have some problems of its own, so don't apply it to your Linux installation. However, it will get your shop 8.1.5 shop installed on Windows. Note that installing this version you may get the error "Warning: rename([]index.php.tmp,[]index.php): Access denied (code:5) in index.php on line 1338 ("error":false,"numfiles":28574,"lastId":29000)" with your path instead of the []. When that happens you should go to the root directory of the shop, rename index.php.tmp to index.php and then run the /install/index.php file of your shop in the browser. You may also get the OPENSSL_CONF error. That has been discussed elsewhere on this forum. Edited April 25 by musicmaster (see edit history) 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