Results 1 to 2 of 2

Problems with admin login

This is a discussion on Problems with admin login within the osCmax v2 Installation issues forums, part of the osCmax v2.0 Forums category; Greetings I recently installed oscmax2_RC3_0_1 on my host. Everything went fine except admin area. I searched through forum and found ...

      
  1. #1
    qex
    qex is offline
    Lurker
    Join Date
    Jun 2007
    Posts
    1
    Rep Power
    0


    Default Problems with admin login

    Greetings

    I recently installed oscmax2_RC3_0_1 on my host.
    Everything went fine except admin area.

    I searched through forum and found this thread with same problem
    Well crap... admin login not allowing login-no errors

    Before i uploaded the oscmax to host i changed some files according to this guide here ( because my host's settings are: register_globals "off" ) :

    osCommerce SEO - Running osCommerce with Register Globals Off - Magic SEO URL - Search Engine Optimization

    What the problem is that i still can't log in to admin area after applied those tips from the threads above.

    I tested everything on my local mashine with php 5.2.1, mysql 4.1.7, apache 2.2 on WinXP pro with NO PROBLEMS.

    My host is running on Linux with php4.4.7, mysql 4.1.22- standard-log, apache 1.3.37 and the result is I CAN'T LOGIN.

    I searched through Google with no success and i start to be frustrated.

    Any suggestion would be nice and helpful.

    Thank's





  2. #2
    Lurker
    Join Date
    Dec 2007
    Posts
    1
    Rep Power
    0


    Cool Re: Problems with admin login

    I had exactly the same problem.
    Go to catalog->admin->includes->functions->sessions.php

    Find:

    function tep_session_register($variable) {

    $_SESSION[$variable] = null;

    }
    Replace with:

    function tep_session_register($variable) {

    global $$variable;

    $_SESSION[$variable] = $$variable;

    }
    If that raises any other issues please post as we both have the same circumstances and can help each other to find potential problems using that mod.

Similar Threads

  1. Admin Login Problems
    By icecold in forum osCmax v2 Installation issues
    Replies: 2
    Last Post: 04-10-2006, 06:39 PM
  2. admin login problems after install
    By tjd in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 07-24-2005, 02:21 PM
  3. Admin Login Problem - my customer can't login, I can
    By pram0310 in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 10-29-2004, 11:46 AM
  4. Well crap... admin login not allowing login-no errors
    By tauras911 in forum osCMax v1.7 Installation
    Replies: 2
    Last Post: 07-07-2004, 12:12 AM
  5. Problems with login
    By Redeye_Joe in forum osCMax v1.7 Installation
    Replies: 1
    Last Post: 12-15-2003, 11:59 PM

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
  •