Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default admin logon page blank

    Well godaddy "upgraded me from deluxe hosting to cpanel. Having problems, like I was able to logon to the backend but the changes I made didn't show up on the store. So I figured the admin configuration file is still pointing to the old db, It was. So I copied the

    define('DIR_FS_CATALOG', '/webroot/store/'); -> webroot/store has dif values


    define('DB_SERVER', 'localhost'); ---> changed fro db server address to simply "localhost"

    define('DB_SERVER_USERNAME', 'username');
    define('DB_SERVER_PASSWORD', 'password');
    define('DB_DATABASE', 'database');

    To the admin configuration and now all I get is a white screen when I go to ,,,,/admin/index.php


    any suggestions? I believe I'm running 1.55 but I cannot tell because I cannot logon

  2. #2
    Join Date
    Apr 2007
    Location
    Ontario, Canada
    Posts
    1,731
    Plugin Contributions
    27

    Default Re: admin logon page blank

    There's a chance the complete physical path is incorrect. There is also a chance your user account needs to have access to the SQL database in GoDaddy cPanel, that will release the hold on access when Zen loads.

    I have this problem often if I guess the path without considering the new folder names or similarly during a site transfer that changes the paths dramatically.
    Twitch.
    https://www.twitchtoo.com Do you work for free? Please donate.
    Twitch Base8 - Obsidian - This, is what's new.

  3. #3
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: admin logon page blank

    Quote Originally Posted by mespe View Post
    Well godaddy "upgraded me from deluxe hosting to cpanel. Having problems, like I was able to logon to the backend but the changes I made didn't show up on the store. So I figured the admin configuration file is still pointing to the old db, It was. So I copied the

    define('DIR_FS_CATALOG', '/webroot/store/'); -> webroot/store has dif values


    define('DB_SERVER', 'localhost'); ---> changed fro db server address to simply "localhost"

    define('DB_SERVER_USERNAME', 'username');
    define('DB_SERVER_PASSWORD', 'password');
    define('DB_DATABASE', 'database');

    To the admin configuration and now all I get is a white screen when I go to ,,,,/admin/index.php


    any suggestions? I believe I'm running 1.55 but I cannot tell because I cannot logon
    Forgot to mention that the store side works I can select a product, create customer, add to cart,,,

  4. #4
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: admin logon page blank

    Blank screen in admin is usually accompanied by a mydebug-adm-xxxxx.log file in your /logs directory. If you post the contents of the latest log file, we might be able to help more.

  5. #5
    Join Date
    Jul 2012
    Posts
    16,732
    Plugin Contributions
    17

    Default Re: admin logon page blank

    Since still no posting that the issue has been resolved, would recommend reviewing the contents of the admin/includes/configure.php file because changes were made there.

    Besides validating that the information contained is correct, likely there is an issue with either unbalanced single quotes or the use of the wrong kind of "single" quote.

    A define should be formatted similar to below:
    define('CONSTANT', 'data');
    Where the single quote is generated by pressing the key near the enter button. This is not to be confused with the backtick ` which is located in the upper left corner on at least US standard keyboards and I believe several other international keyboards.

    Then there is the issue(s) with path endings as to whether there should be a slash or not at the end. But, if the catalog is functional, then the content from there should be able to be copied in part to the admin version. There are only a few defines in the admin configure.php file that have a different constant than the catalog side...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #6
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: admin logon page blank

    Thanks, issue not resolved. There are no debug files in the log dir.

    I've checked the defines but don't know what is different between admin and store,,,

    define('DB_SERVER', 'localhost'); same for store and admin

    DB_SERVER_USERNAME - both store and admin same
    DB_SERVER_PASSWORD - both store and admin same
    DB_DATABASE - both store and admin same

    define('DIR_FS_CATALOG', same for store and admin

    so what is wrong?

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: admin logon page blank

    As @balihr indicated a couple of posts ago, there's a file named something like myDEBUG-adm-*.log in your store's /logs directory waiting patiently to let you know what's wrong.

    If you post the contents of that file's information (xxx-ing out the name of your Zen Cart admin directory), someone can help.

  8. #8
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: admin logon page blank

    Quote Originally Posted by lat9 View Post
    As @balihr indicated a couple of posts ago, there's a file named something like myDEBUG-adm-*.log in your store's /logs directory waiting patiently to let you know what's wrong.

    If you post the contents of that file's information (xxx-ing out the name of your Zen Cart admin directory), someone can help.
    The logs directory is empty

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,475
    Plugin Contributions
    88

    Default Re: admin logon page blank

    Your version of Zen Cart is noted in definitions present in the site's /includes/version.php.

  10. #10
    Join Date
    Sep 2014
    Location
    ohio
    Posts
    216
    Plugin Contributions
    0

    Default Re: admin logon page blank

    Quote Originally Posted by lat9 View Post
    Your version of Zen Cart is noted in definitions present in the site's /includes/version.php.
    1.55a <---

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v155 Blank screen on customer logon
    By mespe in forum General Questions
    Replies: 4
    Last Post: 4 Jan 2018, 09:17 PM
  2. Replies: 2
    Last Post: 6 Mar 2012, 06:26 PM
  3. Ceon URI Mapping no admin logon page
    By Cuda71 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 19 Nov 2011, 06:03 AM
  4. Admin Logon
    By blackwolf in forum General Questions
    Replies: 6
    Last Post: 30 Jun 2010, 11:55 PM
  5. Blank Loaded Admin Logon - LocalHomeServer
    By bumba000 in forum General Questions
    Replies: 1
    Last Post: 20 Dec 2007, 07:01 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR