Topic: missing DBLayer::query_build() for sqlite in current SVN

When I tried to set up a new BB, I got this error (after putting "ini_set("display_errors", TRUE); error_reporting(E_ALL);" to index.php):

Fatal error: Call to undefined method DBLayer::query_build() in /Library/WebServer/Documents/punbb-1.3-dev/upload/include/functions.php on line 183

I took the function from mysql.php and it seems to work so far.

Re: missing DBLayer::query_build() for sqlite in current SVN

Closed, not a bug: query_build has not yet been implemented for DB systems other than MySQL(i).
Thanks for the report, but we're really not accepting bug reports for 1.3 at this point for just this reason wink