I ran the ./EventManager/install.php because I was getting 500 errors otherwise, and I still am. Running php5 in interactive mode (I get the same error with php4) gives me this:
Fatal error: Call to undefined function: getparameter() in ~/example.com/events/Shared/objects/class.text.php on line 33
When I check my error.log, I see
[Mon Sep 01 23:27:10 2008] [error] [client x] Premature end of script headers: index.php
There's no getparameter() in class.text.php, and I can't find out where the premature end is. Also, your installation instructions in readme.txt are weak, it's basically "if you're upgrading, you don't have to do anything!", forgetting entirely about people who might be new to your project.
I'm pretty sure your project is dead (which is odd, while everything in CVS is 18 months old your personal site has a post about it that's only 10 months old), but I thought I'd post about it anyway.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Use this Forum to post questions about the installation process.
You might want to put in a few records...
I ran the ./EventManager/install.php because I was getting 500 errors otherwise, and I still am. Running php5 in interactive mode (I get the same error with php4) gives me this:
Fatal error: Call to undefined function: getparameter() in ~/example.com/events/Shared/objects/class.text.php on line 33
When I check my error.log, I see
[Mon Sep 01 23:27:10 2008] [error] [client x] Premature end of script headers: index.php
There's no getparameter() in class.text.php, and I can't find out where the premature end is. Also, your installation instructions in readme.txt are weak, it's basically "if you're upgrading, you don't have to do anything!", forgetting entirely about people who might be new to your project.
I'm pretty sure your project is dead (which is odd, while everything in CVS is 18 months old your personal site has a post about it that's only 10 months old), but I thought I'd post about it anyway.