Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jan 2006
    Location
    Los Gatos, CA
    Posts
    29
    Plugin Contributions
    0

    red flag Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    Hi All,

    My server was hacked and ######## links were added to all my websites on the server. My web host cleaned things up for me, but when I went to login to my account at http://arizonataxliens.com/store/admin/, I saw that there were session problems (no cookie being attributed to my visit) and my username and password were thus not being processed.

    I looked up the problem in the installation guide and it recommended the following change to the configure.php file:

    "Change the last line in both files to: define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'"

    I tried this and BAM, I could no longer attempt to login at all! See what I mean at http://arizonataxliens.com/store/admin/. I changed it back to the way it was, but it still displays the WARNING and FATAL ERROR seen below :-(

    -----------------------
    Warning: require(/includes/autoload_func.php) [function.require]: failed to open stream: No such file or directory in /home/brendan/public_html/arizonataxliens/store/admin/includes/application_top.php on line 147

    Fatal error: require() [function.require]: Failed opening required '/includes/autoload_func.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/brendan/public_html/arizonataxliens/store/admin/includes/application_top.php on line 147
    -------------------------

    I don't know what to do now. Would anyone be able to help me with some recommendations or can I pay you to fix it for me? :-)

    Thanks for the help,
    Nanovation

  2. #2
    Join Date
    Jan 2004
    Posts
    66,447
    Plugin Contributions
    81

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    The "warning" and "fatal error" messages you quoted indicated that you've got bad content in your /admin/includes/configure.php file.
    You did make backups of the file before editing, right?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    I read the problem as this file appears to be MIA or incomplete:
    /includes/autoload_func.php

    Delete the file you have there now and re upload the default one.

  4. #4
    Join Date
    Jan 2006
    Location
    Los Gatos, CA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    Thanks for the responses guys.

    DrByte, I reinstalled the original /admin/includes/configure.php file, but that did not resolve problem.

    Website Rob, I deleted the /includes/autoload_func.php file and uploaded the original, but that did not resolve the problem.

    Do you think it has something to do with new security my web host put in place? Do you think they disabled cookie collecting?

    Any other recommendations?

    Thanks!

  5. #5
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    The error msg. is pretty specific in that it says it cannot find this file:
    /includes/autoload_func.php

    Presuming you are uploading all files into the 'store' dir., have you confirmed the "/includes/autoload_func.php" file is actually there? And that file permissions are 644 for that file?

  6. #6
    Join Date
    Jan 2006
    Location
    Los Gatos, CA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    Hi WebsiteRob,
    Yep, just double checked and the file is indeed there and the permissions are set to 644. I even tried deleting and replacing to no avail. Maybe it can't find that directory?

    Failed opening required '/includes/autoload_func.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')

    Maybe it has something to do with the include_path?

  7. #7
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    Looks like you will need to buckle down and start doing some research then trial & error.

    Search the Forum for "function.require" and you'll find some threads with similar problems. I'm sure one of them will help to solve your situation. Not sure what your Hoster did to "clean up" the previous hacking situation but your problem could be as simple as a missing file somewhere, running the "fix_cache_key" file (from the Downloads sections) or getting help from your Hoster.

    Best of luck.


    Forgot to mention, did you see what happens when using the default Classic Template?

    Also, definitely seems like the problem is with your "sessions" caching but not sure where.
    Last edited by Website Rob; 28 May 2008 at 06:52 PM.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,447
    Plugin Contributions
    81

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    If your configure.php file is damaged or incomplete, then the required path will not be used when trying to access the files. This can also result in "file not found" messages.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  9. #9
    Join Date
    Jan 2006
    Location
    Los Gatos, CA
    Posts
    29
    Plugin Contributions
    0

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    Thanks for the help guys. After a couple hours of trying to figure out what was causing the problem, I finally turned to the Commercial Help Wanted section at http://www.zen-cart.com/forum/forumdisplay.php?f=137. For $75, my problems were investigated, identified, and solved :-)

  10. #10
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Unable To Login To Store Admin - Sessions? Warning and Fatal Error!

    What was the final solution that worked for you?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 1
    Last Post: 16 Sep 2008, 09:07 PM
  2. Admin Warning/Fatal error
    By yairz in forum General Questions
    Replies: 2
    Last Post: 30 Mar 2007, 03:03 PM
  3. Warning and Fatal Error
    By Match in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 29 Mar 2007, 09:37 PM

Posting Permissions

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