Possible problem with cron?

Re: Possible problem with cron?

by Oliver Grimm -
Number of replies: 0
Hi,

I've got exactly the same problem.

And as I turned on RSS Feeds for glossaries and forums I got even more errors.

For example:

>> ERROR: parser: parse error at or near "postid" at character 13

This error is caused through the following sql-query

>> SELECT p.id postid, d.id discussionid,u.id userid,u.firstname userfirstname, u.lastname userlastname, p.subject postsubject,p.message postmessage, p.created postcreated,p.format postformat FROM mdl_forum_discussions d, mdl_forum_posts p,mdl_user u WHERE d.forum = '8' AND p.discussion = d.id AND u.id = p.userid ORDER BY p.created desc

which is passed to the function 'get_records_sql by' the cron script.

I also suppose that PostgreSQL-DB is not 100% supported. Have you found a solution for this problem?

olly