The excuse that our php version is too old is a joke. All my other dozens of plugins work fine with it as does WordPress itself. How can an author update their plugin to require a certain version of php and then completely take down the blog when it finds an older version?
It is not an excuse, and most certainly not a joke. Due to time constraints, I only support modern installs of PHP (5.2 or newer) and WordPress (3.0 and newer). WordPress 3.2 will require PHP 5.2, so it is time to migrate. As stated before PHP versions prior to 5.2 are over 4 years old. And, you really *should* be using PHP 5.3.x.
Technically, the only reason why there is an issue here is because WordPress does not auto deactivate a plugin that calls die()
on activation. Not exactly my fault, but ends up being my problem and has been fixed in the SVN Trunk version (still requires PHP 5.2 or newer, still gives the warning, automatically deactivates to prevent accidentally killing the site).
I’ve now had V5.2.16 installed and get exactly the same error
What does the error say?