Re: [TYPO3-english] Scheduler Task Name not display

2012-03-29 Thread Piseth Sok
On 03/29/2012 04:08 PM, Philipp Gampe wrote: Hi Piseth, Piseth Sok wrote: any idea? Did you implement all required methods? Best regards Yes, now I found the solution. Do you mind sharing the solution? Best regards Hi Philipp, I register scheduler in ext_localconf.php with class name

Re: [TYPO3-english] Scheduler Task Name not display

2012-03-29 Thread Philipp Gampe
Hi Piseth, Piseth Sok wrote: >>> any idea? >> >> Did you implement all required methods? >> >> Best regards > Yes, now I found the solution. Do you mind sharing the solution? Best regards -- Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln – linkvalidator

Re: [TYPO3-english] Scheduler Task Name not display

2012-03-28 Thread Piseth Sok
On 03/28/2012 08:53 PM, Philipp Gampe wrote: Hi Piseth Sok, Piseth Sok wrote: Hi everyone, I have added scheduler task after save, task name not display. $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'] ['tx_product_task'] = array ( 'extension'=> $_EXTKEY, 'title'

Re: [TYPO3-english] Scheduler Task Name not display

2012-03-28 Thread Piseth Sok
On 03/28/2012 05:07 PM, Georg Ringer wrote: Hi, class' name is not tx_product_task but maybe Tx_Product_Task? Georg Great now it works. Thanks, Piseth ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailma

Re: [TYPO3-english] Scheduler Task Name not display

2012-03-28 Thread Philipp Gampe
Hi Piseth Sok, Piseth Sok wrote: > Hi everyone, > > I have added scheduler task after save, task name not display. > > $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks'] ['tx_product_task'] > = array ( > 'extension'=> $_EXTKEY, > 'title'=> 'scheduler setup frame

Re: [TYPO3-english] Scheduler Task Name not display

2012-03-28 Thread Georg Ringer
Hi, class' name is not tx_product_task but maybe Tx_Product_Task? Georg ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Scheduler Task Name not display

2012-03-28 Thread Piseth Sok
Hi everyone, I have added scheduler task after save, task name not display. $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_product_task'] = array ( 'extension'=> $_EXTKEY, 'title'=> 'scheduler setup framework', 'description'