Zen Cart Logo
Forums / Basic Configuration / Did I configure something wrong? Code appearing in Search also ENTRY_REQUIRED_SYMBOL

Did I configure something wrong? Code appearing in Search also ENTRY_REQUIRED_SYMBOL

Locked

Views: 1,472

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
23 May 2007, 7:35 PM
#1
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Did I configure something wrong? Code appearing in Search also ENTRY_REQUIRED_SYMBOL

I just upgraded to the new version.

I am getting codes inside my search box and
as you can see from the link below there is refrences to ENTRY_REQUIRED_SYMBOL

http://www.buythistoo.com/index.php?main_page=contact_us

(This is my staging site for https://www.allforyourwedding.com)

25 May 2007, 1:09 PM
#2
lib99 avatar

lib99

Totally Zenned

Join Date:
Dec 2004
Location:
New York, USA
Posts:
965
Plugin Contributions:
0

Re: Did I configure something wrong? Code appearing in Search also ENTRY_REQUIRED_SYMBOL

Your missing a language define somewhere, probably english.php

Try searching for ENTRY_REQUIRED_SYMBOL in your downloaded copy of ZC and then correct it in your server copy.

26 May 2007, 4:41 PM
#3
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Did I configure something wrong? Code appearing in Search also ENTRY_REQUIRED_SYMBOL

I just tried that...

I cant seem find it...

How strange...

Guess I will just have to figure out how to disable that graphic.

26 May 2007, 5:11 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Did I configure something wrong? Code appearing in Search also ENTRY_REQUIRED_SYMBOL

This should be in your main language file ... line number may vary:

/includes/languages/english.php

Line #265 : define('ENTRY_REQUIRED_SYMBOL', '*');

Check your overrides file too:
/includes/languages/your_template_dir/english.php

27 May 2007, 1:54 AM
#5
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Did I configure something wrong? Code appearing in Search also ENTRY_REQUIRED_SYMBOL

That was it...

Thanks so much