Can't login + empty home page
Posted: Fri 4. Nov 2005, 10:31
After I installed phpwcms, I tried to go to the homepage of the CMS, but it was blank. This is the code of that page generated by Firefox:
Then I tried to login with my admin login and password (via login.php), but the CMS always redirects me back to the login page without showing an error. Does somebody know what the problem could be?
I can only post screenshots, the site where I run phpwcms is only available in my own network.
Edit: some screenshots:


Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2005 of Oliver Georgi. Extensions are copyright of
their respective owners. Visit project page http://www.phpwcms.org for details.
//-->
<html>
<head>
<title>phpwcms :: web based content management system | Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script src="phpwcms_template/inc_js/frontend.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="phpwcms_template/inc_css/" />
<meta name="description" content="website root level">
</head>
<body text="#000000" link="#FF9900" vlink="#FF9900" alink="#FF9900" style="margin:0px 0px 0px 0px;">
<table border="0" cellspacing="0" cellpadding="0" width="760">
<tr>
<td valign="top" width="200"></td>
<td valign="top" width="11"><img src="img/leer.gif" width="11" height="1" alt="" /></td>
<td valign="top" width="538"></td>
<td valign="top" width="10"><img src="img/leer.gif" width="10" height="1" alt="" /></td>
<td valign="top" width="1"></td>
</tr>
</table>
</body>
</html>I can only post screenshots, the site where I run phpwcms is only available in my own network.
Edit: some screenshots:

