major installation trouble

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
wskanaan
Posts: 5
Joined: Sun 23. Nov 2003, 05:42

major installation trouble

Post by wskanaan »

hello everyone...

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... 8)
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Which PHP version do you use? It seems to be that your system has problems with forms. Maybe!

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
wskanaan
Posts: 5
Joined: Sun 23. Nov 2003, 05:42

Post by wskanaan »

php version 4.2.1

I will try upgrading...

But I don't think it is a problem with forms.... I have programmed an online catalogue that heavily depends on them... with no trouble at all...

anyway... I will try upgrading and see.

Thanks for reminding me of the version issue 8) I have been following upgrades to php but have not thought about upgrading myself...
The only constant is change...
wskanaan
Posts: 5
Joined: Sun 23. Nov 2003, 05:42

Post by wskanaan »

nope... no use...

I still have a blank page with the index page... but the login page gives this error after logging me in:

The requested URL /cms/wcms/localhostphpwcms.php was not found on this server.
The only constant is change...
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

You made an mistake when defining path values - check this.

1st time start it's normal that index.php returns only a white "empty" table. You have no template info predefined.

But check your paths. There - you have the error.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
wskanaan
Posts: 5
Joined: Sun 23. Nov 2003, 05:42

Post by wskanaan »

You were right... in the admin part at least...

I didn't realise how things worked until I checked the setup functions. I left the root variable at the default ""> When I filled in the variable the login script started working.

But I still get an empty page with the index file. I tried to follow the way it works and found that the scripts are running fine... but for some reason it is not filling the content variables... I coudn't go too deep...

Anyway... has anyone had this problem before???
The only constant is change...
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

you have to create a template.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
wskanaan
Posts: 5
Joined: Sun 23. Nov 2003, 05:42

Post by wskanaan »

Thanks....

I had trouble at the beginning... because I was looking through specific things in the documentation... and got lost...


I will give it a go today and see what happens..
The only constant is change...
Post Reply