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.

Yaga hangs the forum after activating in vanilla forums 2.6.4

frafartfrafart New
edited December 2018 in Vanilla 2.0 - 2.8

Hi,

After copying Yaga in the applications directory, and moving to the panel, choosing the applications and activating it, I tried to enter the "settings" for Yaga, but no screen appears, and then Booom.. all the forum is Bonked... is there any way to implement Yaga with vanilla forums 2.6.4 ?

Thanks!!

Comments

  • Hi again,

    It seems like I solved the issue by changing line 73 of the file /applications/yaga/models/class.badgeawardmodel.php from this:

           'DateInserted' => date(DATE_ISO8601)
    

    to this:

           'DateInserted' => date('Y-m-d H:i:s')
    

    Wish this solves the issue definitively.

    Bests!

Sign In or Register to comment.