Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default admin page won't show

    clean install of brand new store...tried 3 times already

    1. letting the installer name admin folder then when done used link to access admin--white page. I then emptied out DB and reinstalled it AFTER I named admin folder myself.

    no errors during installation, front end comes up but still no admin, just white page. Error log in log folder claims that the folders in the admin/includes do not appear to be there. I have verified they are on server with ftp, c-panel and by uploading them manually one at a time...LOL

    still no admin page.

    I have emptied out the DB again leaving only the tables without info in them. I will reupload the files fresh to ensure EVERYTHING is in there.

    Is there something else I should see about?

    This is in an error_log in root folder of domain

    [code[[02-Jun-2016 02:25:18 America/Chicago] PHP Warning: PHP Startup: imagick: Unable to initialize module
    Module compiled with module API=20100525
    PHP compiled with module API=20131226
    These options need to match
    in Unknown on line 0
    [02-Jun-2016 02:25:18 America/Chicago] PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module
    Module compiled with module API=20100525
    PHP compiled with module API=20131226
    These options need to match
    in Unknown on line 0[/code]


    from Log folder:

    Code:
    [02-Jun-2016 02:27:41 America/Chicago] Request URI: /admin/, IP address: my IP
    #1  include() called at [path/admin/includes/initsystem.php:26]
    #2  require(path/admin/includes/initsystem.php) called at [path/admin/includes/application_top.php:167]
    #3  require(path/admin/includes/application_top.php) called at [path/admin/index.php:10]
    
    [02-Jun-2016 02:27:41 America/Chicago] PHP Warning:  include(includes/auto_loaders/config.core.php): failed to open stream: No such file or directory in path/admin/includes/initsystem.php on line 26
    [02-Jun-2016 02:27:41 America/Chicago] Request URI: /admin/, IP address: my IP
    #1  include() called at [path/admin/includes/initsystem.php:26]
    #2  require(path/admin/includes/initsystem.php) called at [path/admin/includes/application_top.php:167]
    #3  require(path/admin/includes/application_top.php) called at [path/admin/index.php:10]
    
    [02-Jun-2016 02:27:41 America/Chicago] PHP Warning:  include(): Failed opening 'includes/auto_loaders/config.core.php' for inclusion (include_path='.:/opt/php54/lib/php') in path/admin/includes/initsystem.php on line 26
    [02-Jun-2016 02:27:41 America/Chicago] Request URI: /admin/, IP address: my IP
    #1  dir() called at [path/admin/includes/initsystem.php:27]
    #2  require(path/admin/includes/initsystem.php) called at [path/admin/includes/application_top.php:167]
    #3  require(path/admin/includes/application_top.php) called at [path/admin/index.php:10]
    
    [02-Jun-2016 02:27:41 America/Chicago] PHP Warning:  dir(includes/auto_loaders): failed to open dir: No such file or directory in path/admin/includes/initsystem.php on line 27
    [02-Jun-2016 02:27:41 America/Chicago] PHP Fatal error:  Call to undefined function zen_get_languages() in path/admin/index.php on line 12

  2. #2
    Join Date
    Jul 2012
    Posts
    16,733
    Plugin Contributions
    17

    Default Re: v155a -- admin page won't show

    How is your site referenced? Is it by a domain name or by ip address?

    Messages appear to indicate some sort of background setup issue. What version of ZC was previously working under this setup? Are you able to select a higher version of PHP than 5.4? (thinking that since there was a potential compile issue with the associated software, that perhaps a newer version would not have the same issues.)
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #3
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: v155a -- admin page won't show

    Quote Originally Posted by mc12345678 View Post
    How is your site referenced? Is it by a domain name or by ip address?

    Messages appear to indicate some sort of background setup issue. What version of ZC was previously working under this setup?
    None this is a totally fresh clean install

    Are you able to select a higher version of PHP than 5.4? (thinking that since there was a potential compile issue with the associated software, that perhaps a newer version would not have the same issues.)
    no unfortunately I think it is a shared server, I can create the php.ini file and will look later when I get up to see for sure but I don't think c-panel will let me set higher PHP.

    This is on Hostgator and I have another store I installed on this host---version 1.5.4 of Zen with no problems.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: v155a -- admin page won't show

    Quote Originally Posted by DarkAngel View Post
    This is in an error_log in root folder of domain

    [code[[02-Jun-2016 02:25:18 America/Chicago] PHP Warning: PHP Startup: imagick: Unable to initialize module
    Module compiled with module API=20100525
    PHP compiled with module API=20131226
    These options need to match
    in Unknown on line 0
    [02-Jun-2016 02:25:18 America/Chicago] PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module
    Module compiled with module API=20100525
    PHP compiled with module API=20131226
    These options need to match
    in Unknown on line 0[/code]
    Those are misconfigurations in your php.ini. Work with your hosting company to fix those. They are not caused by Zen Cart.
    And they're also not likely the cause of a blank page.

    Quote Originally Posted by DarkAngel View Post
    Code:
    [02-Jun-2016 02:27:41 America/Chicago] PHP Warning:  include(includes/auto_loaders/config.core.php): failed to open stream: No such file or directory in path/admin/includes/initsystem.php on line 26
    [02-Jun-2016 02:27:41 America/Chicago] PHP Warning:  dir(includes/auto_loaders): failed to open dir: No such file or directory in path/admin/includes/initsystem.php on line 27
    Those are all telling you that a number of files under the admin folder are missing...
    ... particularly:
    /admin/includes/auto_loaders folder is missing, or has its permissions-level set so low that PHP isn't allowed to access it.
    (NOTE: while the error messages say "(includes/auto_loaders)", they're referring to "admin/includes/auto_loaders" because it's an admin file calling them (as shown in the rest of the error message)

    Quote Originally Posted by DarkAngel View Post
    Code:
    [02-Jun-2016 02:27:41 America/Chicago] PHP Fatal error:  Call to undefined function zen_get_languages() in path/admin/index.php on line 12
    That's telling you that the file that contains the zen_get_languages() function wasn't loaded either ... perhaps because the file is missing? In v155 it's /admin/includes/functions/general.php
    .

    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.

 

 

Similar Threads

  1. v150 Admin login section won't show
    By loric in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 24 Mar 2013, 12:18 AM
  2. v150 My addons won't show in admin menu
    By mmwilcox in forum Upgrading to 1.5.x
    Replies: 6
    Last Post: 26 Apr 2012, 10:34 PM
  3. Admin login page won't show
    By Seahawk in forum Basic Configuration
    Replies: 6
    Last Post: 6 Jan 2010, 06:48 PM
  4. HELP: Admin pages won't show at all
    By layoyo in forum Customization from the Admin
    Replies: 1
    Last Post: 7 Oct 2008, 02:01 PM
  5. Admin Panel Won't Show
    By motoxxxracer096 in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 2 May 2007, 01:06 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR