From: Elan Ruusamäe Date: March 10 2012 9:44am Subject: Re: Minor Issue : Eventum 2.3.2 RC1: UPGRADE from 2.2: Workflow Backend: List-Archive: http://lists.mysql.com/eventum-devel/858 Message-Id: <4F5B2261.7010507@delfi.ee> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------040305020604020100020607" --------------040305020604020100020607 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 03/05/2012 07:16 AM, Brian LaVallee wrote: > 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" > ); in fact, you can just remove those lines, Eventum core classes are loaded via autoload by eventum updated docs/UPGRADE accordingly http://bazaar.launchpad.net/~eventum-developers/eventum/trunk/revision/4471 -- glen -- glen --------------040305020604020100020607--