[TYPO3-english] Unable to autoload class "tx_jsmanager_ManagerInterface"

Jeppe Donslund jd at masters.dk
Wed Oct 27 14:03:33 CEST 2010


I just do not get it.

I now have tried to include the tx_jsmanager_managerInterface file 
several places, but noting seems to have any effect.

I got the hosting company to read throug all files to see where there 
were any connection to the file.

And this is what I got back:

File: c:\service\EH\typo3conf\ext\jquery\class.tx_jquery.php Line: 34 
Line: class tx_jquery  implements tx_jsmanager_ManagerInterface {
File: c:\service\EH\typo3conf\ext\jquery\class.tx_jquery.php Line: 440 
Line: } // class tx_jquery  implements tx_jsmanager_ManagerInterface
File: 
c:\service\EH\typo3conf\ext\jquery_thickbox\pi1\class.tx_jquerythickbox_pi1.php 
Line: 26 Line: 
require_once('typo3conf/ext/jsmanager/tx_jsmanager_ManagerInterface.php');
File: c:\service\EH\typo3conf\ext\jsmanager\example\xyz\tx_xyz.php Line: 
3 Line: class tx_xyz implements tx_jsmanager_ManagerInterface {
File: c:\service\EH\typo3conf\ext\jsmanager\ext_emconf.php Line: 45 
Line:                    '_md5_values_when_last_written' => 
'a:14:{s:12:"ext_icon.gif";s:4:"6365";s:17:"ext_localconf.php";s:4:"0b82";s:14:"ext_tables.php";s:4:"e870";s:26:"tx_jsmanager_Exception.php";s:4:"df67";s:25:"tx_jsmanager_Executor.php";s:4:"00b4";s:24:"tx_jsmanager_Manager.php";s:4:"cea7";s:33:"tx_jsmanager_ManagerInterface.php";s:4:"e04d";s:15:"doc/example.txt";s:4:"eb6b";s:22:"example/xyz/config.txt";s:4:"319b";s:26:"example/xyz/ext_emconf.php";s:4:"b6cf";s:24:"example/xyz/ext_icon.gif";s:4:"eeae";s:29:"example/xyz/ext_localconf.php";s:4:"b6a9";s:22:"example/xyz/tx_xyz.php";s:4:"9009";s:16:"static/setup.txt";s:4:"a694";}',
File: c:\service\EH\typo3conf\ext\jsmanager\tx_jsmanager_Manager.php 
Line: 75 Line:                          * @param 
      tx_jsmanager_ManagerInterface                   $object
File: c:\service\EH\typo3conf\ext\jsmanager\tx_jsmanager_Manager.php 
Line: 78 Line:                         public static function 
register(tx_jsmanager_ManagerInterface $object) {
File: c:\service\EH\typo3conf\ext\jsmanager\tx_jsmanager_Manager.php 
Line: 94 Line:                         } // public static function 
register(tx_jsmanager_ManagerInterface $object)
File: c:\service\EH\typo3conf\ext\jsmanager\tx_jsmanager_Manager.php 
Line: 129 Line:                       * @return 
     tx_jsmanager_ManagerInterface|tx_jsmanager_Exception
File: 
c:\service\EH\typo3conf\ext\jsmanager\tx_jsmanager_ManagerInterface.php 
Line: 37 Line:  * @version          SVN: $Id: 
tx_jsmanager_ManagerInterface.php 7932 2008-01-17 07:45:34Z derjoerg $
File: 
c:\service\EH\typo3conf\ext\jsmanager\tx_jsmanager_ManagerInterface.php 
Line: 39 Line: interface tx_jsmanager_ManagerInterface {
File: 
c:\service\EH\typo3conf\ext\jsmanager\tx_jsmanager_ManagerInterface.php 
Line: 71 Line: } // interface tx_jsmanager_ManagerInterface

Does this give any clue to any one on this list?

I think it is Jquery that is causing the problem, but I am not sure.

Kind regards
Jeppe Donslund

Den 26-10-2010 11:57, Steffen Gebert skrev:
>> Where in the jQuery extension should I include jsmanager?
> Before you need it ;)
>
>> 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
> Try include_once()
>
> Kind regards
> Steffen
>



More information about the TYPO3-english mailing list