Error with the following message:
Undefined index: log
in /www/html/template/laas-cnrs-2009/support/framework/wdcore/wddebug.php at line 357
Stack trace:
#00 — /template/laas-cnrs-2009/support/protected/modules/seminaires/module.php(224): wd_log(query: <code>\1<..., Array)
#01 — (0): seminaires_WdModule->block_matches()
#02 — /template/laas-cnrs-2009/support/framework/wdcore/wdmodule.php(580): call_user_func_array(Array, Array)
#03 — /2-28374-Seminars.php(61): WdModule->getBlock(matches)
Code sample:
#
# TODO: locate the code that set a string instead of pushing the array
#
if (!is_array($_SESSION[$which]))
{
$_SESSION[$which] = array();
}
$_SESSION[$which][] = $message;
}Exception with the following message:
SQLSTATE[HY000]: OCISessionBegin:: ORA-01017: nom utilisateur/mot de passe non valide ; connexion refusée
(/root/PDO_OCI-1.0/oci_driver.c:514)
in /www/html/template/laas-cnrs-2009/support/framework/wdcore/wdcore.php at line 724
Stack trace:
#00 — /template/laas-cnrs-2009/support/protected/modules/seminaires/module.php(9): WdCore->db(seminaires)
#01 — /template/laas-cnrs-2009/support/protected/modules/seminaires/module.php(226): seminaires_WdModule->model()
#02 — (0): seminaires_WdModule->block_matches()
#03 — /template/laas-cnrs-2009/support/framework/wdcore/wdmodule.php(580): call_user_func_array(Array, Array)
#04 — /2-28374-Seminars.php(61): WdModule->getBlock(matches)
Log:
query: SELECT COUNT(t1.cle) FROM ANNONCES t1 WHERE date_annonce >= ADD_MONTHS(CURRENT_TIMESTAMP, 0)