That makes sense but I cant find the script. Thank link was installed on original load by Zen cart. I did not set it.
I copied that script from page source on Fire Fox
That makes sense but I cant find the script. Thank link was installed on original load by Zen cart. I did not set it.
I copied that script from page source on Fire Fox
could be in /lang/english/header.php
It had to be put there by you or someone that did install for you.
anyway the prob is def in that empty X img space on your main page under home login
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Washington Pools');
define('HEADER_SALES_TEXT', 'Welcome');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '84px');
define('HEADER_LOGO_IMAGE', ' ');
that script is in header.php
I took out the image but cant find the link To HOME
This is not the active header.php because your active header has the HEADER_ALT_TEXT as 'Washington Pools leasurescapes.
try looking for the active file like,, /lang/english/classic/header.php
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Washington Pools');
define('HEADER_SALES_TEXT', 'Welcome');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '84px');
define('HEADER_LOGO_IMAGE', '');
This header.php is from my custom file. It will override the classic file.
The leisurescapes is missing because I copied it from my backup files.
(its faster)
The link reference to the header logo is to www.washingtonpools/online (HOME)
Thats what I cant find
The image will be unsecure on secure page unless you call it with a relative url
example: url(../images/logo.gif) instead of url(includes/templates/CUSTOM/images/logo.gif)
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Yes I know that. What I do not know is what php is calling it or I would change it.
index.php tells header.php to load
Header.php does not tell the image to link to HOME. What does?
I can not tell you how good it is to talk to someone about this problem other than my wife who is telling me to me give up.
Carl I tried to sleep on it last night.
I think I would suggest to any new installers to set up ssl first before doing anything else. Last night I had a finished web page today I have a blank site with one link thats insecure about itself.It also happens to be the very first thing I did. 3 weeks ago
Last edited by IDW; 3 Jan 2007 at 02:34 AM.
I cant suggest anything at moment but just keep looking. I am a little confused, if you say this script is from your custom file, i would say nothing of this one is live on your main page. I would sleep on it then try fresh tomorrow.
I am not convinced, this is not what is produced on your site, so I think you are still looking at the wrong header, maybe override not working.
what is on your site is this.
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'washington pools leisurescapes');
define('HEADER_SALES_TEXT', ' <i>Sarnia ON</i>');
define('HEADER_LOGO_WIDTH', '280px'); x
define('HEADER_LOGO_HEIGHT', '100px'); x
define('HEADER_LOGO_IMAGE', 'logo.gif'); yours is missing
I think it important you find this header.php and go from there. Ultra edit32 makes it easy. I see you have made a few mods on your opening page,, eg. powered by:,, you may have dropped a clanger on the way and may not be easy to remember what you did.
If you have no hair left to pull out, you could try this as a last resort:
Download the template gloss blue or black, excellent template and a 5yr old could install it, so easy. dont bother with overides at this stage, update in admin then run it. i think there is a good chance all the nastys will go. nothing to loose at this stage.
good luck.
I start thinking, "so the error comes from pulling a image from an unsecure part of the site"
So I changed the name of the http dir so it cant find it and tried to open the site with https://ssl5.servage.net/~sc15698-NLZR/online
This showed up on the task bar
https ssl5.servage.net/~sc15698-NLZR/online/zc install/index.php
Not found
where did the zc_install come from
Last edited by IDW; 4 Jan 2007 at 03:34 AM.