Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Logo Problem with paypal https


Guest

Recommended Posts

My logo is displaying fine on the site until it moves to a secure (https) page. What do I need to change to fix this problem? I do not have my own certificate, rather a shared certificate for my host (bluehost). All other graphics seem to be displaying without issue. Below is the code in includes/header.php that I changed to display my own logo. The site is www.dragonfiretechnology.com

<table border="0" width="100%" cellspacing="0" cellpadding="0">
 <tr class="header">
   <td align="center" valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'dragonfire3.png', 'Dragonfire Technology') . '</a>'; ?></td>
 </tr>
</table>

 

Thanks to anyone who can give me some assistance :)

Link to comment
Share on other sites

Maybe you need to talk to your host.

 

 

I've never seen this error before.

 

Here's the HTTPS link to your header image:

 

Your header image - click it

 

This is what you get:

 

Unable to pull 150847 bytes through temp URL: https://secure.bluehost.com/~dragonh3/images/dragonfire3.png

This image works OK

 

A different image - click it

 

So, it's not a "code problem", not an "osC problem", I believe it a "host problem".

 

And maybe I'm full of *carp*...

:blush:

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...