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.
Vanilla 2.0.1 released
Todd
Vanilla Staff
Vanilla 2.0.1 has been released and uploaded.
This will show you a more detailed screen of information about the actual problem you've encountered. Please include this information when reporting issues (copy & paste exact errors, please).
Please report all issues on the GitHub Issue Tracker. Remember to do a quick search through the issues to make sure your issue has not already been added or resolved.
See the add on page for additional instructions.
Troubleshooting the Vanilla 2 Installation
If you run into any issues during the installation, you may see the "Bonk" error screen. In order to get past this screen, you can remove the following line from your conf/config.php file:$Configuration['Garden']['Errors']['MasterView'] = 'error.master.php';
This will show you a more detailed screen of information about the actual problem you've encountered. Please include this information when reporting issues (copy & paste exact errors, please).
Upgrading Vanilla 2.0 Forums
- Sign into your existing forum with the user that has UserID = 1
- Back up your database.
- Back up all of your existing files.
- Unarchive the new files and copy them over your existing files. Make sure that your hidden files (ie .htaccess) are copied to your server.
- Make sure the conf/config.php from your old version has been copied over to the new version.
- Navigate to the page in your forum that updates your database (this will not work if you did not sign in as UserID = 1): www.yourdomain.com/path/to/vanilla/utility/structure
- Scroll to the bottom of the page and click the button to run the update scripts.
- Navigate to your forum and test away!
Reporting Issues
DO NOT REPORT ISSUES ON THE COMMUNITY FORUMPlease report all issues on the GitHub Issue Tracker. Remember to do a quick search through the issues to make sure your issue has not already been added or resolved.
See the add on page for additional instructions.
Tagged:
9
Comments
2.0.1 is mainly just a bug fix release.
"Navigate to the page in your forum that updates your database (this will not work if you did not sign in as UserID = 1)"
... but in my phpBB forum (from whom I'm tryin' to switch) the user with ID=1 doesn't exist. I've cancelled it and made like admin the user number 2. How can I solve this?
And for forums I searched for an addon to flag forum post .But I didn't find any addon for that.
Thanks.
There are lots of ways of doing this. I'm taking a guess here and assuming you have an ssh server setup on your linux box? If so then scp or sftp are my preferred ways of doing it.
If you're copying from a linux machine, to a linux machine, then from the cli use the following..
scp < filename > < username >@< remotehost >:
where filename is the name of the file you want to copy, username is the username on the remote host, and remotehost is the server you're copying files to. Don't forget the ':' at the end of the command as otherwise you'll just make a local copy of the file instead.
you can also use scp for multiple files, or multiple directores of files as follows...
scp * < username >@< remotehost >:
Will copy all files in current directory to remote host.
scp -r * < username >@< remotehost >:
will copy all files recursively from the current directory.
If you're copying from a windows machine to a linux machine then it's possible to use scp but it's much easier to just install filezilla or some other ftp client that supports sftp and enter the username, password, and hostname as normal, and for the port number put in 22.
Vanilla Forums COO [GitHub, Twitter, About.me]
My apologies for hijacking the thread.
Sounds to me like scp is doing exactly what it's supposed to, which is to copy files securely from one location to another be it on the same file system, or in this case a remote filesystem.
Assuming it's an upgrade of version 2.0 then just follow the directions in the original post and copy the files over the existing files.
Fatal error: Call to a member function DefinePermissions() on a non-object in /srv/mysite.co.uk/public/htdocs/forum/library/core/class.session.php on line 264
Dont know why....