[SOLVED] Admin screens are blank
Posted: Thu Apr 02, 2009 12:57 pm
Hi
I have installed CMSMS (1.5.3) under XAMPP (1.7.0) on two pc's, both running XP.
The first one (at home) installed without problem and works beautifully.
The second (at work) had a single failure during install due to remote_url check. This I am assuming is because I am sitting behind a firewall. No great problem I thought as I'm just playing at the moment.
The default site works fine, expect for the /admin/ screens. I can log in but then have a long wait before being presented with the top half of the console screen. The menus are there and offer dropdown choices, but other than that the screen is empty.
Looked at the source for the generated page and it is not complete. The last couple of lines are
The last entries in access.log are
No errors are reported anywhere...
Any ideas?
I have installed CMSMS (1.5.3) under XAMPP (1.7.0) on two pc's, both running XP.
The first one (at home) installed without problem and works beautifully.
The second (at work) had a single failure during install due to remote_url check. This I am assuming is because I am sitting behind a firewall. No great problem I thought as I'm just playing at the moment.
The default site works fine, expect for the /admin/ screens. I can log in but then have a long wait before being presented with the top half of the console screen. The menus are there and offer dropdown choices, but other than that the screen is empty.
Looked at the source for the generated page and it is not complete. The last couple of lines are
Code: Select all
<div class="breadcrumbs"><p class="breadcrumbs"><a class="breadcrumbs" href="index.php?_s_=f03a619b">CMS</a> »
<a class="breadcrumbs" href="index.php?_s_=f03a619b">Home</a></p></div><div class="hstippled"> </div>
<div id="MainContent">
Code: Select all
127.0.0.1 - - [02/Apr/2009:13:50:05 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/index.php?_s_=223f20b8 HTTP/1.1" 302 -
127.0.0.1 - - [02/Apr/2009:13:50:08 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/ HTTP/1.1" 200 5390
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/style.php HTTP/1.1" 200 24733
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/themes/NCleanGrey/includes/standard.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/lib/scriptaculous/cmsext.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/lib/scriptaculous/prototype.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/lib/scriptaculous/scriptaculous.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/lib/scriptaculous/util.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/lib/scriptaculous/dragdrop.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/lib/scriptaculous/effects.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/lib/scriptaculous/controls.js HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/themes/NCleanGrey/images/logoCMS.png HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/themes/NCleanGrey/images/layout/body.jpg HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/themes/NCleanGrey/images/layout/bg_banner.png HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/themes/NCleanGrey/images/layout/nav.png HTTP/1.1" 304 -
127.0.0.1 - - [02/Apr/2009:13:51:47 +0100] "GET /dev/cmsmadesimple-1.5.3-full/admin/themes/NCleanGrey/images/icons/extra/nav-icons.gif HTTP/1.1" 304 -
Any ideas?