In DBManager.pmod in Roxen WebServer there are two ::error in a class definition which Pike 7.3 now dislikes. I am unable to solve it with global.error or global::error, but adding a constant blarg=error; outside the class and use blarg instad works. How should one do?