Kohana_Exception [ 0 ]: The extended_title property does not exist in the Model_Article class

MODPATH/orm/classes/Kohana/ORM.php [ 712 ]

707 
708 			return $model->where($col, '=', $val);
709 		}
710 		else
711 		{
712 			throw new Kohana_Exception('The :property property does not exist in the :class class',
713 				[':property' => $column, ':class' => get_class($this)]);
714 		}
715 	}
716 
717 	/**
  1. MODPATH/orm/classes/Kohana/ORM.php [ 628 ] » Kohana_ORM->get(arguments)

  2. MODPATH/newsplant-emobility/views/emobility/rtf/article.php [ 10 ] » Kohana_ORM->__get(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  5. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  6. {PHP internal call} » Kohana_View->__toString()

  7. MODPATH/newsplant/classes/Model/Newsplant/Article.php [ 1324 ] » file_put_contents(arguments)

  8. MODPATH/newsplant/classes/Model/Newsplant/Article.php [ 1032 ] » Model_Newsplant_Article->write_rtf()

  9. APPPATH/classes/Task/Newsplanttickler.php [ 62 ] » Model_Newsplant_Article->publish()

  10. MODPATH/minion/classes/Kohana/Minion/Task.php [ 250 ] » Task_Newsplanttickler->_execute(arguments)

  11. DOCROOT/index.php [ 121 ] » Kohana_Minion_Task->execute()

Environment