WARNING » Trying to access array offset on value of type bool

     /home/mgtnweb/eqlift.megatonmedya.com/Internal/package-authentication/UserExtends.php
        

252.     {
253.         return $this->dbClass->where($this->usernameColumn$username)->get($this->tableName);
254.     }
255. 
256.     /**
257.      * Protected set error message
258.      */
259.     protected function setErrorMessage($string)
260.     {
261. 
        return ! (bool) (
Properties::$error $this->getLang[$string]); 262.     } 263.  264.     /** 265.      * Protected set error message 266.      */ 267.     protected function setSuccessMessage($string) 268.     { 269.         return (bool) (Properties::$success $this->getLang[$string]); 270.     } 271.