Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How come I get logged out when....


Dennis_gull

Recommended Posts

Posted

A link to the actual site rather than just a screenshot would be more helpful.

 

-jared

Posted

So any ideas?

What page is connected to index.php?manufacturers_id

 

I've tried to replace includes/boxes/manufacturers.php but didnt have any luck there either.

Posted

Since you have a copy of index.php that is "an old one", you've obviously made some changes to your site that caused this problem. Have you tried restoring ALL the files you changed from backup?

 

-jared

Posted

If you restore from backup, and the problems go away, then you can more carefully review the changes you've made to determine which one(s) caused this problem. I'm not suggesting you start all over, simply that you restore from backup to make sure that you're troubleshooting the right problem. You can always copy the new files back on again . . .

 

-jared

Posted

Found out what it was.

 

Had to change a thing in the configure.php file,

I had

define('HTTP_SERVER', '<domain name>

and not

define('HTTP_SERVER', '<domain name>/shop2

 

Instead I used:

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

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

 

And well that didnt work.

Archived

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

×
×
  • Create New...