crudkit icon indicating copy to clipboard operation
crudkit copied to clipboard

Whoops \ Exception \ ErrorException (E_ERROR) HELP Call to a member function init() on null

Open ispcpr opened this issue 9 years ago • 0 comments

C:\xampp\htdocs\kit\vendor\skyronic\crudkit\src\CrudKit\Controllers\MainController.php
            return "";
        }
    }
    public function handle_view_page () {
        // Handle the view page action
        $pageId = $this->url->get('page');
        $this->page = $this->app->getPageById($pageId);
        $this->page->init($this->app);
        ValueBag::set("pageId", $this->page->getId());

when i load index.php, aplication not open and get that error.

ispcpr avatar Aug 23 '16 06:08 ispcpr