Actions
Bug #24393
closedem (svn version): Fatal error due to access of protected var.
Start date:
2010-12-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Fatal error: Cannot access protected property tx_em_Tools_XmlHandler::$matchingCount in /home/webmaster/frm2/typo3_src_svn/typo3/sysext/em/classes/index.php on line 868
Call Stack
Call Stack
- Time Memory Function Location
1 0.0021 69236 {main}( ) ../mod.php:0
2 0.8757 30689072 require( '/home/webmaster/frm2/typo3_src_svn/typo3/sysext/em/classes/index.php' ) ../mod.php:51
3 1.1383 33520204 SC_mod_tools_em_index->main( ) ../index.php:2527
4 1.1398 33524588 SC_mod_tools_em_index->extensionList_import( ) ../index.php:478
5 3.9974 37709292 SC_mod_tools_em_index->browseLinks( ) ../index.php:711
(issue imported from #M16817)
Files
Updated by Björn Pedersen almost 14 years ago
Setting it to public solves the problem.
Updated by Björn Pedersen almost 14 years ago
seems fixed in beta3, so issue can be closed.
Updated by Steffen Gebert almost 14 years ago
Thanks, Björn.
Please report EM bugs here: http://forge.typo3.org/projects/show/typo3v4-em (I know, it's a bit weird currently to have multiple bug trackers.. but will change).
Actions