PHP NOTICE (8)

FOUTMELDING:
Trying to access array offset on value of type bool
BESTAND:
/home/jlt/domains/jltcases.nl/application/index/controllers/merken.php
REGEL:
88

Broncode

                
81     public function groepAction()
82     {
83         $urlParts = explode('/', $_SERVER['REQUEST_URI']);
84         $groepUrl = $urlParts[2];
85
86         $merk      = fetchRow('SELECT * FROM merken WHERE url = ' . quote($_GET['2']) . ' LIMIT 1');
87         $groep     = current(fetchAll('SELECT producten_groepen.*, CONCAT(' . quote($_GET['2']) . ', "/", producten_groepen.url) AS url FROM producten_groepen WHERE url = ' . quote($groepUrl) . ' AND live = 1'));
88         $producten = model('producten')->getProductenByMerkenIDGroepenID($merk['id'], $groep['id']);
89         $this->set('producten', $producten);
90
91         $this->set('h1',    $merk['naam'] . ' - ' . $groep['titel']);
92         $this->set('metas', array(
93             'title'       => $merk['naam'] . ' - ' . $groep['titel'],
94             'keywords'    => strtolower($merk['naam']) . ', ' . $groep['meta_keywords'],
95             'description' => ''
96         ));

Backtrace

                
showError called at /var/framework/v1/errorhandler.php on line 41
errorhandler called at /home/jlt/domains/jltcases.nl/application/index/controllers/merken.php on line 88
groepAction called at /var/framework/v1/library/controller.php on line 97
remap called at /home/jlt/domains/jltcases.nl/application/index/controllers/merken.php on line 15
_remap called at /var/framework/v1/frontcontroller.php on line 55
require called at /home/jlt/domains/jltcases.nl/public_html/index.php on line 49

Overige informatie

                
Datum 16-12-2025 22:05:26 (1765919126)
URL /peli/callto:0181850861
Referer null
IP 216.73.216.122