Page 1 of 1

Admin page.. is this right ?

Posted: Tue Nov 28, 2006 6:57 pm
by dozzer
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]

Re: Admin page.. is this right ?

Posted: Tue Nov 28, 2006 7:02 pm
by tsw
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 ?

Posted: Tue Nov 28, 2006 7:39 pm
by dozzer
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
Confused.. what "style link" ?  Can't see any links to a css file in the source...

Re: Admin page.. is this right ?

Posted: Tue Nov 28, 2006 7:54 pm
by tsw
if you right click on the page and select view source it will start with something like this

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" />
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

Re: Admin page.. is this right ?

Posted: Tue Nov 28, 2006 7:56 pm
by dozzer
Thanks for the info...  here is what I get...

The file in question is visible on the site via FTP.

[gelöscht durch Administrator]

Re: Admin page.. is this right ?

Posted: Tue Nov 28, 2006 8:09 pm
by tsw
well thats interesting :)

could you try some other browser ( I dont trust IE )

Re: Admin page.. is this right ?

Posted: Tue Nov 28, 2006 11:24 pm
by Dr.CSS
That looks like IE7...

Re: Admin page.. is this right ?

Posted: Wed Nov 29, 2006 7:19 am
by 3dcandy
I got that sometimes when my old host used to time out...
try clearing the cache...worked for me!