[TYPO3-dev] Trying to make plugins compatible with Typo3 4.2
Tapio Markula
tapio.markula at xetpoint.fi
Sun Mar 2 12:43:18 CET 2008
Franz Holzinger kirjoitti:
> Tapio Markula a écrit :
>> 1) strcmp(trim($def['content'],'')); in XCLASS for template cause
>>
>> Warning: Wrong parameter count for strcmp() in
>> .../typo3conf/ext/tm_shared_lib/class.ux_template.php on line 747
>
> strcmp(trim($def['content']),'');
ok - I made by mistake error.
>
>> 2) private methods *Fatal error*: Call to private method
>> SC_mod_user_setup_index::getButtons() from context
>> 'ux_SC_mod_user_setup_index' in
>> *.../typo3conf/ext/tm_shared_lib/class.ux_SC_mod_user_setup_index.php*
>> on line *690*
>
> Maybe this function is intended not to be used from outside.
the same problem with many core files
The biggest problem is that in XCLASSes fro
* typo3/alt_doc.php
* typo3/class.db_list_extra.inc
* typo3/sysext/cms/layout/db_layout.php
the main content has been not shown at all - I'm totally confused with
the backend templating. I tried to make miminal changes to them - still
the problem.
More information about the TYPO3-dev
mailing list