2025/10/04

From Woozle Writes Code
Jump to navigation Jump to search
Codeblog

Recovered

(Continued from 2025/10/03)

The problem now:

PHP Fatal error: Uncaught Error: Call to undefined method cCommOp::HandleResults() in MyMar.php:126

HandleResults() is defined in caMsgsOp, an abstract class, so the solution is in two parts:

  • Whatever is generating the cCommOp object needs to instead generate a caMsgsOp object.
  • We need to figure out the appropriate caMsgsOp podling class for this case.