Error!

ErrorException [ Error ]: Call to a member function get_language_titles() on null

APPPATH/classes/controller/layout.php @ line 492

487        );
488    }
489    
490    public function action_produkt()
491    {
492        $label = static::$current_shop_page->get_language_titles();
493
494        $this->data['uri'] = array(
495            'type' => 'produkt',
496            'titel' => $label['url_title']
497        );

Backtrace

  1. COREPATH/bootstrap.php @ line 33
    28 Register all the error/shutdown handlers
    29 */
    30register_shutdown_function(function ()
    31{
    32    load_error_classes();
    33    return \Error::shutdown_handler();
    34});
    35
    36set_exception_handler(function (\Exception $e)
    37{
    38    load_error_classes();
    

Prior Contents (show)