Hi, I have found the cause of the problem.. two missing spaces..
To fix:
In infoway/functions/admin-interface.php lines 353 and 384, there should be a space in returnfalse;
So simply change returnfalse; to return false; on both lines and everything should be working again.