[TYPO3-english] Run something regullary

Xavier Perseguers typo3 at perseguers.ch
Sat Aug 7 16:46:38 CEST 2010


Hi,

>> I can see only one query marked red in debug log. Here is it:
>>
>> SELECT "uid", "classname", "serialized_executions" FROM
>> "tx_scheduler_task" WHERE "serialized_executions" != ''
>>
>> For me this query works fine in psql tool.
>>
>> In "where" tab I can see the following line with red mark:
>>
>> 06-08-10 16:37 ; typo3/mod.php ; tx_scheduler_task ;
> serialized_executions
>> != ''
> It seems to me that I have found this query in the code: file
> "class.tx_scheduler.php", line 102:
> $res = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
>    'uid, classname, serialized_executions',
>    'tx_scheduler_task',
>    'serialized_executions != \'\''
> );

I cannot reproduce this problem with unit test using DBAL trunk. Could 
you please make sure you have the latest released version of DBAL (by 
having latest stable release of TYPO3 for your branch) and then, if 
problem persists, please let me know which version of DBAL (or TYPO3) 
you have.

Xavier


More information about the TYPO3-english mailing list