[TYPO3-dev] Problem with ext_autoload.php in TYPO3 6.2?

Stefan Kruse besucher80 at gmx.de
Mon Apr 13 17:04:22 CEST 2015


Hi, yeah thats what i mean too.

Okay i show you my class:

<?php

	require_once(PATH_site.'typo3conf/ext/tl24/pi1/topnavilayer/class.topnavilayer.php');

	class tx_tl24_pi1 extends tslib_pibase {
				
		function main($content, $conf) {
                
                }
        }

?>

The topnavilayer class extens the class tx_tl24_pi1. If i now call a method from the topnavilayer in my main method like:
$variable = tx_tl24_topnavilayer::topnavilayer();
Then for example the error comes.

I am confused. Do you see something what could be wrong?

But many thanks for your help.

Stefan



More information about the TYPO3-dev mailing list