Griffon Posted January 7, 2022 Share Posted January 7, 2022 something went wrong in my modules section.My control panel does not open I use prestashop 1.6.1.24 what should i do about it? Link to comment Share on other sites More sharing options...
juanrojas Posted January 7, 2022 Share Posted January 7, 2022 activate debug mode to see if it shows anything Link to comment Share on other sites More sharing options...
Griffon Posted January 7, 2022 Author Share Posted January 7, 2022 10 minutes ago, juanrojas said: activate debug mode to see if it shows anything how do i do this Link to comment Share on other sites More sharing options...
joseantgv Posted January 8, 2022 Share Posted January 8, 2022 Link to comment Share on other sites More sharing options...
Griffon Posted January 9, 2022 Author Share Posted January 9, 2022 On 1/7/2022 at 11:45 AM, juanrojas said: activate debug mode to see if it shows anything It produces the following results: Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/eshopgri/domains/eshop-griffonmarket.com/public_html/classes/Cookie.php on line 79 Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/eshopgri/domains/eshop-griffonmarket.com/public_html/classes/Cookie.php on line 79 Notice: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' in /home/eshopgri/domains/eshop-griffonmarket.com/public_html/classes/Rijndael.php on line 124 Warning: openssl_decrypt(): IV passed is only 7 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in /home/eshopgri/domains/eshop-griffonmarket.com/public_html/classes/Rijndael.php on line 91 Warning: include_once(/home/eshopgri/domains/eshop-griffonmarket.com/public_html/modules/kbfreedelivery/classes/KbFreeShippingRule.php): failed to open stream: No such file or directory in /home/eshopgri/domains/eshop-griffonmarket.com/public_html/override/classes/Cart.php on line 2 Warning: include_once(): Failed opening '/home/eshopgri/domains/eshop-griffonmarket.com/public_html/modules/kbfreedelivery/classes/KbFreeShippingRule.php' for inclusion (include_path='.:/opt/alt/php71/usr/share/pear') in /home/eshopgri/domains/eshop-griffonmarket.com/public_html/override/classes/Cart.php on line 2 Link to comment Share on other sites More sharing options...
Prestachamps Posted January 9, 2022 Share Posted January 9, 2022 Hi, Through your FTP find the |modules" folder - inside that find the "kbfreedelivery" module . Press F2 on it, and and a "_' at teh module end or ranem it. It should solve your issue. Also, check if the PHP version didn't changed on your server. Hope it helps, Leo Link to comment Share on other sites More sharing options...
Griffon Posted January 10, 2022 Author Share Posted January 10, 2022 18 hours ago, Prestachamps said: Hi, Through your FTP find the |modules" folder - inside that find the "kbfreedelivery" module . Press F2 on it, and and a "_' at teh module end or ranem it. It should solve your issue. Also, check if the PHP version didn't changed on your server. Hope it helps, Leo There is no "kbfreedelivery" folder in public_html / modules / nor in public_html / themes / "my theme" / modules / Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 10, 2022 Share Posted January 10, 2022 36 minutes ago, Griffon said: There is no "kbfreedelivery" folder in public_html / modules / nor in public_html / themes / "my theme" / modules / 1 Link to comment Share on other sites More sharing options...
Griffon Posted January 10, 2022 Author Share Posted January 10, 2022 9 hours ago, ComGrafPL said: With "kbfreedelivery" errors all ok! Can I do something about the other error? Warning: openssl_decrypt(): IV passed is only 7 bytes long, cipher expects an IV of precisely 16 bytes, padding with \0 in /home/eshopgri/domains/eshop-griffonmarket.com/public_html/classes/Rijndael.php on line 91 Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 10, 2022 Share Posted January 10, 2022 I would check this line and see whats there. Is it related to any not existing module. Link to comment Share on other sites More sharing options...
Griffon Posted January 10, 2022 Author Share Posted January 10, 2022 5 minutes ago, ComGrafPL said: I would check this line and see whats there. Is it related to any not existing module. The line has this: $output = openssl_decrypt($encrypted, 'AES-128-CBC', $this->_key, OPENSSL_RAW_DATA, $this->_iv); Link to comment Share on other sites More sharing options...
ComGrafPL Posted January 10, 2022 Share Posted January 10, 2022 3 minutes ago, Griffon said: The line has this: $output = openssl_decrypt($encrypted, 'AES-128-CBC', $this->_key, OPENSSL_RAW_DATA, $this->_iv); Solution can be found here in answers: https://stackoverflow.com/questions/37439981/openssl-encrypt-randomly-fails-iv-passed-is-only-x-bytes-long-cipher-exp Link to comment Share on other sites More sharing options...
Nickz Posted January 10, 2022 Share Posted January 10, 2022 (edited) First do a full back up, files and database. Go into your cpanel and check for PHP versions. If set to php7.2 lower the version to 7.1 or even 7.0. and see what happens. Edited January 11, 2022 by Nickz spelling (see edit history) Link to comment Share on other sites More sharing options...
Griffon Posted January 10, 2022 Author Share Posted January 10, 2022 17 minutes ago, Nickz said: Fist do a full back up, files and database. Go into your cpanel and check for PHP versions. If set to php7.2 lower the version to 7.1 or even 7.0. and see what happens. it is not from php Link to comment Share on other sites More sharing options...
SmartDataSoft Posted January 11, 2022 Share Posted January 11, 2022 8 hours ago, Griffon said: it is not from php This is php version related issue. you can check Mcrypt php extension is install in your php version or alter php version and check. we face this kind of issue many times Thank you Link to comment Share on other sites More sharing options...
Griffon Posted January 11, 2022 Author Share Posted January 11, 2022 3 hours ago, SmartDataSoft said: This is php version related issue. you can check Mcrypt php extension is install in your php version or alter php version and check. we face this kind of issue many times Thank you I activated Mcrypt and put php 7 & 7.1 but the problem remains. Do I need to put another php version? Link to comment Share on other sites More sharing options...
SmartDataSoft Posted January 11, 2022 Share Posted January 11, 2022 @Griffon Will you check your session folder location and permission for your selected php version. I think this will help you to solve. Thank you Link to comment Share on other sites More sharing options...
Nickz Posted January 11, 2022 Share Posted January 11, 2022 6 hours ago, Griffon said: I activated Mcrypt and put php 7 & 7.1 but the problem remains. Do I need to put another php version? You need to restart apache, clean your caches and test again if not already done so. php7.0 or 7.1 should do for your case. 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