Admin page.. is this right ?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
dozzer

Admin page.. is this right ?

Post 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]
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Admin page.. is this right ?

Post 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
dozzer

Re: Admin page.. is this right ?

Post 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...
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Admin page.. is this right ?

Post 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
dozzer

Re: Admin page.. is this right ?

Post 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]
Last edited by dozzer on Tue Nov 28, 2006 8:01 pm, edited 1 time in total.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Admin page.. is this right ?

Post by tsw »

well thats interesting :)

could you try some other browser ( I dont trust IE )
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Admin page.. is this right ?

Post by Dr.CSS »

That looks like IE7...
3dcandy

Re: Admin page.. is this right ?

Post by 3dcandy »

I got that sometimes when my old host used to time out...
try clearing the cache...worked for me!
Locked

Return to “CMSMS Core”