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.
Options

UNKNOWN MALFANCTION

haker270haker270 New
edited October 2011 in Vanilla 2.0 - 2.8
Some users are facing with such a screen as shown at the following link http://bethelper.org/uploads/FileUpload/11/abf78235fc6ffb58a532ebb2a2b37b.jpg while attempting to enter the web site.
It has started right after update from BETA2 to BETA4.
What reason could cause it and how can i fix it? How do you think?
Tagged:

Best Answer

  • Options
    LincLinc Detroit Admin
    edited October 2011 Answer ✓
    Go to plugins/AllViewed/class.allviewed.plugin.php

    Find this:
          // Get new comment count
          return $SQL
             ->Select('c.CommentID')
    And delete this line: ->Select('c.CommentID')

Answers

  • Options
    ToddTodd Chief Product Officer Vanilla Staff
    It looks like your MySQL is in a strict mode which could lead to other problems. @lincoln should probably fix his plugin though.
  • Options
    What would you recommend us to do? Shall we ask tech support of our hosting to make MySql working?
  • Options
    LincLinc Detroit Admin
    edited October 2011 Answer ✓
    Go to plugins/AllViewed/class.allviewed.plugin.php

    Find this:
          // Get new comment count
          return $SQL
             ->Select('c.CommentID')
    And delete this line: ->Select('c.CommentID')

  • Options
    Thanks for fix - timidly upgraded to Vanilla 2.0.18 RC2 and after deleting this line from Allviewed plugin- my forum is working better -and looking better, than it has in all 5 years of vanilla use. keep up the GREAT work @todd @lincoln and all vanilla devs.
Sign In or Register to comment.