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
Answers
It's some kind of case-sensitive problem, yes. We had something similar with the tagging plugins, some while ago.
What to do if I get a Bonk Error?
Vanilla Wiki : Join and help edit our Wiki! | View all Vanilla issues on GitHub | Report a new Vanilla issue on GitHub
Deploying a new Forum and adding a Theme | Give thanks to the Vanilla Developers!
- Spam
- Abuse
2 · Insightful 2Awesome LOL ·what's curious to me is how did anybody of the 90+ downloads get this plugin to work, without mentioning that it didn't work (without the change below), or is it OS or mysql specific.
presented a panel of latest discussions.
another minor fix their needs to be a space between author and discussion in the panel for readability.
no comment from author of plugin as far as screenshots.
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
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·Added screenshots, fixed that bug (my localhost has lowercase table names), and made it look "good" with the default vanilla theme.
Search first.
React to insightful, awesome, funny, and off-topic posts.
Check out the Wiki for lots of information about common stumbling blocks.
- Spam
- Abuse
0 · Insightful Awesome LOL ·