Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Jan 2004
    Posts
    66,451
    Plugin Contributions
    81

    Default Re: Blank admin login screen

    You might find that it's having problems because you've set file permissions to 777 on one or more files ... ie the configure.php file. Some servers don't allow you to set files to 777, and return a blank screen as a result. Remember, after editing the configure.php files you need to make them read-only again.

    ref: https://www.zen-cart.com/tutorials/index.php?article=63
    .
    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.

  2. #12
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Blank admin login screen

    Thanks. I added line to htaccessfile under admin .. same result, login screen is blank.

    I've checked all files, everything seems OK .. no debug errors, even put in code to send errors to screen. No errors. I'm at a loss as to what files to look at or change. I can get to store, products and checkout ... just not into admin

    I did new install in a subdirectory and everything works fine (i set up new database and copied original to it). All files look the same.

    Warren

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

    Default Re: Blank admin login screen

    This line in your Admin configure.php is missing a closing paren:
    Code:
    define('HTTP_CATALOG_SERVER', 'http://www.springersyarnnook.com';
    That should be:
    Code:
    define('HTTP_CATALOG_SERVER', 'http://www.springersyarnnook.com');
    Also, in your catalog configure.php you have these lines:

    Code:
    define('HTTP_SERVER', 'http://www.springersyarnnook.com/');
    
    define('DIR_WS_CATALOG', '');
    
    define('DIR_WS_HTTPS_CATALOG', '');
    They should read:
    Code:
    define('HTTP_SERVER', 'http://www.springersyarnnook.com');
    
    define('DIR_WS_CATALOG', '/');
    
    define('DIR_WS_HTTPS_CATALOG', '/');
    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!

  4. #14
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Blank admin login screen

    Thanks, these are now fixed ... still proble is the same

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

    Default Re: Blank admin login screen

    If you refresh your FTP in the /cache and sort by date ... are you generating any new debug log files when you try to go to the admin?
    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!

  6. #16
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Blank admin login screen

    Thanks for the note. I tried accessing admin and refreshing the page ... no debug errors logged. It seems like it should. Do I need to restart strict error reporting? It didn't show any errors earlier either.
    The login screen doen't want to come up ... or it's blank ... I don't understand.

    Warren

  7. #17
    Join Date
    Jan 2004
    Posts
    66,451
    Plugin Contributions
    81

    Default Re: Blank admin login screen

    Ask your hosting company to dig into the server's apache errorlogs to tell you what it's saying is the cause of your "500" errors.
    I'm guessing, as I pointed out previously, that you've got files set to 777 permissions when your server is configured to disallow that.
    .
    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.

  8. #18
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Blank admin login screen

    Thanks, Dr. Byte ... I'll have themcheck. Everything on the site is 755 ... is that a problem?

  9. #19
    Join Date
    Sep 2010
    Posts
    13
    Plugin Contributions
    0

    Default Re: Blank admin login screen

    An answer. Hostgator.com linux techs fixed another error in one of configure files and everything works. I will post details when I get them. Thanks for your help and I have to heartily thank Hostgator techs.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v154 Blank screen when i goto Admin login...... help please...
    By amebb in forum General Questions
    Replies: 17
    Last Post: 21 Jul 2015, 11:31 AM
  2. v154 Blank Screen After Upgrade (fixed) but now blank screen after login!
    By Kias Henry in forum Upgrading to 1.5.x
    Replies: 6
    Last Post: 23 Jun 2015, 07:32 PM
  3. v150 Blank Admin Login screen
    By nelly7 in forum Upgrading to 1.5.x
    Replies: 1
    Last Post: 12 Oct 2012, 04:54 PM
  4. Blank admin login screen
    By hoosiercanuck in forum General Questions
    Replies: 1
    Last Post: 13 Apr 2011, 05:09 PM
  5. Can't login to admin -- blank screen
    By Webskipper in forum General Questions
    Replies: 1
    Last Post: 28 Aug 2008, 07:41 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