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
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to