[TYPO3] Cannot re-assign $this after server update

Jeppe Donslund jd at webmasters.dk
Wed Jun 20 10:45:29 CEST 2007


I found it.

Changed:
function processDatamap_postProcessFieldArray($status, $table, $id, 
$fieldArray, $this) {

to:
function processDatamap_postProcessFieldArray($status, $table, $id, 
$fieldArray, $reference) {

in 
/typo3conf/ext/static_info_tables/class.tx_staticinfotables_syslanguage.php



/Jeppe D.


Jeppe Donslund skrev:
> I now have found out that it is every change of content that triggers 
> the error
> 
>     Cannot re-assign $this
> 
> It is very problematic because we can't edit anything on the pages. I do 
> really hope that some one can help me.
> 
> Regards,
> Jeppe D
> 
> 
> 
> Jeppe Donslund skrev:
>> Hi
>>
>> After our server is update to newest PHP I get this error when setting 
>> an alias on a page.
>>
>> Is this a bug that I can change or what?
>>
>>
>> Regards
>> Jeppe D.


More information about the TYPO3-english mailing list