Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Table missing
Hi,
I'm trying to install your plugin, however I am presented with the following error message:
{"Code":256,"Exception":"Table 'xxx.GDN_discussion' doesn't exist|Gdn_Database|Query|select CategoryID\nfrom GDN_discussion discussion\nwhere DiscussionID = :DiscussionID"}
Steps I took to produce this error:
1. Upload plugin to /plugins
2. Enable
3. Start new test discussion, enter a tag
4. Click 'Post Discussion'
My database has the following tables:
GDN_Tag (0)
GDN_TagCategoryCount (0)
GDN_TagDiscussion (0)
And a Tags column in GDN_Discussion, which is also empty.
I'm trying to install your plugin, however I am presented with the following error message:
{"Code":256,"Exception":"Table 'xxx.GDN_discussion' doesn't exist|Gdn_Database|Query|select CategoryID\nfrom GDN_discussion discussion\nwhere DiscussionID = :DiscussionID"}
Steps I took to produce this error:
1. Upload plugin to /plugins
2. Enable
3. Start new test discussion, enter a tag
4. Click 'Post Discussion'
My database has the following tables:
GDN_Tag (0)
GDN_TagCategoryCount (0)
GDN_TagDiscussion (0)
And a Tags column in GDN_Discussion, which is also empty.
0
Comments
There was an error rendering this rich post.
I just replaced my database name with 'xxx', so that's not the problem.