Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Dec 2012
    Location
    Middle Tennessee
    Posts
    7
    Plugin Contributions
    0

    Default Admin page is almost blank

    I have include a screen shot of what I have and it not much, I install a clean install of ver. 1.5.3 on a CentOS 6.5 server with zpanel, and I had this on a godaddy server also and had the same problem, so I am not sure where to start. I can install 1.5.1 with no problem I did a clean install on both versions. No files have been modify and no add ons. Installed by filezilla and run zc_install, log file dosen t show an error and I can log in to admin fine, but as you can see this is what I get. Does anyone have any ideals on this? I have tried this several times without a good result. I have read a lot of the post, but found none that help. Thank you in advance.
    Attached Images Attached Images  

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Admin page is almost blank

    Quote Originally Posted by Legolas View Post
    I have include a screen shot of what I have and it not much, I install a clean install of ver. 1.5.3 on a CentOS 6.5 server with zpanel, and I had this on a godaddy server also and had the same problem, so I am not sure where to start. I can install 1.5.1 with no problem I did a clean install on both versions. No files have been modify and no add ons. Installed by filezilla and run zc_install, log file dosen t show an error and I can log in to admin fine, but as you can see this is what I get. Does anyone have any ideals on this? I have tried this several times without a good result. I have read a lot of the post, but found none that help. Thank you in advance.
    Have you tried to load the admin page in another browser with a clean cache?

  3. #3
    Join Date
    Dec 2012
    Location
    Middle Tennessee
    Posts
    7
    Plugin Contributions
    0

    Default Re: Admin page is almost blank

    Quote Originally Posted by frank18 View Post
    Have you tried to load the admin page in another browser with a clean cache?
    Yes I have tried firefox, chrom and internet explorer.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: Admin page is almost blank

    View the page source and try to see where it's stopping.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Admin page is almost blank

    You've got a "partial whitescreen" since some but not all of the content is rendering. Check your /logs folder for myDEBUG*.log files that will contain information about the PHP-related error.

    Remember to obfuscate your admin directory name if you post a log's contents!

  6. #6
    Join Date
    Dec 2012
    Location
    Middle Tennessee
    Posts
    7
    Plugin Contributions
    0

    Default Re: Admin page is almost blank

    All I have in the my /logs folder is a file zcinstalllog_then the date. Everything seems to had install ok, and the site it self is ok, it just funny how it does it on the new server and godaddy server to and like I said verison 1.5.1 works great, just one of those things, maybe someone can help. And thanks everyone for your help so far.
    Last edited by Legolas; 28 Jul 2014 at 11:40 PM.

  7. #7
    Join Date
    Dec 2012
    Location
    Middle Tennessee
    Posts
    7
    Plugin Contributions
    0

    Default Re: Admin page is almost blank

    <p>
    I just seens dbltoe reply, and can I ask how would you view the page source, I ve never done it.</p>

  8. #8
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: Admin page is almost blank

    In most browsers, right-click the page and select View Page Source.

  9. #9
    Join Date
    Dec 2012
    Location
    Middle Tennessee
    Posts
    7
    Plugin Contributions
    0

    Default Re: Admin page is almost blank

    This is what I found when I ran page source it only produced 42 lines, I edited some area s to not show admin real folder an ip address.

    <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html dir="ltr" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Zen Cart!</title>
    <meta name="robots" content="noindex, nofollow" />
    <script language="JavaScript" src="includes/menu.js" type="text/JavaScript"></script>
    <link href="includes/stylesheet.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS" />
    <script type="text/javascript">
    <!--
    function init()
    {
    cssjsmenu('navbar');
    if (document.getElementById)
    {
    var kill = document.getElementById('hoverJS');
    kill.disabled = true;
    }
    }
    // -->
    </script>
    </head>
    <body onLoad="init()">
    <!-- header //-->
    <!-- All HEADER_ definitions in the columns below are defined in includes/languages/english.php //-->
    <table border="0" width="100%" cellspacing="0" cellpadding="0" class="header">
    <tr>
    <td align="left" valign="top" height="70px" width="200px"><a href="http://stephssouthernstore.com/admin/index.php"><img src="images/logo.gif" border="0" alt="Admin Powered by Zen Cart :: The Art of E-Commerce" title=" Admin Powered by Zen Cart :: The Art of E-Commerce "></a></td>
    <td colspan="2" align="left"><table width="100%"><tr>
    <td align="left" class="main" valign="top"></td>
    <td align="right" class="main" valign="top">Your version of Zen Cart&reg; appears to be current.<br />(You are presently using: v1.5.3)</td>
    </tr></table></td>
    </tr>
    </table>
    <table border="0" cellspacing="0" cellpadding="0" width="100%">
    <tr class="headerBar">

    <td class="headerBarContent" align="left">
    &nbsp; </td>
    <td class="headerBarContent" align="center">
    Monday 28 Jul 2014 05:59:13 PM&nbsp;-0500 GMT&nbsp;[162.000.000.00]<br />

  10. #10
    Join Date
    Dec 2012
    Location
    Middle Tennessee
    Posts
    7
    Plugin Contributions
    0

    Default Re: Admin page is almost blank

    Here is what Chrome's console reports that includes/menu.js file has a bug on line 335:


    Uncaught TypeError: Cannot read property 'childNodes' of null Lines 330-342 read by default as follows:

    var menudiv = document.getElementById('menuid'); // ul var ul = new Array(); for (i = 0; i < menudiv.childNodes.length; i++) { node = menudiv.childNodes[i]; if (node.nodeName.toUpperCase() == 'UL') { ul[ul.length] = node; } } If I comment out those lines, the page won't load either. Also, I did a search through the files inclusive with admin/index.php and none of them reference a div with the ID "menuid."

    Any ideas?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Blank home page, blank admin page
    By jpwy in forum General Questions
    Replies: 6
    Last Post: 12 Apr 2016, 05:51 PM
  2. v150 Blank Admin - Cannot access admin page
    By stangirl in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 6 Mar 2012, 08:31 PM
  3. Admin/Tools/Admin settings gives a Blank Page
    By RobertG in forum Basic Configuration
    Replies: 3
    Last Post: 26 Feb 2010, 03:16 PM
  4. blank admin page admin/index.php
    By stevejohnson in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 8 Jun 2006, 05:07 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