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

edited July 2011 in Vanilla 2.0 - 2.8
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.
Tagged:

Answers

  • TimTim Vanilla Staff
    You'll need to quote those errors here so that we can see them, or else I'm not sure what you want us to say. It works for me.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Tim, yes I know. I just wanted to make sure 2.0.18b2 was fully operational.

    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
  • TimTim Vanilla Staff
    Was there a backtrace (previously executed code) included? Was this during setup, or after? What version of MySQL and what Webserver are you using?

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • I am using IIS 7.5 and it happened after the setup. I am using MySql 5.5.

    Thank you.
Sign In or Register to comment.