osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

My admin panel wont load how come?

This is a discussion on My admin panel wont load how come? within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Hey everyone, ever since i woke up today and tryed to log into my admin panel it loads then it ...

      
  1. #1
    New Member
    Join Date
    Sep 2007
    Posts
    25
    Rep Power
    0


    Default My admin panel wont load how come?

    Hey everyone, ever since i woke up today and tryed to log into my admin panel it loads then it says done but all i see is a blank white page. Nothing else loads i checked to see if im missing any files or folders but everything seems to be fine. what is going on? i really need to get into my admin panel. Also i was thinking of just completly deleting the admin folder and uploading a fresh copy of the folder but the thing is i have installed paypal IPN would it delete that if i upload a fresh new copy? anyhelp would be great thanks guys

  2. #2
    osCMax Developer

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


    Default Re: My admin panel wont load how come?

    Check your error logs. Blank white page = php error.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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

  3. #3
    New Member
    Join Date
    Sep 2007
    Posts
    25
    Rep Power
    0


    Default Re: My admin panel wont load how come?

    where are my error logs? do you mean the LOGs file in the admin folder in my ftp? because when i open that folder there is nothing in it. How can i fix this i really dont wanna get any orders an end up not seeing them. i was thinking of replacing the whole admin folder but turns out it might be the admin folder that is OUTSIDE of my catalog folder and i dont think i can find that to replace it. What can i do guys thanks

  4. #4
    osCMax Developer

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


    Default Re: My admin panel wont load how come?

    That is like asking where the trunk/boot of your car is... if you have to ask you are beyond help !

    Just kidding. Look in the control panel provided by your host. There may be something called 'error logs' or something like it. That is where the problem will be logged. If you still can't find it, a quick email/ticket to your hosting support should locate them for you...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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
    Sep 2007
    Posts
    25
    Rep Power
    0


    Default Re: My admin panel wont load how come?

    so this problem isent through my oscommerce files? because i just checked and reuploaded my files and everything seems like its good. Also i havent edited anything that might have screwed up the admin i never touch the admin things... but let me look into the error logs and see what i can find. btw what if i go to my control panel and click reset oscommerce will that delete everything?

  6. #6
    osCMax Developer

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


    Default Re: My admin panel wont load how come?

    Slow down.

    No point in doing anything until you check your error logs.

    Blank page = PHP error. That simple. PHP is erroring out on the admin page. Find the error, solve the problem. It will be logged in the error logs.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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
    New Member
    Join Date
    Sep 2007
    Posts
    25
    Rep Power
    0


    Default Re: My admin panel wont load how come?

    Sorry lol its just i have a site running and i dont want anyone ordering anything and i cant see what they have purchased or how they have paid etc. I contacted my hosting provider and they told me since i am windows based i cant see my error logs so i had to create a ticket to recieve my error logs hopefully they will response soon and i can figure out what has happen. Maybe i can post em up on here if i cant figure it out myself... I will be back soon

    Thank you

  8. #8
    New Member
    Join Date
    Sep 2007
    Posts
    25
    Rep Power
    0


    Default Re: My admin panel wont load how come?

    Here we go i got the error and this is what it says


    Fatal error: Call to undefined function: tep_get_languages() in D:\hshome\armanb89\nonos-jewelry.com\admin\index.php on line 58

    any idea?

    thanks

  9. #9
    osCMax Developer

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


    Default Re: My admin panel wont load how come?

    Also post line 58 from the file D:\hshome\armanb89\nonos-jewelry.com\admin\index.php


    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    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

  10. #10
    New Member
    Join Date
    Sep 2007
    Posts
    25
    Rep Power
    0


    Default Re: My admin panel wont load how come?

    $languages = tep_get_languages();
    $languages_array = array();
    $languages_selected = DEFAULT_LANGUAGE;
    for ($i = 0, $n = sizeof($languages); $i < $n; $i++) {
    $languages_array[] = array('id' => $languages[$i]['code'],
    'text' => $languages[$i]['name']);
    if ($languages[$i]['directory'] == $language) {
    $languages_selected = $languages[$i]['code'];


    i believe its the first line there is nothing else in the file with tep_get_languages

Page 1 of 2 12 LastLast

Similar Threads

  1. Admin Panel Issue
    By fpgibb in forum osCMax v1.7 General Mods Discussion
    Replies: 0
    Last Post: 03-29-2008, 12:36 AM
  2. What is my admin panel login? (email/password)
    By bestphotosonline in forum osCmax v2 Installation issues
    Replies: 4
    Last Post: 01-18-2007, 03:45 PM
  3. my admin panel is all screwed up!
    By chuan in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 10-07-2006, 06:29 PM
  4. Lost Admin Panel
    By auntie22 in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 04-30-2006, 09:40 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
  •