gray Posted August 23, 2017 Share Posted August 23, 2017 Any ideas what error "Server responded with 0 code." means when uploading module. All modules in the past upload and install OK. But just one particular one, tries to install. But it comes back with error code. It has copied all the files into the correct module directory. But it has not run the sql commands in the program. But then after that all of BO works, until you go into modules, and you get a blank screen. The only way to get out of it is to manually delete the module directory. Anybody have similar problems and any work around. Thanks. Link to comment Share on other sites More sharing options...
gray Posted August 27, 2017 Author Share Posted August 27, 2017 any ideas Link to comment Share on other sites More sharing options...
Phinky503 Posted November 21, 2017 Share Posted November 21, 2017 I am experiencing the same issue after purchasing a paid module for prestashop migration from 1.6 to 1.7. Did you ever have your problem resolved? Link to comment Share on other sites More sharing options...
selectshop.at Posted November 21, 2017 Share Posted November 21, 2017 Response of server with code 0 means that request is not OK. You should read server error logs. There you will find the reason. I presume some server restrictions or rights set. If server quits with 1 than request was executed = OK. Link to comment Share on other sites More sharing options...
rodwestwood Posted July 17, 2018 Share Posted July 17, 2018 I did this with tech support from my hosting provider with me. There was nothing in the server error log and there were no permissions problems. Every single other module installs correctly with zero issues. The one-click upgrade module fails with response of server with 0 code every single time, so there is clearly a problem with the module archive. Link to comment Share on other sites More sharing options...
Gipielle Posted March 20, 2020 Share Posted March 20, 2020 (edited) Got same problem by update a module. in PS 1.7.6.3 Clean cache by remove /var/cache/dev and /var/cache/prod folders solve the issue. Edited March 20, 2020 by Gipielle (see edit history) 1 Link to comment Share on other sites More sharing options...
Ali Samie Posted June 6, 2022 Share Posted June 6, 2022 On 3/20/2020 at 6:00 PM, Gipielle said: Got same problem by update a module. in PS 1.7.6.3 Clean cache by remove /var/cache/dev and /var/cache/prod folders solve the issue. thanks a lot this was helpful Link to comment Share on other sites More sharing options...
rDuque Posted August 12, 2022 Share Posted August 12, 2022 Hi every one! I have the same problem on installing a new module in PS 1.7.2. But it is not solved removing cache files. Any ideas? Link to comment Share on other sites More sharing options...
zoomwi Posted April 21, 2023 Share Posted April 21, 2023 Hi! I was getting same error and in my case it was because of the modSecurity module. I solved it by adding a rule in the .htaccess file adding the ID which was reporting the error in the apache.error.log file: <IfModule mod_security2.c> SecRuleRemoveById 101 </IfModule> Hope this helps someone to solve this issue and reduce the number of investigation hours! Regards! 1 Link to comment Share on other sites More sharing options...
Joel Andreu Posted August 2, 2023 Share Posted August 2, 2023 I had the same error and found that i had left some die(); and unused variables somewhere in my module code. Deleting that solved the problem. Hope this helps someone too. Regards! 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