Zen Cart Logo
Forums / Setting Up Categories, Products, Attributes / Cach folder full 9980 files

Cach folder full 9980 files

Views: 522

Results 1 to 3 of 3
17 Sep 2012, 8:45 PM
#1
dmagic avatar

dmagic

Totally Zenned

Join Date:
Oct 2008
Posts:
594
Plugin Contributions:
0

Cach folder full 9980 files

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

17 Sep 2012, 11:43 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Cach folder full 9980 files

It means on line 30 of that file you've got a PHP syntax error.

18 Sep 2012, 12:47 AM
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Cach folder full 9980 files

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.