Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories and articles site not loaded


Sinbadsurf

Recommended Posts

Hello,

 

I have to change my hoster. Currently my shop is running on the old host, and I started to migrate to the new host.

I 'm switched now on a virtual server suse linux, where I have to administrate everything by my self.

 

After enabling register_globals the shop in /catalog/index.php looks fine, but it does not work.

Clicking on a category does have no effect, it just reloads /catalog/index.php

Same behaviour in the admin section, when clicking on the left menu items.

 

But the bestsellers list (in the online shop) and the numer of customers and articels in the administration site show correct values.

So values can be read from the DB.

 

I recognized the following:

This part is missing .../catalog/index.php?cPath=22&osCsid=17d16e86c51bb6220be3386a108965f0

 

It just shows .../catalog/index.php?cPath=22 .

The error_log on the server does not show anything.

 

I also compared the entries in table session:

 

Shop on old server (works just fine)

 

cart|O:12:"shoppingCart":5:{s:8:"contents";a:1:{i:153;a:1:{s:3:"qty";i:1;}}s:5:"total";d:5.45000000000000017763568394002504646778106689453125;s:6:"weight";d:0;s:6:"cartID";s:5:"23084";s:12:"content_type";s:8:"physical";}language|s:6:"german";languages_id|s:1:"2";currency|s:3:"USD";navigation|O:17:"navigationHistory":2:{s:4:"path";a:3:{i:0;a:4:{s:4:"page";s:9:"index.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:1:{s:5:"cPath";s:2:"24";}s:4:"post";a:0:{}}i:1;a:4:{s:4:"page";s:9:"index.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:1:{s:5:"cPath";s:5:"24_43";}s:4:"post";a:0:{}}i:2;a:4:{s:4:"page";s:21:"checkout_shipping.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:0:{}s:4:"post";a:0:{}}}s:8:"snapshot";a:0:{}}customer_id|s:2:"11";customer_default_address_id|s:2:"35";customer_first_name|s:5:"Deniz";customer_country_id|s:2:"81";customer_zone_id|s:1:"0";sendto|s:2:"35";billto|s:2:"35";cartID|s:5:"23084";

 

Shop on new server: (not working anymore)

 

cart|O:12:"shoppingCart":4:{s:8:"contents";a:0:{}s:5:"total";i:0;s:6:"weight";i:0;s:12:"content_type";b:0;}language|s:6:"german";languages_id|s:1:"2";currency|s:3:"USD";navigation|O:17:"navigationHistory":2:{s:4:"path";a:1:{i:0;a:4:{s:4:"page";s:9:"index.php";s:4:"mode";s:6:"NONSSL";s:3:"get";a:0:{}s:4:"post";a:0:{}}}s:8:"snapshot";a:0:{}}

 

Server old:

Apache/2.2.9 (Debian)

PHP Version 5.2.6-0.1~lenny1

MySQL Client API version 5.0.51a

 

 

Server new:

Apache Version Apache/2.2.4 (Linux/SUSE)

PHP Version 5.2.6

MySQL Client API version 5.0.45

 

 

Please help, cause time is running out, and I need to move to the new host as soon as possible.

Thank you very much in advance.

Link to comment
Share on other sites

  • 7 months later...

Hi Sinbadsurf, did you manage to resolve this?

 

I've come accross the same problem.

 

I backed up the database and the site from the old service provider, copied the files to the new service provider and imported the database. Then I changed my config files to match the new database login details.

 

As with your store, I can see the home page fine, complete with top sellers and categories, but clicking them just reloads the home page.

 

Any pointers that you could give would be a bonus!

 

Regards,

 

Richard.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...