Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

Any chance of adding screen shots

peregrineperegrine MVP
edited June 2012 in Questions
This discussion is related to the LatestPostList addon.

alway nice to see what the plugin does.

got this error. 
Table 'vanilla.GDN_discussion' doesn't exist
select d.InsertUserID as `InsertUserID`, d.DiscussionID as `DiscussionID`, d.Name as `PostName`, d.DateLastComment as `DateLastComment`, d.LastCommentUserID as `LastCommentUserID`, u.UserID as `CommenterID`, u.Name as `CommenterName`, p.UserID as `PosterID`, p.Name as `PosterName` from GDN_discussion d left join GDN_user u on u.UserID = d.LastCommentUserID left join GDN_user p on p.UserID = d.InsertUserID order by d.DateLastComment desc limit 5

if I remove the plugin I get no error. I don't have a production forum, so0 its not critical for me.


factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!

Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant

Best Answer

Answers

Sign In or Register to comment.