[TYPO3] Fatal error: Call to a member function init() on a non-object in ../.../t3lib/class.t3lib_tceforms.php on line 383

Rob De Vries spam_this at pandora.be
Thu Sep 11 21:25:23 CEST 2008


Dmitry Dulepov [typo3] wrote:
> Hi!
> 
> Rob De Vries wrote:
>> Sometimes you just stay clueless, even in these modern times with all 
>> the internets and stuff ...
>>
>> Anyone can help me with this error after updating from 4.0.2 to 4.1.7 ?
>> This error occurs when I'm trying to edit a page header or content 
>> element.
> 
> Chack what code is on that line.
> 


Hey Dmitri,


	function initDefaultBEmode()	{
		global $BE_USER;
		$this->prependFormFieldNames = 'data';
		$this->formName = 'editform';
		$this->setNewBEDesign();
		$this->docLarge = $BE_USER->uc['edit_wideDocument'] ? 1 : 0;
		$this->edit_showFieldHelp = $BE_USER->uc['edit_showFieldHelp'];

		$this->edit_docModuleUpload = $BE_USER->uc['edit_docModuleUpload'];
		$this->titleLen = $BE_USER->uc['titleLen'];		// @deprecated

THIS IS LINE 383 --->		$this->inline->init($this);
	}


Tnx !




-- 
------------------------------------------------------------
web : http://www.rob-ot.be
skype : rob-ot
------------------------------------------------------------
[O_o] -- Don't feed the rob-ot


More information about the TYPO3-english mailing list