Notice (1024) : Undefined property: SongsController::$Song in /home1/txqowtte/public_html/bollygane.com/src/Controller/SongsController.php on line 110 [in /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Controller/Controller.php, line 350]
Warning (512) : Unable to emit headers. Headers sent in file=/home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php line=37 [in /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 71]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 168]
Warning (2) : Cannot modify header information - headers already sent by (output started at /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Error/Renderer/HtmlErrorRenderer.php:37) [in /home1/txqowtte/public_html/bollygane.com/vendor/cakephp/cakephp/src/Http/ResponseEmitter.php, line 197]
Error: Call to a member function query() on null

Call to a member function query() on null 📋

Error
Error in: APP/Controller/SongsController.php, line 110
APP/Controller/SongsController.php at line 110 (edit)
        $this->set('tcategory'$this->Category->findAllByType('1'));
        $this->set('lcategory'$this->Category->findAllByType('2'));
        //$movies=$this->Movie->findAllBySlug($id);
        //$this->set('movies', $movies);
        $movies $this->Song->query("select songs.*, movies.* from songs inner join movies on songs.movie_id=movies.id where songs.slug='" $slug "'");
        if (!isset($movies[0])) {
        } else {
            $this->set('movies'$movies);
            $this->set('adverties'$this->Song->query("SELECT * FROM advertisements WHERE page='home' and status='Active' ORDER BY priority ASC"));

If you want to customize this error message, create templates/Error/error500.php