e107_admin/cron.php
Variable $cronDefaults
was undeclared, but array fields are being added to it. Open
Open
$cronDefaults['_system'] = array(
- Exclude checks
Call to deprecated function \getperms()
defined at /code/class2.php:1322
Open
Open
if (!getperms('U'))
- Exclude checks
Argument #1 of this call to \str_replace
is typically a literal or constant but isn't, but argument #3 (which is typically a variable) is a literal or constant. The arguments may be in the wrong order. Open
Open
$lastRun = ($mins) ? str_replace($srch,$repl,LAN_CRON_9) : str_replace($srch,$repl,LAN_CRON_10); // FIX: check syntax
- Exclude checks
Argument 2 (value)
is 1
but \e_form::admin_button()
takes string
defined at /code/e107_handlers/form_handler.php:4016
Open
Open
$setpwd_message .= "<br /><br />".$frm->admin_button('generate_pwd', 1, 'delete', LAN_CRON_61 ,array('class'=>'btn btn-sm'));
- Exclude checks
Returning type array{caption:'Help',text:string}
but renderHelp()
is declared to return string
Open
Open
return array('caption'=>LAN_HELP, 'text'=>e107::getParser()->toHTML(LAN_CRON_64, true));
- Exclude checks