sqlite: RAND

Found a bug? Tell us!!
Post Reply
modules
Regular
Posts: 43
Joined: Tue Apr 12, 2005 9:51 am

sqlite: RAND

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: sqlite: RAND

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
modules
Regular
Posts: 43
Joined: Tue Apr 12, 2005 9:51 am

[fixed]Re: sqlite: RAND

Post 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.
Post Reply