RE: Admin doesn't show after cvs update today

apodigm <[email protected]> 23 Jun 2003 08:37:57 -0000
Newsgroups gmane.comp.web.oscommerce.devel
Message-ID <669b7ab9ffbcbbead129f62e47c6659f@osCommerce-Forums>
This message was sent from: Development
http://forums.oscommerce.com/viewtopic.php?p=186462#186462
----------------------------------------------------------------

I had the same problem!

Man this was frustrating until I finally though to check the forums for the solution.  Thank you guys very much!

I actually had to make two changes....

first I reverted admin/includes/functions/sessions.php from 1.8 back to 1.7

Then I was still getting an error with the new language class.  I had to just hardcode the language...
    $language = 'english';
    $languages_id = 1;

Now I can finally get back to working on my website....