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.
Old Versions of the Voting Plugin conflict with Vanilla 2.0.18
Hi,
I just uploaded the new version of Vanilla to my server (after backing up my database, config file and uploads). Ran the install process (which was successful) and then cleared my cache, restarted my browser and went to my site.
I got the error message "Bonk..." which I presume is the standard error message.
I don't know what's caused this as everything seemed to work and my dashboard is working.
I just uploaded the new version of Vanilla to my server (after backing up my database, config file and uploads). Ran the install process (which was successful) and then cleared my cache, restarted my browser and went to my site.
I got the error message "Bonk..." which I presume is the standard error message.
I don't know what's caused this as everything seemed to work and my dashboard is working.
0
Answers
But I don't know why you removed your config file (if it was still there, you wouldn't had to go through the install process again)
When upgrading, you just put the new file in place with the old config.
Did you go to /utility/update too?
Did you follow http://vanillaforums.org/page/Installation-Upgrade ?
How do I enable debug messages?
I followed the update instructions by leaving my config there and then going to http://joltdev.com/community/utility/update which said the update was successful.
To my knowledge that is right.
My config file is still the old one and still says version 2.0.17.10.
It seems that GDN_Discussion is missing FirstEmail.
The files are really updated:
Application: Vanilla
Application Version: 2.0.18.1
Saying you ran the install process was misleading, as it's not an install, just updates.
Sorry, don't know more than that.
It seems that GDN_Discussion is missing FirstEmail.
The error:
Unknown column 'iu.Email' in 'field list'
select d.Type as `Type`, d.InsertUserID as `FirstUserID`, d.DateInserted as `FirstDate`, d.CountBookmarks as `CountBookmarks`, d.Body as `Body`, d.Format as `Format`, d.DateLastComment as `LastDate`, d.LastCommentUserID as `LastUserID`, d.Score as `Score`, iu.Email as `FirstEmail`, lcu.Email as `LastEmail`, d.*, null as `WatchUserID`, null as `DateLastViewed`, null as `Dismissed`, null as `Bookmarked`, null as `CountCommentWatch`
from GDN_Discussion d
where d.DiscussionID in ('7')
order by d.DateLastComment desc
limit 30
Check your database if all the columns exist?
It seems that the update stuff doesn't update your database for some reason.
The following structure changes are required for your database.
update GDN_User User set
Permissions = ''
where Permissions <> '';