[TYPO3-mvc] Extbase 1.3.0 and scheduler

Braulio J. Solano-Rojas braulio at solsoft.biz
Wed Feb 9 15:05:53 CET 2011


El 07/02/2011 09:37 a.m., roberto blanko escribió:
> Hi Braulio,
>
> I've tried your approach and it seems to work as long as you simply want to
> execute an Extbase Controller Action. However I've discovered two problems
> so far:
>
> 1. Somehow the extbase autoloader does not work. I have to include all
> required classes myself.

It works for me.

> 2. I cannot access $this->settings (TypoScript) within the controller. It's
> just NULL

That to works for me (at least when I run the task manually from 
backend).  Did you copy the settings from your plugin to your module?

  # Module configuration
module.tx_myext {
	settings < plugin.tx_myext.settings
	persistence < plugin.tx_myext.persistence
	view < plugin.tx_myext.view
}

> Both used to work with my "old-fashioned" method.

For me too.  I am still having troubles.

> Do you have the same problems? Did you add a beckend module to
> ext_tables.php or did you just use the code you've posted before?

I don't have the same problems.  The problem I have right now is that 
queries do nothing, even with execute.  However the queries are fine.  I 
can write anything inside a query, I will get no errors and it does not 
get executed at all.  Just used the code I have added before.

> Thanks for your support.

You're welcome.  I am sorry for the delay... I've been busy.

Bests,

B.


More information about the TYPO3-project-typo3v4mvc mailing list