Every time i need delete 9980 files of error log
[05-Sep-2012 06:50:24] PHP Warning: define() expects at least 2 parameters, 1 given in /home/kingmag/public_html/includes/languages/english/email_extras.php on line 30
What the problem ?
Thanks
Every time i need delete 9980 files of error log
[05-Sep-2012 06:50:24] PHP Warning: define() expects at least 2 parameters, 1 given in /home/kingmag/public_html/includes/languages/english/email_extras.php on line 30
What the problem ?
Thanks
It means on line 30 of that file you've got a PHP syntax error.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
To be specific, the define() expects two terms like
define('CONSTANT_NAME', ''Constant definition');
Your error message means you only have one of these in that line.