Page 1 of 1

sqlite: RAND

Posted: Mon Aug 14, 2006 3:33 pm
by modules
Hi,

I am using Serendipity 1.0 and PHP 5.1.4-0.0bpo1
and got the following error on single-article pages:

Code: Select all

Warning: sqlite_query() [function.sqlite-query]: no such function: RAND in /var/www/servers/xyz/pages/zyx/include/db/sqlite.inc.php on line 226

Re: sqlite: RAND

Posted: Mon Aug 14, 2006 7:28 pm
by garvinhicking
Hi!

It seems you are using some special Event plugins that use a Database randomize function. Maybe the "entrypaging" plugin?

Randomizing is not possible with SQLite, so you need to disable the randomizal function of that plugin.

Best regards,
Garvin

[fixed]Re: sqlite: RAND

Posted: Tue Aug 15, 2006 9:08 am
by modules
garvinhicking wrote:It seems you are using some special Event plugins that use a Database randomize function. Maybe the "entrypaging" plugin?
Was the entrypaging plugin. Its working now.