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!
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:
to this:
Wish this solves the issue definitively.
Bests!