Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

no images at all


anique

Recommended Posts

i have no images or formating at all in my catalog

 

i found this but what files i have to edit

 

 

 

Stylesheet: All images are broken

 

If a page shows everything right except the graphics and formatting are missing then go to that page and change the link of your stylesheet in whatever file is not displaying correctly:

<LINK href="../oscommerce/catalog/catalog/stylesheet.css" type=text/css rel=stylesheet>

All you have to do is find that line in and correct the path to point to your actual stylesheet.css which usually is:

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

Link to comment
Share on other sites

I had a similar problem and here's what the problem was.The images folder had no read priviledges enabled.Try changing the chmod (priviledges) of the images folder to 777.Do that using your FTP program.I hope it helped.

Link to comment
Share on other sites

i was thinking if some one could tell me what i should be changing about css and in what file.

 

my index.php have already scc path set to

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

Link to comment
Share on other sites

Simple fix everyone - check the following :

 

/includes/configure.php - edit this file! Check the HTTP Server paths and cookie domain. Do they say localhost? If so - change that the WORKABLE address. :) There u go - images are all ok.

Link to comment
Share on other sites

  • 4 months later...
okey thansk

it was HTTPS paths not defined

any way

what is difference b/w http and https

What's the url? You may have one of the common problems where the s/w is confusing the ssl and the non ssl links.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...