jotaka Posted July 22 Share Posted July 22 Hi I'm trying to install Prestashop 9 in a windows 11 system with Apache 2.4 and php 8.3 I configure the system as Prestashop documentation says. After several attempts I get an installation with a lot of problems. So, I deleted all and started again. I repeat: delete all. Now I can't install the platform. It stop at install modules step, about 60% and same times at 80%, I can't understand the reason. I got to warnings (not error) [WARNING] Some commands could not be registered: In getAddonsUrlSourceHandlerService.php line 21: Class "PrestaShop\Module\Mbo\Module\SourceHandler\AddonsUrlSourceHandler" not found [WARNING] Some commands could not be registered: In getAddonsUrlSourceHandlerService.php line 21: Class "PrestaShop\Module\Mbo\Module\SourceHandler\AddonsUrlSourceHandler" not found Where could be my mistake? Link to comment Share on other sites More sharing options...
ps8modules Posted July 23 Share Posted July 23 Hi. Many things remain stored in the browser's memory and if there are files on FTP, you need to delete the ./var/cache/prod folder and if there is, delete the ./var/cache/dev folder. If there is a ./var/modules/ps_mbo folder, you also need to delete it. The browser cache also needs to be deleted. Link to comment Share on other sites More sharing options...
jotaka Posted July 23 Author Share Posted July 23 Thanks. I followed every step you mentioned. The same result. Finally, I installed it without modules, and then I installed each module one by one. And now it’s working. Locally (Apache/Windows/php8.3) it’s OK. Remotely, the admin throws the error “Too Many Open Files.” So it’s necessary to increase the ulimit, but by how much? The documentation says nothing. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted July 23 Share Posted July 23 14 minutes ago, jotaka said: So it’s necessary to increase the ulimit, but by how much? The documentation says nothing. There is no specific guideline for the same. You need to try increasing significantly from the current value (Using hit and trial method). Link to comment Share on other sites More sharing options...
ps8modules Posted July 23 Share Posted July 23 (edited) win32file._setmaxstdio(2048) Windows has a default limit of 512. I recommend setting it to a maximum of 2048 during installation. Edited July 25 by ps8modules (see edit history) Link to comment Share on other sites More sharing options...
jotaka Posted July 23 Author Share Posted July 23 I think windows doesn't have a limit for simultaneous open file. Where did you get this data from? 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