ya it gives me the login prompt.. then i log in and nothing.
the source looked good to me..
makes no sense, it was working fine earlier.. I think I changed the width of the edit page when i was in there. I dont think I did anything else..
here it is...
how do I open it with php on a shell ? php -f ?
<?xml version="1.0" encoding="utf-8"?><!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>
<link rel="stylesheet" href="admin.css" type="text/css" />
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta name="generator" content="Knowledgeroot - 0.9.8.5" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script src="../system/javascript/prototype.js" type="text/javascript"></script>
<script src="../system/javascript/scriptaculous.js" type="text/javascript"></script>
<script src="../system/javascript/effects.js" type="text/javascript"></script>
<script src="../system/javascript/dragdrop.js" type="text/javascript"></script>
<script src="../system/javascript/showhide.js" type="text/javascript"></script>
<script src="../system/javascript/ajax-tree.js" type="text/javascript"></script>
<script src="../system/javascript/messagebox.js" type="text/javascript"></script>
</head>
<body>
<!-- show content -->
<div id="header">Knowledgeroot Admin Interface</div>
<div id="menu">
<!--
<div class="menuitem">menu1</div>
<div class="menuitem">menu2</div>
<div class="menuitem"><a href="">menu3</a></div>
<div class="submenu">
<div class="submenuitem"><a href="">menu3.1</a></div>
<div class="submenuitem">menu3.2</div>
<div class="submenuitem">menu3.3</div>
</div>
<div class="menuitem">menu4</div>
-->
</div>
<div id="content">
</div>
</body>
</html>