anique Posted February 1, 2004 Share Posted February 1, 2004 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 More sharing options...
joshoua Posted February 1, 2004 Share Posted February 1, 2004 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 More sharing options...
anique Posted February 1, 2004 Author Share Posted February 1, 2004 thanks a lot but sorry it still isnt helping me also i think there is strange setting problem in script somewhere when i check rightclick>properties of image it displays this http:///images/oscommerce.gif strange :( it should be http://mydomain.com/catelog/images/oscommerece.gif any help Link to comment Share on other sites More sharing options...
anique Posted February 1, 2004 Author Share Posted February 1, 2004 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 More sharing options...
trendyfashion Posted February 1, 2004 Share Posted February 1, 2004 sounds like your config file set up is wrong The Wiki Docs: Read them, live them and be thankful for them! Link to comment Share on other sites More sharing options...
Guest Posted February 2, 2004 Share Posted February 2, 2004 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 More sharing options...
anique Posted February 2, 2004 Author Share Posted February 2, 2004 okey thansk it was HTTPS paths not defined any way what is difference b/w http and https Link to comment Share on other sites More sharing options...
entoone Posted June 20, 2004 Share Posted June 20, 2004 http: is a regular non secure beginning to a website and https is the beginning a secure website address. Have a great day! Link to comment Share on other sites More sharing options...
AlanR Posted June 20, 2004 Share Posted June 20, 2004 okey thanskit 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.