insideorkut.com

I need a free forum iPage hosting service...?

Click Here To View All Answers...


First off, I need a free forum iPage hosting service...? Thanks in advance for any response. Another quick question... I have osCommerce loaded on a iPage site for my client..

Http://www.zimmerchi...ic.com/catalog/.

I have been able to make some changes to the home page of the online store which you can see by the added text. BUT, when I try to get rid of that red X for the missing graphic link, I cannot find it. It looks like the file is located....

Catalog/includes/languages/english/index.php.

But when I make a change to the line..

Define('TABLE_HEADING_IMAGE', 'zfclogo.jpg');.

... it doesnt makea change to the live site..

I know the graphic is there because if I go to.

Http://www.zimmerchiropractic.com/catalog/...ish/zfclogo.jpg.

It brings up the logo..

Does anyone have any suggestions?.

Thank you for your time,.

Kim Huff..

Comments (137)

Hmm... I need to find out myself. I don't know what is the answer to your question. I'll do some research and get back to you if I find an answer. You should email the people at iPage as they probably know..

Comment #1

Arcadiauk,.

I see what you are saying about the file name, BUT that is not the name of my graphic nor is it what I changed that information to..

I guess what I am asking you is... what is the name of the file and where is it's location so I can fix the dead graphic link?.

I changed it in the index.php file located under catalog/includes/languages/english but since that didn't fix it, I must be looking at the wrong file..

Thanks.

Kim..

Comment #2

A couple things are happening:.

Zimgldlo.jpg is the image that the index page is calling and you are referencing a completely different file name, so....

Move or upload a copy of 'zfclogo.jpg' to your catalog directory and rename it "Zimgldlo.jpg". For whatever reason, you seem to have set your image directory to your catalog directory. I think you should change it to a folder IN your catalog directory but whatever is easy for you. If you upload that image to your catalog directory (or move it from /languages/english) you will be fine...

Comment #3

I presume you are talking about the graphic to the right of where it says "Welcome to our store"..

This graphic can be found in /catalog/index.php at this point around line 291.

This graphic is normally called 'table_background_default.gif'.

<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">.

<tr>.

<td><table border="0" width="100%" cellspacing="0" cellpadding="0">.

<tr>.

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>.

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>.

</tr>.

</table></td>.

I hope this is what you wanted to know..

Derek..

Comment #4

Well, I am confused. I looked at the location you stated Arcadiauk and that still didnt fix it. SO, I decided to try what kepa had suggested at that did work..

The problem is I would really like to know what file is controlling that page..

I know that the text I added to the page WAS located at catalog/includes/languages/english/index.php. AND, I saw a place that looked like the location for defining that graphic name. BUT, unfortunately, that didnt change the name in the source code..

SO, it is working now, but I still dont understand where that information is coming from..

Kim..

Comment #5

Sorry if I confused you, I confuse myself sometimes..

Glad you got it sorted in the end.

Derek..

Comment #6

I have osCommerce loaded on a iPage site for my client..

Http://www.zimmerchi...ic.com/catalog/.

I have been able to make some changes to the home page of the online store which you can see by the added text. BUT, when I try to get rid of that red X for the missing graphic link, I cannot find it. It looks like the file is located....

Catalog/includes/languages/english/index.php.

But when I make a change to the line..

Define('TABLE_HEADING_IMAGE', 'zfclogo.jpg');.

... it doesnt makea change to the live site..

I know the graphic is there because if I go to.

Http://www.zimmerchiropractic.com/catalog/...ish/zfclogo.jpg.

It brings up the logo..

Does anyone have any suggestions?.

Thank you for your time,.

Kim Huff..

Comment #7

The url to the image is.

Http://zimmerchiropr...og/Zimgldlo.jpg.

And the image file name is zimgldlo.jpg..

The capital letter Z is your problem, case is sensitive on unix servers..

Do a "right click" on the red.

X.

And look at the properties..

Hope this helps.

Derek..

Comment #8


This question was taken from a support group/message board and re-posted here so others can learn from it.