2025/10/04
< 2025
Jump to navigation
Jump to search
(Continued from 2025/10/03)
The problem now:
PHP Fatal error: Uncaught Error: Call to undefined method
cCommOp::HandleResults()inMyMar.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.