niels194 Posted August 10, 2014 Share Posted August 10, 2014 Hello everyone, I'm getting the error stated below, when i change a state to: 'Payment accepted' Warning: Division by zero in /home/munique/domains/munique.nl/public_html/tools/tcpdf/tcpdf.php on line 22982 Warning: array_fill() [function.array-fill]: Number of elements must be positive in /home/munique/domains/munique.nl/public_html/tools/tcpdf/tcpdf.php on line 22984 Warning: Invalid argument supplied for foreach() in /home/munique/domains/munique.nl/public_html/tools/tcpdf/tcpdf.php on line 24393 Warning: Invalid argument supplied for foreach() in /home/munique/domains/munique.nl/public_html/tools/tcpdf/tcpdf.php on line 24425 Warning: Cannot modify header information - headers already sent by (output started at /home/munique/domains/munique.nl/public_html/tools/tcpdf/tcpdf.php:22982) in /home/munique/domains/munique.nl/public_html/classes/Tools.php on line 143 I think this is caused by the generation of the invoice. The invoice also has an error and is inclompleet Warning: mb_split() [function.mb-split]: Empty regular expression in /home/munique/domains/munique.nl/public_html/tools/smarty/plu gins/shared.mb_str_replace.php on line 47 Does anybody have an idea what this could be? Link to comment Share on other sites More sharing options...
niels194 Posted August 11, 2014 Author Share Posted August 11, 2014 anyone? Link to comment Share on other sites More sharing options...
A1TH Posted August 13, 2014 Share Posted August 13, 2014 Hello I meet the same problem while change order statut I got this error in back office.However the statut have been registred. Warning: touch() [function.touch]: Utime failed: Permission denied in /home/xxxxx/domains/xxxxx.com/public_html/classes/Tools.php on line 2995 Warning: Cannot modify header information - headers already sent by (output started at /home/photograv/domains/photogravia.com/public_html/classes/Tools.php:2995) in /home/xxxxxxxx/domains/xxxxxx.com/public_html/classes/Tools.php on line 143 I have read many posts about such as https://www.geeklog.net/faqman/index.php?op=view&t=38 but could not solved issue.When I put define ('_PS_MODE_DEV_', true); I got this error in back office while I change the state of the order. Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/xxxxxxx/domains/xxxxx.com/public_html/classes/Cookie.php on line 80 Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/xxxxxxx/domains/xxxxxxx.com/public_html/classes/Cookie.php on line 80 and I cannot open the front page and I got this error : Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/xxxxxx/domains/xxxxxx.com/public_html/classes/Cookie.php on line 80 Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/xxxxxx/domains/xxxxxx.com/public_html/classes/Cookie.php on line 80 Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/domains/xxxxxx.com/public_html/classes/Cookie.php:80) in /home/xxxxxx/domains/xxxxxx.com/public_html/classes/controller/FrontController.php on line 654 Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/domains/xxxxxx.com/public_html/classes/Cookie.php:80) in /home/xxxxxx/domains/xxxxxx.com/public_html/classes/controller/FrontController.php on line 655 Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxx/domains/xxxxxx.com/public_html/classes/Cookie.php:80) in /home/xxxxxx/domains/xxxxxx.com/public_html/classes/Tools.php on line 132 I am not developper, I am trying to read all what can I found on google and in this forum.... but I could not solve the issue.Please could someone help about this issue.Thanks in advance. Link to comment Share on other sites More sharing options...
A1TH Posted August 15, 2014 Share Posted August 15, 2014 I found out the problem of my issue.Because display errors was turned on.... after turning off display errors.... I do not have this problem anymore. 1 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