[TYPO3-dev] Cronjob - No backend user named "_cli_username" was found!

Nick info at evolnick.tmfweb.nl
Wed Sep 17 09:59:04 CEST 2008


Hello Brian

in your ext_localconf.php you must set your cliKey, that's also your 
backend-username

$TYPO3_CONF_VARS['SC_OPTIONS']['GLOBAL']['cliKeys']['your_extension']
= array('EXT:path_to_the/cli_script.php','_CLI_example');

_CLI_example is in this case your backend username


Nick



Brian Bendtsen schreef:
> Hi
> 
> Im trying to set up a cronjob for an extension aux_newsmailer and like 
> with other extensions you need to create a backend user named something 
> like: _cli_username or the script wont run.
> 
> The script Im trying to execute returns this error:
> 
> No backend user named "_cli_<username>" was found! [database: mydatabase]
> 
> But im 100% sure that the backend user exist - could it be some kind of 
> permission issue on the server?
> 
> I have succesfully installed the extension and set up the cronjob with 
> success on another server.
> 
> /Brian




More information about the TYPO3-dev mailing list