Hastro Posted September 19, 2023 Share Posted September 19, 2023 Hi all, I am new in the forum, hope to have choose the correct section to post (in case, i am sorry 😕) ! As i said, i am new here, and is the second day that i am trying to install prestashop on my local PC. I have correctly set-up xampp (or apache2 on linux test), to handle all required libs (like zip, php_intl ...) and i have correctly started the installation ... the bug that i think to have found is during the final step of the installation... it always fail. I have test it on 2 PC, 1 remote desktop (windows) and 1 linux vm... When i start the installation it usually stop during the installation theme, and report the following error: 1: HTTP 500 - error - {"success":false,"message":{"mbeshipping":["Cannot install module \"mbeshipping\""],"ps_edition_basic":["Cannot install module \"ps_edition_basic\""]}} If i re-try (restart the installation by clicking the GUI red button), it say it has some error during an insert query, because value already exist. (probably it doesn't truncate the table during the second launch of the installation) and if i re-try it for a third time, it simply say "500 internal error"... I have tried it on windows 10, windows server 2022 and CentOS 7, all the time same result... someone have experienced the same issues? In case how did you solve it ? Thanks to all for the support :) Link to comment Share on other sites More sharing options...
juanrojas Posted September 20, 2023 Share Posted September 20, 2023 The solution is to work with wampserver Link to comment Share on other sites More sharing options...
Fiddot93 Posted September 21, 2023 Share Posted September 21, 2023 I also faced the same issue and already use wampserver + PHP 8.0 Link to comment Share on other sites More sharing options...
Hastro Posted September 21, 2023 Author Share Posted September 21, 2023 I've worked on ubuntu server and i followed the guidelines, and in the end i managed to make it works Link to comment Share on other sites More sharing options...
jujutou Posted September 21, 2023 Share Posted September 21, 2023 (edited) Hello everyone, I also have many problems installing Prestashop 8.1.1 on Wampp (on windows 11) The first is that I must be in PHP 7, because PHP8 causes a 505 error from the start at 0%. Then I had an error problem when installing the basic edition. Unable to resolve the issue. The only solution I found is to download an old version of Prestashop, I took version 8.0.3 and I have no module problems with this one (+ installation in private mode of navigation). There must be a problem in the basic edition module of the latest versions Edited September 21, 2023 by jujutou (see edit history) Link to comment Share on other sites More sharing options...
Hastro Posted September 21, 2023 Author Share Posted September 21, 2023 (edited) 25 minutes ago, jujutou said: Hello everyone, I also have many problems installing Prestashop 8.1.1 on Wampp (on windows 11) The first is that I must be in PHP 7, because PHP8 causes a 505 error from the start at 0%. Then I had an error problem when installing the basic edition. Unable to resolve the issue. The only solution I found is to download an old version of Prestashop, I took version 8.0.3 and I have no module problems with this one (+ installation in private mode of navigation). There must be a problem in the basic edition module of the latest versions I don't think the error related at PHP8.1 is a problem with php itself. Really suggest guys, to check out the required libs and use apache2 (version >= 2.4) along with PHP8.1. Is also suggested the installation on linux machine Edited September 21, 2023 by Hastro (see edit history) Link to comment Share on other sites More sharing options...
musicmaster Posted September 21, 2023 Share Posted September 21, 2023 (edited) There are a few problems here: - on Windows you often have the problem that the OPENSSL_CONF Windows environment setting is not correct. With previous Prestashop versions that was no problem but now it is. OPENSSL_CONF points to an openssl.cnf file. Xampp is supposed to set that but it doesn't. Older Prestashop versions didn't check for that. If you have a standard Xampp installation its value should be C:\xampp\apache\bin\openssl.cnf. After that you need to restart. - there is another problem that the module ps_edition_basic requires PHP 8.1. This module comes only with the commercial version of Prestashop. When you download from Github (https://github.com/PrestaShop/PrestaShop/releases/tag/8.1.1) this module is not included. As Github is used for upgrades this problem doesn't play with upgrades. An alternative is to delete this module under the /modules directory. After the first run of the installation and before you click to retry the files are present and you can access them. Edited October 2, 2023 by musicmaster (see edit history) 1 Link to comment Share on other sites More sharing options...
musicmaster Posted September 22, 2023 Share Posted September 22, 2023 (edited) Physically deleting the ps_edition_basic module (its directory below /modules) works too. You can do that after the first effort to install failed before you press the link to retry. Note that this is also the moment when you can enable debug mode. Edited September 25, 2023 by musicmaster (see edit history) Link to comment Share on other sites More sharing options...
Zohaib-fk Posted September 25, 2023 Share Posted September 25, 2023 Hi, System requirements of version 8. x might help to fix the issue. Hope the information on the below link will be helpful. https://docs.prestashop-project.org/v.8-documentation/getting-started/what-you-need-to-get-started 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