PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The code is written using "var" instead of "public" for property declarations. Either change all instances of "var" to "public" or change error_reporting() such that E_STRICT is off.
I'm just getting a blank page right now. I'll need to turn this off via .htaccess because I don't want to turn off strict standards for the whole server. If you know how to do that please let me know. In the mean time I am searching for blurb I need to type in there to do it. No luck so far though.
astions, I've just installed it (version 1.7) on my local server.
My configuration/system specifications are as follow:
Apache_2.0.49-win32-x86-no_ssl
PHP 5.1.6
Win XP Pro
error_reporting = E_ALL
display_errors = On
It works great for me. If it's possible, try to upgrade to PHP 5.1.6.
I can try and install it on a *nix server too and see what happens if you want me to - just ask
Well I dug around in the code and they are using var instead of public in a lot of places. If your strict standards are turned on, I don't see how PHP isn't throwing errors.