[imp] Fwd: Re: help with dimp?

spacegoose@gmail.com spacegoose at gmail.com
Tue Jan 31 11:43:09 PST 2006


tried uncommenting the

ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR .
ini_get('include_path'));

in core.php, but still received errors on attempted generation of
horde config...

Warning: main(Horde/DOM.php) [function.main]: failed to open stream:
No such file or directory in /usr/local/php5/lib/php/Horde/Config.php
on line 3

Fatal error: main() [function.require]: Failed opening required
'Horde/DOM.php'
(include_path='/usr/local/apache2/htdocs/horde/lib:.:/usr/local/php5/lib/php')
in /usr/local/php5/lib/php/Horde/Config.php on line 3

next i added complete path to DOM.php for include_once at  top of
/usr/local/php5/lib/php/Horde/Config.php

e.g.

//require_once 'Horde/DOM.php';
require_once '/usr/local/apache2/htdocs/horde/framework/DOM.php';

and now am able to see the config tabs... hopefully i am on the right track...


More information about the imp mailing list