Hi
The variable $this->MsgNo is the libraries is case sensitive.
In some files, it's written as "MsgNo", in other files it's "Msgno". Therefor you get an error, if you call a method thet uses this.
I've changed it in every library to $this->MsgNo, and now it workes fine.