Calem Community Forum

General => Setup => Topic started by: gbuhagia on September 29, 2008, 06:32:08 am

Title: Installation Problem
Post by: gbuhagia on September 29, 2008, 06:32:08 am
Hi,

I am trying to install CalemEAM, however when I come to step 4 of the installation guide (Setup CalemEAM), I am getting an error "HTTP 500 - Internal server error".

I am putting the downloaded CalemEAM folder that was downloaded in the htdocs of the Apache installation directory so that it will be accessible through the browser.

I have tried using the following URL's but all are returning the same error:
http://198.141.206.1:8000/CalemEAM/installation/
http://198.141.206.1:8000/CalemEAM/installation/.
http://198.141.206.1:8000/CalemEAM/installation/index.php

However when I try to use the following URL "http://198.141.206.1:8000/CalemEAM/installation/license.html" the license agreement does come up. Because of this I think that the apache server is correctly configured.

Another thing that I would like to point out is that when I am typing the URL I am pointing to socket 8000 as on the server I already had apache tomcat running and so I had to make apache run on a different port.

Can you please advise what could be the problem?

Thanks
Gordon
Title: Re: Installation Problem
Post by: calemadmin on September 29, 2008, 07:19:17 pm
Gordon, take a look at the Apache logs and PHP error logs. You may paste the logs here. It seems like that PHP might not be set up properly.
Title: Re: Installation Problem
Post by: gbuhagia on September 30, 2008, 03:14:15 am
Hi,

I have found the following errors in the apache logs.

[Mon Sep 29 13:57:04 2008] [error] [client 198.141.206.1] PHP Fatal error:  Class 'PDO' not found in F:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\CalemEAM\\server\\conf\\calem.php on line 43

Thanks for your help.

Gordon
Title: Re: Installation Problem
Post by: calemadmin on September 30, 2008, 07:24:17 pm
It seems that PDO is not enabled in PHP. You may review the Setup Guide at the CalemEAM web site and enable PDO.