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.

Trying to get YAGA running on fresh 2.6 install.

2»

Comments

  • frafartfrafart New
    edited December 2018

    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.