Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help? Everything just vanished


LisaC

Recommended Posts

Lisa, you need to post your config file without the database info. Some fundemental change has occured and it can;t find anything.

 

includes/configure.php

 

 

TJ

 

 

 

Good morning. I went to mys tore to check on something and all the images and graphics were broken. I have not changed anything and it was working fine last i checked. Any idea what has happened or how I can fix it?

Thanks so much

 

http://ljgdesign.com/store/

Link to comment
Share on other sites

check the permissions on your images directory. This happened to me recently. I had to change the permissions. Do not know what caused it to become changed.

Rik Rasmussen

Link to comment
Share on other sites

Hi.

I checked your images and they all have https in the URL - your host can have set the ssl to not accept http if you change your pictures URL to http and put them there it should be fine!

 

Ellinor

 

Good morning. I went to mys tore to check on something and all the images and graphics were broken. I have not changed anything and it was working fine last i checked. Any idea what has happened or how I can fix it?

Thanks so much

 

http://ljgdesign.com/store/

Link to comment
Share on other sites

Lisa, you need to post your config file without the database info. Some fundemental change has occured and it can;t find anything.

 

includes/configure.php

TJ

 

 

<?php
/*
 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
 define('HTTP_SERVER', 'http://ljgdesign.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://ljgdesign.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', false); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'ljgdesign.com');
 define('HTTPS_COOKIE_DOMAIN', 'ljgdesign.com');
 define('HTTP_COOKIE_PATH', '/store/');
 define('HTTPS_COOKIE_PATH', '/store/');
 define('DIR_WS_HTTP_CATALOG', '/store/');
 define('DIR_WS_HTTPS_CATALOG', '/store/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
 define('DIR_FS_CATALOG', '/home/ljgdesig/public_html/store/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

//

Link to comment
Share on other sites

Should this line

 

define('DIR_WS_IMAGES', 'images/');

 

be

 

define('DIR_WS_IMAGES', 'i/mages/');

 

with the added slash on the front of images?

Rik Rasmussen

Link to comment
Share on other sites

It seems that my store is acting like it is set up for SSL but yet when I go in to change that setting to "false" ...It's already set at false.

 

There is another store having teh same problem. A friend of mines store and she is on the same host as me.

 

If I have to go in and manually change all the links to my images from HTTPS to HTTP...how do I do this. Where are all the image links?

I usually just upload the image and the link is set itself.

 

I don't understand how it went from being set as non secure to SSL without my doing anything...Can anyone shed some light on this for us? Thanks so much

 

Here is the link to my shop

http://ljgdesign.com/store/

 

and the link to my friend's shop

http://imagesbyjer.com/store/index.php

 

Thanks so much.

Link to comment
Share on other sites

Well, your config.php is the way it should be, and the PHP generated html is correct.

 

I tried this:

 

  telnet ljgdesign.com 80
 HEAD / HTTP/1.1
 Host: ljgdesign.com

and the connection seems to drop too quickly.

 

My guess is that the server at you hosting company is having some trouble keeping alive with the browser.

 

Contact them - charterhosting.com -, they probably are the only one who can help you.

 

Enjoy

 

Nacer.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...