View Single Post
Old 11-04-2010, 09:24 AM   #39
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,495
Karma: 8065348
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Thanks for the attempt, and for letting me know what happened.

Quote:
Originally Posted by ldolse View Post
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.
chaley is offline   Reply With Quote