Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Error Rendering Atom Feed
brady
New
A fatal, non-recoverable error has occurred
Error Message: An error occurred while retrieving the feed.
Affected Elements: Feed.GetData();
The error occurred on or near:
You have an error in your SQL syntax near 'on d.FirstCommentID = fc.CommentID left join LUM_User u on d.AuthUserID = u.User' at line 1
0
This discussion has been closed.
Comments
did now
A fatal, non-recoverable error has occurred
Technical information (for support personel):
Error Message: An error occurred while retrieving the feed.
Affected Elements: Feed.GetData();
The error occurred on or near:
You have an error in your SQL syntax near 'on d.FirstCommentID = fc.CommentID left join LUM_User u on d.AuthUserID = u.User' at line 1
For additional support documentation, visit the Lussumo Documentation website at: lussumo.com/support
The user will likely follow the path given. So, the link provided was to the forum, and in my morning zombie state just followed the link and created a post. If possible, it may be worth making such error messages display a link to the bug report page.
But, of course, I'm sure Mark doesn't want bug reports for every user error found, as help could be on the forums.
Hopefully Mark can finish the docs soon so some of us that have been around for a while can fix our own bugs or help others. This has got to be tons of unpaid work that's continually snowballing on him.
not sure if the data it is giving me is correct or not, but it works.
$s->AddLimit(0, agDISCUSSIONS_PER_FEED);
to this:
$s->AddLimit(0, agDISCUSSIONS_PER_FEED); echo($s->GetSelect()); die();
Then referesh the page and copy out the entire sql statement and paste it here so we can see what happened.
from LUM_Discussion d join LUM_Comment fc
be
from LUM_Discussion as d left join LUM_Comment as fc
link rel="alternate" type="application/atom+xml"