You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//(^q^)2016-02-22 15:40 Deleted. Recording contract is created
// // se crea el registro de contrato
// if (Model\Contract::create($project->id, $errors)) {
// echo ' -> Ok:: se ha creado el registro de contrato';
// } else {
// @mail(\GOTEO_FAIL_MAIL,
// 'Fallo al crear registro de contrato ' . SITE_URL,
// 'Fallo al crear registro de contrato para el proyecto '.$project->name.': ' . implode(',', $errors));
// echo ' -> semi-Ok: se ha actualiuzado el estado del proyecto pero ha fallado al crear el registro de contrato. ERROR: ' . implode(',', $errors);
// }
Because,
Goteo\Model\Call Class not found.
Goteo\Model\Contract Class not found.
Step 2.
I delete block file ( after error).
/logs/cron-execute.block
Hi!
I have a question.
I guess. execute() function of \Goteo\Core\Controller Cron class is very important.
I guess. This is timer of projects.
But, I don't know cron settings. I can not find document.
I want to look sample calls of cron.
For example, how to write a shell file.
:-)
The text was updated successfully, but these errors were encountered: