Bug in RDF access in 1.6.14RC2 [message #26182] |
Fri, 08 July 2005 08:16 |
|
When trying to access the rdf from the help, in FUDforum 2.6.14rc2, I get the following error:
(/var/www/twistedfud/rdf.php:164
/var/www/twistedfud/rdf.php:158
/var/www/twistedfud/rdf.php:477
) : ERROR: syntax error at or near "OFFSET" at character 685
Query: SELECT m.*, u.alias, t.forum_id, p.name AS poll_name, p.total_votes, m2.subject AS th_subject, m3.subject AS reply_subject, f.name AS frm_name, c.name AS cat_name FROM fud26_msg m INNER JOIN fud26_thread t
ON m.thread_id=t.id INNER JOIN fud26_forum f ON t.forum_id=f.id INNER JOIN fud26_cat c ON c.id=f.cat_id INNER JOIN fud26_msg m2 ON t.root_msg_id=m2.id
LEFT JOIN fud26_msg m3 ON m3.id=m.reply_to LEFT JOIN fud26_users u ON m.poster_id=u.id LEFT JOIN fud26_poll p ON m.poll_id=p.id WHERE t.moved_to=0
AND m.apr=1 AND t.last_post_date >=1120378298 ORDER BY m.post_stamp DESC LIMIT OFFSET 0
_GET: mode=m&l=1&n=10&basic=1&
I'm using postgresql v7.4.6-3 (debian version from sarge)
|
|
|
|
Re: Bug in RDF access in 1.6.14RC2 [message #26186 is a reply to message #26185] |
Fri, 08 July 2005 12:36 |
|
Ilia wrote on Fri, 08 July 2005 14:31 | It looks to me like you don't have a max limit set inside the forum's RDF configuration panel.
|
Hu, you're right, I didn't provide a max number. As I didn't put anything in it, I thought it would set a "default" value.
FUD didn't tell me anything wrong when I saved the config without a max
|
|
|
|