Maczeta Posted August 9, 2021 Share Posted August 9, 2021 Hi, My Prestashop 1.6 works Ok, www.mogio.eu -> debug on but when I add Product and my product is added that I don't preview my product and I have errors: Warning: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' (this will throw an Error in a future version of PHP) in /home/mogioer/www/classes/Cookie.php on line 79 Warning: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' (this will throw an Error in a future version of PHP) in /home/mogioer/www/classes/Cookie.php on line 79 Warning: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' (this will throw an Error in a future version of PHP) in /home/mogioer/www/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/mogioer/www/classes/Rijndael.php on line 91 Warning: count(): Parameter must be an array or an object that implements Countable in /home/mogioer/www/controllers/front/ProductController.php on line 254 Fatal error: Uncaught --> Smarty: Unable to load template file './product_pages/.tpl' in '/home/mogioer/www/themes/theme1373/product.tpl' <-- thrown in /home/mogioer/www/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 129 Just when I click to preview my product -> I have error Do you have any ideas? Link to comment Share on other sites More sharing options...
ComGrafPL Posted August 10, 2021 Share Posted August 10, 2021 On 8/9/2021 at 4:24 PM, Maczeta said: Hi, My Prestashop 1.6 works Ok, www.mogio.eu -> debug on but when I add Product and my product is added that I don't preview my product and I have errors: Warning: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' (this will throw an Error in a future version of PHP) in /home/mogioer/www/classes/Cookie.php on line 79 Warning: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' (this will throw an Error in a future version of PHP) in /home/mogioer/www/classes/Cookie.php on line 79 Warning: Use of undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128' (this will throw an Error in a future version of PHP) in /home/mogioer/www/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/mogioer/www/classes/Rijndael.php on line 91 Warning: count(): Parameter must be an array or an object that implements Countable in /home/mogioer/www/controllers/front/ProductController.php on line 254 Fatal error: Uncaught --> Smarty: Unable to load template file './product_pages/.tpl' in '/home/mogioer/www/themes/theme1373/product.tpl' <-- thrown in /home/mogioer/www/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 129 Just when I click to preview my product -> I have error Do you have any ideas? PHP version? 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