Jump to content

Prestashop 1.7 install, Create file parameters, 0%


Recommended Posts

  • 4 weeks later...

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 :(

 

Capture.PNG

 

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 by 2well (see edit history)
Link to comment
Share on other sites

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.

 

Capture3.PNG

 

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 by 2well (see edit history)
Link to comment
Share on other sites

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

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

  • 6 months later...

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]

 

post-1371383-0-30970700-1497629384_thumb.jpg

 

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

  • 2 years later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...