Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / PHP Warning: strstr() Empty delimiter HELP

PHP Warning: strstr() Empty delimiter HELP

Views: 2,997

Results 1 to 4 of 4
18 Apr 2012, 1:02 AM
#1
enpeek avatar

enpeek

New Zenner

Join Date:
Mar 2012
Posts:
15
Plugin Contributions:
0

PHP Warning: strstr() Empty delimiter HELP

Hi

my site are reporting this now, dont know why this is happing
got some attacks for a week ago or i have 10 different ips who tried to enter the admin folder. But it is changed to they did´nt find it

[Sat Apr 14 14:53:03 2012] [error] PHP Warning: strstr() [function.strstr]: Empty delimiter in /home/g/e/ftp_gezzdk/includes/functions/functions_email.php on line 110

HELP me please guys !

18 Apr 2012, 3:06 AM
#2
drbyte avatar

drbyte

Sensei

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

Re: PHP Warning: strstr() Empty delimiter HELP

In your languages files you have gone and deleted the contents of the EMAIL_DISCLAIMER definition, and thus the system can't properly do its text substitution for the %s value in that definition.
Restore that definition to its original state and that error will stop.

27 Apr 2012, 11:28 PM
#3
enpeek avatar

enpeek

New Zenner

Join Date:
Mar 2012
Posts:
15
Plugin Contributions:
0

Re: PHP Warning: strstr() Empty delimiter HELP

DrByte:

In your languages files you have gone and deleted the contents of the EMAIL_DISCLAIMER definition, and thus the system can't properly do its text substitution for the %s value in that definition.
Restore that definition to its original state and that error will stop.

okay, can you please tell me where to fix it, and whitch file?