[TYPO3-dev] 4.3 beta 2 - problem with Front end Editing

Xavier Perseguers typo3 at perseguers.ch
Thu Oct 22 19:37:03 CEST 2009


Hi Simon,

Simon Browning wrote:
> Is it just me, or is there an issue with front end editing in beta 2?
> 
> If I try fe editing, I get a 500 error.
> 
> In my error log I see:
> 
> PHP Fatal error:  Cannot access protected property 
> t3lib_frontendedit::$TSFE_EDIT in 
> .../typo3_src-4.3.0beta2/typo3/sysext/feedit/view/class.tx_feedit_editpanel.php 
> on line 80
> 
> This was fine under beta 1.
> 
> I do not have the new advanced front end editing enabled.  Tried it 
> though, same error.

I sent a patch to the Core list. You have to edit file t3lib/class.t3lib_frontendedit.php and change

protected $TSFE_EDIT;

to

public $TSFE_EDIT;

Regards

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away




More information about the TYPO3-dev mailing list