HOR-627 TimerEvent> Fatal Error al ejecutar el timerEventCron.php

This commit is contained in:
Ronald Q
2016-03-31 18:14:01 -04:00
parent bf3d561996
commit 42fbec2481
2 changed files with 5 additions and 0 deletions

View File

@@ -71,8 +71,11 @@ try {
$classLoader->add(PATH_TRUNK . 'workflow' . PATH_SEP . 'engine' . PATH_SEP . 'src' . PATH_SEP, 'ProcessMaker');
$classLoader->add(PATH_TRUNK . 'workflow' . PATH_SEP . 'engine' . PATH_SEP . 'src' . PATH_SEP);
$classLoader->addModelClassPath(PATH_TRUNK . 'workflow' . PATH_SEP . 'engine' . PATH_SEP . 'classes' . PATH_SEP . 'model' . PATH_SEP);
//Load classes
G::LoadThirdParty('propel', 'Propel');
G::LoadClass('system');
G::LoadClass('tasks');
$arraySystemConfiguration = System::getSystemConfiguration();