From: Ken N. <ke...@co...> - 2005-02-27 15:03:26
|
On Sat, 2005-02-26 at 10:21 -0500, Jim Wilson wrote: <snip> > Change > require_once './core/Debug.php'; > to > require_once $hub_dir . '/core/Debug.php'; </snip> The change should actually be: require_once $hub_dir . 'core/Debug.php'; Sans the leading / in front of core. Regards, Ken -- Ken Nordquist "Community Marketing for the Next Generation" Call Us Toll Free: 866-621-4043 http://communitygems.com |