Vilius PromoApranga Posted October 13, 2016 Share Posted October 13, 2016 Dear, ... I have such problem prestashop 1.7 stuck on 0% via install in settings.inc.php it creates only: <?php //@deprecated 1.7 What should i do? 1 Link to comment Share on other sites More sharing options...
Edy Posted October 13, 2016 Share Posted October 13, 2016 A mi me pasa igual y no encuentro la solucion, por favor si alguien tiene la solución por favor compartir 1 Link to comment Share on other sites More sharing options...
orilpik Posted November 8, 2016 Share Posted November 8, 2016 Same problem here.. Any solution please? Link to comment Share on other sites More sharing options...
deltacreative Posted November 8, 2016 Share Posted November 8, 2016 0% Link to comment Share on other sites More sharing options...
SLiCK_303 Posted November 8, 2016 Share Posted November 8, 2016 same here....... Link to comment Share on other sites More sharing options...
yulmartels Posted November 10, 2016 Share Posted November 10, 2016 Same problem. Any idea? Link to comment Share on other sites More sharing options...
razaro Posted November 10, 2016 Share Posted November 10, 2016 Check this https://www.prestashop.com/forums/topic/566259-can-not-install-prestashop-17/?p=2439983 Link to comment Share on other sites More sharing options...
icelander Posted November 10, 2016 Share Posted November 10, 2016 Same issue. Replacing random_compat did not solve it Link to comment Share on other sites More sharing options...
Rhobur Posted November 11, 2016 Share Posted November 11, 2016 Are you using php 7.0? Link to comment Share on other sites More sharing options...
Paolo Cucchi Posted November 11, 2016 Share Posted November 11, 2016 same problem with php 5.6.27 What could I do? Link to comment Share on other sites More sharing options...
Yuri Refolo Posted November 11, 2016 Share Posted November 11, 2016 Same problem here Link to comment Share on other sites More sharing options...
Yuri Refolo Posted November 11, 2016 Share Posted November 11, 2016 I've noticed settings.inc has moved to app/config/parameters.php Link to comment Share on other sites More sharing options...
Rhobur Posted November 13, 2016 Share Posted November 13, 2016 try with php 7, guys! Link to comment Share on other sites More sharing options...
M646 Posted November 14, 2016 Share Posted November 14, 2016 Same here Link to comment Share on other sites More sharing options...
nicknic92 Posted November 15, 2016 Share Posted November 15, 2016 hi , same here any solution found yet php version 5.6 my sql 5.5 i didnt enable php accelerator Link to comment Share on other sites More sharing options...
prayaag Posted November 15, 2016 Share Posted November 15, 2016 prestashop never said php 7.0 required.... so if we have php 6.0 ,, we will not be abel to install ps1.7???? Link to comment Share on other sites More sharing options...
razaro Posted November 15, 2016 Share Posted November 15, 2016 PHP 6.0 does not exists. Please do check other topic you have posted in, there is copy of unofficial requirments so PHP 5.4 and other extensions. PHP 7.0 will not be required. Link to comment Share on other sites More sharing options...
icelander Posted November 16, 2016 Share Posted November 16, 2016 I am running PHP 7, but still installation fails. Link to comment Share on other sites More sharing options...
razaro Posted November 16, 2016 Share Posted November 16, 2016 I am running PHP 7, but still installation fails. What is error in your hosting error log ? Link to comment Share on other sites More sharing options...
Rumit Jain Posted November 18, 2016 Share Posted November 18, 2016 I changed the php version from 5.4 to 5.6 and installation worked! Link to comment Share on other sites More sharing options...
2well Posted November 23, 2016 Share Posted November 23, 2016 (edited) Hi, I have the same error. Running PHP 7 (7.08), MySQL 5.6.15. I turned on troubleshooting ("dev mode") to be able to find out what is happening. Everyone who has the problem should do the same, to see if our problem is the same one. go to config > defines.inc.php change the line: define('_PS_MODE_DEV_', false); to true and you're done There were two types of error that I encountered. The first one I managed to solve. It involved set_time_limit() not being allowed on my server, but with max_execution_time set at 90s, that was not an issue, so I just "commented it" in src\PrestaShopBundle\Service\Cache\Refresh.php umask(0000); /* set_time_limit(0); */ The remaining issue I have not been able to resolve. Here it is in full. It appears that the namespace/use does not work properly for Symfony. Unfortunately, this problem is above my pay grade Any help would be greatly appreciated. UPDATE: After changing PHP version to all available previous versions, I run into the same problem (tested PHP 5.4, 5.5 & 5.6). Edited November 23, 2016 by 2well (see edit history) Link to comment Share on other sites More sharing options...
Shahka Posted November 23, 2016 Share Posted November 23, 2016 same problem Link to comment Share on other sites More sharing options...
SLiCK_303 Posted November 23, 2016 Share Posted November 23, 2016 same here....... I was able to install 1.7.0.1 with no problems...solved. Link to comment Share on other sites More sharing options...
bellini13 Posted November 24, 2016 Share Posted November 24, 2016 same problem What is your PHP version? What version of Prestashop did you try to install 1.7.0.0 or 1.7.0.1? Link to comment Share on other sites More sharing options...
2well Posted November 24, 2016 Share Posted November 24, 2016 (edited) Can't talk for Shahka, but I tried both the 1.7.0.1 (first) and then separately (new separate db, all new files, clean) 1.7.0.0. The latter gives a different error, but same type of problem. Installing in Chrome 54, but also tried clean IE 11.447 with same exact result. UPDATE: I managed to install Prestashop 1.6.1.9 Stable without any problems. However, it would have been much better to build a new project on the 1.7, and not worry about migration within 1-2 years.. Edited November 24, 2016 by 2well (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted November 25, 2016 Share Posted November 25, 2016 My first question was, what version of PHP did you use? Link to comment Share on other sites More sharing options...
2well Posted November 26, 2016 Share Posted November 26, 2016 Sorry, but in my first reply I said pretty clearly that I tried everything. First PHP 7.0.8, then 5.6, 5.4, 5.5.. all to no avail. I have the same error. Running PHP 7 (7.08), MySQL 5.6.15. UPDATE: After changing PHP version to all available previous versions, I run into the same problem (tested PHP 5.4, 5.5 & 5.6). Link to comment Share on other sites More sharing options...
bellini13 Posted November 26, 2016 Share Posted November 26, 2016 I believe the latest PHP version is 7.0.12, which is working for me. Perhaps something was changed between 7.0.8 and 7.0.12. Community has already stated issues with PHP 5.4, 5.5 & 5.6, and I don't see any change logs in PS v1.7.0.1 that they have been addressed. So perhaps try using PHP 7.0.12, or open a forge ticket with your specific issue and see if PS developers can help Link to comment Share on other sites More sharing options...
PrestaDesigner10 Posted June 16, 2017 Share Posted June 16, 2017 Hello, same problem but with some more info 1: Array ( [type] => 2 [message] => rename(C:\inetpub\wwwroot\prestashop1711\app\cache\prod,C:\inetpub\wwwroot\prestashop1711\app\cache\pro~): Accesso negato. (code: 5) [file] => C:\inetpub\wwwroot\prestashop1711\vendor\symfony\symfony\src\Symfony\Component\Filesystem\Filesystem.php [line] => 278 )[/size] I'm trying to install PS 1.7.1.1 or 1.7.1.2 and locally on Windows 10, MySsql, php 7.0.9. I regularly installed the previous version (1.7.1.0). Link to comment Share on other sites More sharing options...
user5000 Posted June 28, 2019 Share Posted June 28, 2019 Hi All, I had the same problem with installation until I changed my php setting. Please refer to attachment below Hope it helps 🙄 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