php5 workaround
Submitted by leonardjensan on Mon, 03/03/2008 - 17:05.
I really love this software and would like to use it to manage my teams. However, my website is hosted on a server that has only php 4.4.7. Any way to work around this?
Thank you!
Leonard

Unfortunately, ProjectPier utilizes the object oriented features of PHP5 in order to generate developer friendly code and take advantage of modern design patterns. These features are generally not available for php4, also php4 is no longer supported or maintained as a language. Check out http://gophp5.org for more details and encourage your host to check out that site and upgrade as well.
On a practical note, you can edit the code to disable to the php5 check on the install to force using php4, but I imagine you will start seeing errors fairly soon.