[TYPO3-english] Unable to autoload class "tx_jsmanager_ManagerInterface"
Jeppe Donslund
jd at masters.dk
Tue Oct 26 11:27:19 CEST 2010
I have to ask.
Where in the jQuery extension should I include jsmanager?
I tried to include it with require_once in the top of
class.tx_jquery.php, but that didn't seem to change anything.
If I use include() I get an error saying that it cannot redeclare jsmanager
Regards
Jeppe D
Den 25-10-2010 12:15, Steffen Gebert skrev:
>> I can't find that ext_autoload.php anywhere and what file could be
>> missing?
> Not every extension ships ext_autoload.php, then you have to use
> include() in your PHP code to make the class file available. Otherwise
> the autoloader fails to include the class file, as it doesn't know, in
> which file it's located.
>
>> I have tried to include jsmanager in Include Static, but that didn't
>> change anything.
> That's another topic. Problem is on a lower level: PHP code.
>
> Kind regards
> Steffen
>
More information about the TYPO3-english
mailing list