Closed (fixed)
Project:
UC Payflow Pro
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2009 at 20:09 UTC
Updated:
14 Aug 2009 at 20:20 UTC
The old D5 version uses an init hook and some code that doesn't work via a symlink to load in the include files.
First step: remove the special code and replace with require_once (there are only 4).
Eventually: Move the code around so it can by dynamically loaded, or at least the admin code.
Comments
Comment #1
kwinters commentedPart 1 is done. Going to leave Part 2 for D7 most likely.
Marking Fixed, since the actual broken part of this is now fixed (rest is just cleanup task).