[ZendTo] Re: NSSDropoff, apc warnings

Achim J. Latz achim+zendto at qustodium.net
Tue Jan 22 09:46:09 GMT 2013


Hello again!

Simple fix for:

On 21/01/2013 22:31, Achim J. Latz wrote:
> [Mon Jan 21 20:27:17 2013] [error] [client 95.19.173.19] PHP Warning:
> SQLiteDatabase::queryExec(): addressbook.lastused may not be NULL in
> /opt/zendto/lib/SQLite.php on line 983, referer:
> http://zendto.fortiko.com/verify.php

is to change the INSERT query on that line to:

INSERT INTO addressbook (username,name,email,lastused) VALUES 
('%s','%s','%s',(DATETIME('NOW')))

which now also sets a value for the field lastused.

Best regards, Achim


More information about the ZendTo mailing list