Undefined property: modules\\core::$break

OS info

  • Operating System : Windows 10.0.26200
  • Wappler Version : 7.6.0

Problem description

  "code": 0,
  "file": "\\www\\dmxConnectLib\\modules\\core.php",
  "line": 248,
  "message": "Undefined property: modules\\core::$break",

What PHP version are you using?

8.4.12

line 81:

        if ($this->app->break) {
            $this->app->break = FALSE;
            break;
        }

line 248 (missing app->):

        if ($this->break) {
            $this->break = FALSE;
        }

Fixed in Wappler 7.6.1

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.