Results 1 to 8 of 8

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 ...

      
  1. #1
    Lurker
    Join Date
    Feb 2006
    Posts
    3
    Rep Power
    0


    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

  2. #2
    New Member
    Join Date
    Nov 2004
    Location
    Georgia
    Posts
    19
    Rep Power
    0


    Default

    are you still having a problem with the site im having the same problem

  3. #3
    Lurker
    Join Date
    Feb 2006
    Posts
    3
    Rep Power
    0


    Default

    yes it is enoying.
    But i can't find it.
    i am look al over but still happens

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    Default

    You have a problem somewhere with your admin/includes/configure.php or your sessions settings. Check there first.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    New Member
    Join Date
    Nov 2004
    Location
    Georgia
    Posts
    19
    Rep Power
    0


    Default

    clear your cookies

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,500
    Rep Power
    567


    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 installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    Member kopoba11's Avatar
    Join Date
    Jan 2005
    Posts
    49
    Rep Power
    0


    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.

  8. #8
    Member
    Join Date
    Jul 2005
    Posts
    32
    Rep Power
    0


    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

Similar Threads

  1. Confirmation Page takes me back to Payment Page
    By Dubious in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-20-2006, 03:04 PM
  2. kicks me out to login page please help
    By jcomputers in forum osCmax v2 Installation issues
    Replies: 0
    Last Post: 03-06-2006, 01:58 PM
  3. Customer cannot login, redirected back to login page
    By BHenderson in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 02-09-2005, 08:51 PM
  4. Looping back to Admin Login Panel when navigate to subcat
    By cshepherd in forum osCMax v1.7 Installation
    Replies: 6
    Last Post: 01-18-2005, 06:49 AM
  5. MS2 Max 1.5 - cannot go back to index page
    By goldie in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 10-21-2003, 11:19 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •