[TYPO3-mvc] [SOLVED] Re: Extbase 1.3.0 and scheduler

roberto blanko robertoblanko at gmail.com
Mon Feb 14 12:10:28 CET 2011


Well, where should I start. I verified my code and it still doesn't work
smoothly. Basically the only thing that works is the execution of the
controller's action. What does not work:

 - Autoloading
 - Access on $this->settings
 - Queries using repositories

The autoloading immediately fails when bootstrap is run. I get the following
error:

Fatal error: Class 'Tx_my_ext_Controller_ExportTaskController' not found in
typo3_src/t3lib/class.t3lib_div.php on line 5277

That's makes me wonder: Why is the class name expected to be
"Tx_my_ext_Controller_ExportTaskController" and not
"Tx_MyExt_Controller_ExportTaskController" like it used to be in the
previous versions of Extbase? So first of all the class name is constructed
correctly.

Lim, since you also seem to use Braulio's code and it works, could you
please post the following snippets:

1. Your scheduler task class containing the bootstrap and all that
2. your typoscript setup configuring the module you're bootstrapping
3. The contents of your ext_tables.php and ext_localconf.php

Probably if I take a look at a complete and working example, I'm able to
identify my problem(s).

Thanks again for your participation in this.


More information about the TYPO3-project-typo3v4mvc mailing list