upgrade 2.6.4 rdf.php fails [message #19360] |
Tue, 13 July 2004 22:50 |
|
I just recently upgraded to 2.6.4 and now my rdf.php feed is not working. I get the following error
[Tue Jul 13 15:45:53 2004] [error] PHP Fatal error: SQL Error has occurred, please contact the
<a href="mailto:waboring(at)buildabetterweb(dot)com?subject=SQL%20Error">administrator</a> of the forum and have them review the forum's SQL query log in
/mnt/apache/htdocs/phphtmllib.newsblob.com/html/forums/rdf.php on line 63
[Updated on: Tue, 13 July 2004 22:51] Report message to a moderator
|
|
|
Re: upgrade 2.6.4 rdf.php fails [message #19362 is a reply to message #19360] |
Tue, 13 July 2004 23:02 |
|
Here is the error I get in the error log view from the control panel
(/mnt/apache/htdocs/phphtmllib.newsblob.com/html/forums/rdf.php:135
/mnt/apache/htdocs/phphtmllib.newsblob.com/html/forums/rdf.php:424
) 1064: You have an error in your SQL syntax near '' at line 21
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 fud23_msg m INNER JOIN fud23_thread t ON m.thread_id=t.id INNER JOIN fud23_forum f ON t.forum_id=f.id INNER JOIN fud23_cat c ON c.id=f.cat_id INNER JOIN fud23_msg m2 ON t.root_msg_id=m2.id LEFT JOIN fud23_msg m3 ON m3.id=m.reply_to LEFT JOIN fud23_users u ON m.poster_id=u.id LEFT JOIN fud23_poll p ON m.poll_id=p.id WHERE t.moved_to=0 AND m.apr=1 AND m.post_stamp >=1089673281 ORDER BY m.post_stamp DESC LIMIT 0,
Server Version: 3.23.56
|
|
|
|
|