I have had this problem with several appliations... including wcms.
I tried the installation process acording to the steps given... but when I got to the step with using the "semi automated process" I started having trouble.
First... the setup file did not move to the next step... so after it made the tables it gave me back the database form... I got around that by manually writing the step number in the explorer bar.
Second... it did not recognize the directories... even though they are there and writable. It recognized only two ones.
Third... when I login I get a white page... nothing...
Fourth... the index page is also white. I checked the source... the html is there... but no content :
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
phpwcms | open source web content management system
developed by Oliver Georgi (webverbund.de)
released under The GNU General Public License
visit project page: http://www.phpwcms.de
//-->
<html>
<head>
<title>phpwcms :: web based content management system</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/">
</head>
<body text="#000000" link="#FF9900" vlink="#FF9900" alink="#FF9900" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<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"></td>
<td valign="top" width="538"></td>
<td valign="top" width="10"><img src="img/leer.gif" width="10" height="1"></td>
<td valign="top" width="1"></td>
</tr>
</table>
</body>
Anyway... I was really interested in trying this cms....
Does anyone know how to fix this???
By the way... I am using XP with Apache to run this on my computer. All the scripts I write are working and error reporting is enabled.
If there is a way to allow debugging and reading errors I would be very happy to know about it...
