Hi Bryan,
Doing an UPGRADE from 2.2 to 2.3.2. I encountered the following minor
problem.
Had a path issue with the workflow backend that was working fine in 2.2.
Had to add a leading slash in the workflow file to make it load in 2.3.2.
FROM:require_once(APP_INC_PATH."workflow/class.abstract_workflow_backend.php
");
TO:require_once(APP_INC_PATH."/workflow/class.abstract_workflow_backend.php"
);
---
Error:
Warning:
require_once(/var/www/html/eventum/eventum-2.3.2/lib/eventumworkflow/class.a
bstract_workflow_backend.php) [function.require-once
<http://trunk.pbxl.co.jp/function.require-once> ]: failed to open stream: No
such file or directory in
/var/www/html/eventum/eventum-2.3.2/lib/eventum/workflow/class.release.php
on line 30
Fatal error: require_once() [function.require
<http://trunk.pbxl.co.jp/function.require> ]: Failed opening required
'/var/www/html/eventum/eventum-2.3.2/lib/eventumworkflow/class.abstract_work
flow_backend.php'
(include_path='/var/www/html/eventum/eventum-2.3.2/lib/sphinxapi:/var/www/ht
ml/eventum/eventum-2.3.2/lib/pear:/usr/share/Zend/library') in
/var/www/html/eventum/eventum-2.3.2/lib/eventum/workflow/class.release.php
on line 30
Brian LaVallee
Director of Technologies, PBXL
brian.lavallee@stripped
Main: +81 [0]34-550-1600
Cell: +81 [0]80-3507-7914
http://www.pbxl.jp
OS X...because making UNIX friendly was easier than fixing Windows.