HOR-627 TimerEvent> Fatal Error al ejecutar el timerEventCron.php
This commit is contained in:
@@ -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, 'ProcessMaker');
|
||||||
$classLoader->add(PATH_TRUNK . 'workflow' . PATH_SEP . 'engine' . PATH_SEP . 'src' . PATH_SEP);
|
$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
|
//Load classes
|
||||||
|
G::LoadThirdParty('propel', 'Propel');
|
||||||
G::LoadClass('system');
|
G::LoadClass('system');
|
||||||
|
G::LoadClass('tasks');
|
||||||
|
|
||||||
$arraySystemConfiguration = System::getSystemConfiguration();
|
$arraySystemConfiguration = System::getSystemConfiguration();
|
||||||
|
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ try {
|
|||||||
//Load classes
|
//Load classes
|
||||||
G::LoadThirdParty('pear/json', 'class.json');
|
G::LoadThirdParty('pear/json', 'class.json');
|
||||||
G::LoadThirdParty('smarty/libs', 'Smarty.class');
|
G::LoadThirdParty('smarty/libs', 'Smarty.class');
|
||||||
|
G::LoadThirdParty('propel', 'Propel');
|
||||||
G::LoadSystem('error');
|
G::LoadSystem('error');
|
||||||
G::LoadSystem('dbconnection');
|
G::LoadSystem('dbconnection');
|
||||||
G::LoadSystem('dbsession');
|
G::LoadSystem('dbsession');
|
||||||
@@ -86,6 +87,7 @@ try {
|
|||||||
G::LoadSystem('pagedTable');
|
G::LoadSystem('pagedTable');
|
||||||
G::LoadSystem('httpProxyController');
|
G::LoadSystem('httpProxyController');
|
||||||
G::LoadClass('system');
|
G::LoadClass('system');
|
||||||
|
G::LoadClass('tasks');
|
||||||
|
|
||||||
require_once('propel/Propel.php');
|
require_once('propel/Propel.php');
|
||||||
require_once('creole/Creole.php');
|
require_once('creole/Creole.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user