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.
Problem installing Vanilla Forum 2.0.18b2
Tried to install 2.0.18b2 but getting all sort of MySql db errors. Is it fully functional now?
I tried to install it on both local machine an host server. None of them works.
I tried to install it on both local machine an host server. None of them works.
Tagged:
0
Answers
Vanilla Forums COO [GitHub, Twitter, About.me]
The error message I am geeting:
Unknown column 'c.Archived' in 'field list'
The error occurred on or near: C:\inetpub\wwwroot\Vanillaforums\library\database\class.database.php
277: 278: if (!is_object($PDOStatement)) {279: trigger_error(ErrorMessage('PDO Statement failed to prepare', $this->ClassName, 'Query', $this->GetPDOErrorMessage($this->Connection()->errorInfo())), E_USER_ERROR);280: } else if ($PDOStatement->execute($InputParameters) === FALSE) {281: trigger_error(ErrorMessage($this->GetPDOErrorMessage($PDOStatement->errorInfo()), $this->ClassName, 'Query', $Sql), E_USER_ERROR);282: }283: } else {284: $PDOStatement = $this->Connection()->query($Sql);285: }
Thank you.
Berdia
Vanilla Forums COO [GitHub, Twitter, About.me]
Thank you.