HI all,
Just installed CMS - all went well and it works fine.
The admin page.. what is it supposed to look like ?
Mine appears to be screwed up a little...
See picture.
[gelöscht durch Administrator]
Admin page.. is this right ?
Re: Admin page.. is this right ?
seems that there is no stylesheet attached.
check page source and copy paste the style link to your address bar, maybe it will tell why it wont open it
and check server logs for anything interesting
check page source and copy paste the style link to your address bar, maybe it will tell why it wont open it
and check server logs for anything interesting
-
dozzer
Re: Admin page.. is this right ?
Confused.. what "style link" ? Can't see any links to a css file in the source...tsw wrote: seems that there is no stylesheet attached.
check page source and copy paste the style link to your address bar, maybe it will tell why it wont open it
and check server logs for anything interesting
Re: Admin page.. is this right ?
if you right click on the page and select view source it will start with something like this
see the last line in that paste, it is a link to style.php
now type something like this in your browser
http://domain.tld/cmsroot/admin/style.php
and see what it says
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-6 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<title>Main</title>
<link rel="stylesheet" type="text/css" href="style.php" />
now type something like this in your browser
http://domain.tld/cmsroot/admin/style.php
and see what it says
-
dozzer
Re: Admin page.. is this right ?
Thanks for the info... here is what I get...
The file in question is visible on the site via FTP.
[gelöscht durch Administrator]
The file in question is visible on the site via FTP.
[gelöscht durch Administrator]
Last edited by dozzer on Tue Nov 28, 2006 8:01 pm, edited 1 time in total.
Re: Admin page.. is this right ?
well thats interesting 
could you try some other browser ( I dont trust IE )
could you try some other browser ( I dont trust IE )
Re: Admin page.. is this right ?
That looks like IE7...
-
3dcandy
Re: Admin page.. is this right ?
I got that sometimes when my old host used to time out...
try clearing the cache...worked for me!
try clearing the cache...worked for me!


