Author Topic: Installation Problem  (Read 2163 times)

gbuhagia

  • Newbie
  • *
  • Posts: 2
Installation Problem
« 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

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Re: Installation Problem
« Reply #1 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.
Calem Community Forum Admin

gbuhagia

  • Newbie
  • *
  • Posts: 2
Re: Installation Problem
« Reply #2 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

calemadmin

  • Administrator
  • Calem Hero
  • *****
  • Posts: 300
    • http://www.calemeam.com
Re: Installation Problem
« Reply #3 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.
Calem Community Forum Admin