Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

no product details after moving to new server


Guest

Recommended Posts

Hi!

 

Just were moving an working shop to another domain within the same provider. Now I see the shop main page with all products an categories. But when I click on category or at a product i get an error and nothing will be displayed. Perhaps somebody has an idea how I can make it work again. The URL is:

 

Darsana Web Shop

 

My configure.php looks like this:

 

  define('HTTP_SERVER', 'http://www.darsana.de/'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://ssl-account.com/darsana.de/'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', false); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'www.darsana.de');
 define('HTTPS_COOKIE_DOMAIN', 'www.darsana.de');
 define('HTTP_COOKIE_PATH', 'catalog/');
 define('HTTPS_COOKIE_PATH', 'catalog/');
 define('DIR_WS_HTTP_CATALOG', 'catalog/');
 define('DIR_WS_HTTPS_CATALOG', 'catalog/');
 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', '/www/htdocs/w005890b/catalog/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

I tried so many settings but it doesn't work... please help me if you have an idea.

 

Thx a lot... Jochen

Link to comment
Share on other sites

define('HTTP_SERVER', 'http://www.darsana.de'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://ssl-account.com/darsana.de'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.darsana.de');

define('HTTPS_COOKIE_DOMAIN', 'ssl-account.com/darsana.de');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

You did remember to set up a new blank database and then run the backup of your original website's database into it?

 

Vger

Link to comment
Share on other sites

You did remember to set up a new blank database and then run the backup of your original website's database into it?

 

Vger

 

Yes I did. All products are displayed, but no details and not able to enter categories :(

Link to comment
Share on other sites

Check your folder permissions are set to 755.  They may be set to 644 after a move.

 

Vger

 

Checked all folders and set them to 755. No chance :(

There is an error message by my Firefox. Because I'm using the german versino I have to translate it by myself:

 

"To many redirects for this URL. The required page could not be loaded. This could be caused by blocked cookies."

 

Didn't find a topic in the forum. I'm sure it's because I don't have the right translation for the error message...

 

Seems to become a neverending story :(

Link to comment
Share on other sites

Now I found the right translation:

 

Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...