osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 
 

Looping back to Admin Login Panel when navigate to subcat

This is a discussion on Looping back to Admin Login Panel when navigate to subcat within the osCMax v1.7 Installation forums, part of the osCMax v1.7 Forums category; Having a problem that doesn’t seem to be addressed on any discussion forum… My osCommerce set up is having problems ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v1.7 Forums > osCMax v1.7 Installation

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 01-06-2005, 06:23 AM
Lurker
 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cshepherd
Default Looping back to Admin Login Panel when navigate to subcat

Having a problem that doesn’t seem to be addressed on any discussion forum…

My osCommerce set up is having problems with looping back to Admin Login Panel when attempting to navigate to subcategory or products through admin panel. I also have same experience when attempting to use download function in EasyPopulate 2.72 contribution.



Here’s my set up:

Shared Hosting Service
osCMax v1.7 w/the following installed additional contributions:
- Queries Debug Output v1.6 for osCommerce-ms2
- MS3 Tax Class for osCommerce-ms2
MySQL 4.0.17
PHP 4.3.10 (Zend: 1.3.0)
Microsoft-IIS/5.0
Shared SSL

I’m definitely new to PHP and not a developer, but used to be a network engineer (not a Microsoft paper MCSE!), so I can kind of hack my way around things a little.

Thanks in advance for any help you have to offer.

- Chad -
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
  #2  
Old 01-06-2005, 06:41 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,488
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Looping back to Admin Login Panel when navigate to subca

You are most likely losing your session. Check the sessions settings in the admin. You may want to switch session storage to mysql. Edit configure.php in the admin/includes dir and change sessions to mysql.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 01-06-2005, 08:09 AM
Lurker
 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cshepherd
Default RE: Looping back to Admin Login Panel when navigate to subca

Quote:
Originally Posted by msasek
You are most likely losing your session. Check the sessions settings in the admin. You may want to switch session storage to mysql. Edit configure.php in the admin/includes dir and change sessions to mysql.
Thanks for the speedy response. I double checked my install, and do have session storage configured for mysql:

/admin/includes/configure.php

Line 44: define('STORE_SESSIONS', 'mysql');

Here is a snapshot of my sessions config in the admin panel;



Only odd thing, is I don’t recall having a tmp directory…

Any other ideas or method of troubleshooting?

Thanks,
- Chad -
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 01-06-2005, 12:52 PM
Lurker
 
Join Date: Jan 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
jacobh
Default RE: Looping back to Admin Login Panel when navigate to subca

I have the same problem. Any solution?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5  
Old 01-06-2005, 01:05 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,488
Thanks: 73
Thanked 334 Times in 313 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default RE: Looping back to Admin Login Panel when navigate to subca

Sorry, I never use IIS, so I can't help futrher. It is something to do with the setup on IIS though. I see a lot of IIS users with the same issue. Search IIS through the forums here and at oscommerce.com and I am pretty sure you will find the solution. When you do, please post it here so we can add it to the docs for others.
__________________
Michael Sasek
osCMax Developer


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #6  
Old 01-16-2005, 04:57 PM
Lurker
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dvdsource
Default

I also have this _exact_ problem which only manifest itself after getting shared SSL installed. Also, the ISP is using Apache and not IIS.

There is a workaround to just double click on the link in the middle instead of using the 'Go To' jump. However, I would really like to know what the solution is.

Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7  
Old 01-18-2005, 05:49 AM
Lurker
 
Join Date: Oct 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
cshepherd
Default

I started looking at file & directory permissions based on a reply from my posting on the osCommerce community forum. I couldn’t find anything out of place. However, just to be safe, I reapplied permissions to the admin folder and other files per/ installation instructions and everything started working correctly!

Don’t know what it was, but that somehow fixed things. Maybe when I changed over to SSL, the script from the hosting company that performs this change somehow trashes the permissions to the admin folder or other files.????? Anyway, the loop problem is gone for now…


Thanks again,
Chad
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Advertisement
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
What is my admin panel login? (email/password) bestphotosonline osCMax v2 Installation issues 4 01-18-2007 03:45 PM
Lost Admin Panel auntie22 osCMax v1.7 Discussion 2 04-30-2006 09:40 AM
Put me back on login page rolenl osCMax v2 Installation issues 7 03-09-2006 04:53 PM
Customer cannot login, redirected back to login page BHenderson osCMax v1.7 Installation 2 02-09-2005 07:51 PM
Easy Populate and Quick updates Looping to login screen freeman osCMax v1.7 Discussion 3 10-24-2003 12:52 AM


All times are GMT -8. The time now is 07:52 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax