osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Put me back on login page

This is a discussion on Put me back on login page within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; every time if a change someting in admin i wil be put back to the loginpage. exaple if a change ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Closed Thread

 

LinkBack Thread Tools
  #1  
Old 03-03-2006, 02:44 PM
Lurker
 
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rolenl
Default Put me back on login page

every time if a change someting in admin i wil be put back to the loginpage.

exaple if a change from language dutch to english i wil be dropt to loging.
or i wanna see te sales and wanna change from all purchess to the deliverd purcheses it like's to be cahnging but brings me back to the login page

can somebody help me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2  
Old 03-06-2006, 01:52 PM
New Member
 
Join Date: Nov 2004
Location: Georgia
Posts: 19
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
jcomputers
Default

are you still having a problem with the site im having the same problem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3  
Old 03-07-2006, 04:21 AM
Lurker
 
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
rolenl
Default

yes it is enoying.
But i can't find it.
i am look al over but still happens
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4  
Old 03-07-2006, 06:47 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 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

You have a problem somewhere with your admin/includes/configure.php or your sessions settings. Check there first.
__________________
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!
The Following User Says Thank You to michael_s For This Useful Post:
subtleinstrument (03-01-2007)
  #5  
Old 03-07-2006, 07:09 AM
New Member
 
Join Date: Nov 2004
Location: Georgia
Posts: 19
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 0
jcomputers
Default

clear your cookies
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
The Following User Says Thank You to jcomputers For This Useful Post:
subtleinstrument (03-01-2007)
  #6  
Old 03-07-2006, 02:25 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 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

jcomputers! I forgot about that one... A bad cookie will do it, and it is so easy to fix!
__________________
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!
  #7  
Old 03-07-2006, 07:38 PM
kopoba11's Avatar
Member
 
Join Date: Jan 2005
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
kopoba11
Default

Folks, I started to have that problem when I dropped some customer tables and then added upgraded customer tables from 1.7
I was able to fix it by loading new data instead of dropping and replacing tables.

From my dealings it was not an application problem, it was a database problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8  
Old 03-09-2006, 05:53 PM
Member
 
Join Date: Jul 2005
Posts: 32
Thanks: 1
Thanked 1 Time in 1 Post
Rep Power: 0
cameroti
Default

I was having a similar problem - whenever I posted a form in admin (eg using search or a drop down menu) there was a 50/50 chance that it would work or I would be thrown back out to the login page. I made the following change and have not experienced a problem since:

Code:
# Edit the file admin/includes/application_top.php
On line 35 (approx), replace :

$PHP_SELF = (isset($HTTP_SERVER_VARS['PHP_SELF']) ?$HTTP_SERVER_VARS['PHP_SELF']
: $HTTP_SERVER_VARS['SCRIPT_NAME']);

with :

$PHP_SELF = (!empty($HTTP_SERVER_VARS['PHP_SELF']) ?
$HTTP_SERVER_VARS['PHP_SELF'] : $HTTP_SERVER_VARS['SCRIPT_NAME']);
Hope it helps someone
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Confirmation Page takes me back to Payment Page Dubious osCMax v2 Installation issues 1 10-20-2006 02:04 PM
kicks me out to login page please help jcomputers osCMax v2 Installation issues 0 03-06-2006 01:58 PM
Customer cannot login, redirected back to login page BHenderson osCMax v1.7 Installation 2 02-09-2005 08:51 PM
Looping back to Admin Login Panel when navigate to subcat cshepherd osCMax v1.7 Installation 6 01-18-2005 06:49 AM
MS2 Max 1.5 - cannot go back to index page goldie osCMax v1.7 Discussion 2 10-21-2003 10:19 AM


All times are GMT -8. The time now is 11:17 PM.


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