It appears that the Class “Self” is the problem – in PHP, a class doesn’t normally have a capital letter for its name and if that update is looking for a class called “self” (lowercase) then there’s a mis-match that could be throwing the error.
There might something else wrong, too, but that appears to be the first culprit to be investigated.