Thanks for the attempt, and for letting me know what happened.
Quote:
Originally Posted by ldolse
Edit: One possible cause is I just double-checked my PHP version - my server is running 5.2.14, I just saw you mentioned 5.3 is required.
|
That is certainly the problem. There were several places in the server that used functions available beginning in V5.3. Anonymous functions was one.
I uploaded a new version that will run under both PHP V5.2 and V5.3. I tested it under V5.2 on my development machine, and on V5.3 on my server.
If it is running under V5.2, then SQLite PDO must be installed (it almost always is). If under V5.3, then SQLite3 must be installed.
Give the new version a try.