Jimmy1963 Posted May 13, 2018 Share Posted May 13, 2018 Hi, I get this error in my information page :Required parameters: Please fix the following error(s) This error appear in any theme including the Classic Theme. I need help My version PrestaShop version: 1.7.3.2 Link to comment Share on other sites More sharing options...
bellini13 Posted May 18, 2018 Share Posted May 18, 2018 there are no errors listed... what issue are you having exactly? Link to comment Share on other sites More sharing options...
Jimmy1963 Posted May 18, 2018 Author Share Posted May 18, 2018 Thank you for your Reply, This is just that . I change the theme, but the system show this parameter, I just want to know if this error is normal ? Required parameters: Please fix the following error(s) Optional parameters: OK Link to comment Share on other sites More sharing options...
bellini13 Posted May 28, 2018 Share Posted May 28, 2018 if there are no errors listed, then there are no errors being reported there Link to comment Share on other sites More sharing options...
doigro Posted August 15, 2018 Share Posted August 15, 2018 i can not upgrade for the same reason Link to comment Share on other sites More sharing options...
Jimmy1963 Posted August 15, 2018 Author Share Posted August 15, 2018 Hi Doigro, If you have access to PHP make sure that This parameters have been set in configuration, if not Contact your Hosting. The information Below is from the Official Prestashop Installation Requirements for 1.7. What I Found in my hosting was that for some reason parameters like Zip extension was Off. After Check and correct all the requirements the problem disappear . I hope this can help you. Jimmy1963 Here is a quick list of what you need to get started with the installation of PrestaShop 1.7. Should you not feel comfortable with the lack of details, you will find detailed instructions in the sections following this one. System requirements: PHP 5.4 or later. Useful settings (in the php.ini file): allow_url_fopen set to On, register_globals set to Off, upload_max_filesize set to "16M" (or more). Must-have PHP extensions (in the php.ini file): PDO_MySQL, cURL, SimpleXML, mcrypt, GD, OpenSSL, DOM, SOAP, Zip, fileinfo. Useful server tools: cron/crontab, Memcached. MySQL 5.0 or later. Better if: Unix/Linux hosting. Apache Web Server 2.0 or later or nginx Web Server. Apache module settings: mod_rewrite enabled, mod_security disabled Link to comment Share on other sites More sharing options...
doigro Posted August 16, 2018 Share Posted August 16, 2018 Just fixed with the help of my hosting provider but have the same error and stil can not not upgrade because of the same error message. Is there other way? Link to comment Share on other sites More sharing options...
Pavel Posted August 17, 2018 Share Posted August 17, 2018 On 8/16/2018 at 11:01 AM, doigro said: Just fixed with the help of my hosting provider but have the same error and stil can not not upgrade because of the same error message. Is there other way? Expand Same error, same update issue. One-click updater says check for errors on the info page, info page shows this error but nothing below it. At first there was Permission error to write to "modules" folder, but I resolved it and in Network tab I see successful writing requests to that folder (earlier that was error). Can't find a way to make that error go away, any suggestions? Thanks! Link to comment Share on other sites More sharing options...
Pavel Posted August 18, 2018 Share Posted August 18, 2018 Fixed it by installing missing extensions and changing some configs. You can use this great tool to check if everything is ok: https://github.com/PierreRambaud/phppsinfo/ Link to comment Share on other sites More sharing options...
TCB-Netherlands Posted September 4, 2018 Share Posted September 4, 2018 (edited) Just downloaded the script but it keeps turning back to login popup with 401 error, On xamp it works fine. Got the seme upgrade problems. Edited September 4, 2018 by OD&D (see edit history) Link to comment Share on other sites More sharing options...
DLynn Posted September 10, 2018 Share Posted September 10, 2018 On 9/4/2018 at 6:04 PM, OD&D said: Just downloaded the script but it keeps turning back to login popup with 401 error, On xamp it works fine. Got the seme upgrade problems. Expand If you empty the default login settings at lines 15 - 17 it will load with no protection. const DEFAULT_PASSWORD = ''; const DEFAULT_LOGIN = ''; Link to comment Share on other sites More sharing options...
TCB-Netherlands Posted September 14, 2018 Share Posted September 14, 2018 On 9/10/2018 at 6:02 PM, DLynn said: If you empty the default login settings at lines 15 - 17 it will load with no protection. const DEFAULT_PASSWORD = ''; const DEFAULT_LOGIN = ''; Expand it worked, strange when you put new user and pass it does not work Thanks for the help. Link to comment Share on other sites More sharing options...
cyjambo Posted December 27, 2018 Share Posted December 27, 2018 On 9/21/2018 at 10:13 AM, rdy4ever said: Apply this PR: https://github.com/PrestaShop/PrestaShop/pull/9407 Then you will see the NOKs. Expand Works perfectly with 1.7.4.2, thanks a lot! 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