Error!

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

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

470        );
471    }
472    
473    public function action_produkt()
474    {
475        $label = static::$current_shop_page->get_language_titles();
476
477        $this->data['uri'] = array(
478            'type' => 'produkt',
479            'titel' => $label['url_title']
480        );

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)