[imp] Strange IMP Errors
Drew J. Como
dcomo@bascom.com
Tue, 2 Apr 2002 14:48:26 -0500
OK. I played a around a little and now I'm down to only
one error when viewing the 'horde' page.
Fatal error: Failed opening required 'PEAR.php'
(include_path='/usr/local/lib') in
/usr/local/apache/htdocs/horde/lib/Registry.php on line 4
My httpd.conf file has this directive for that directory:
<Directory "/usr/local/apache/htdocs/horde">
php_flag magic_quotes_gpc Off
php_value include_path '/usr/local/lib'
</Directory>
As said in a prior post, my 'include path' should be:
php_value include_path '/usr/local/lib:/usr/local/lib/php'
The only problem with that is with the 2 separated by a colon
throws more errors. What syntax is it expecting and what am I missing?
Thanks :-)
============================================
Drew J. Como Phone: 631-434-6600
Systems Administrator Fax: 631-434-7800
dcomo@bascom.com Web: www.bascom.com
Bascom Global Internet Services, Inc.
--------------------------------------------
"When quality is the goal,
winning is guaranteed."
-----Original Message-----
From: Drew J. Como [mailto:dcomo@bascom.com]
Sent: Tuesday, April 02, 2002 2:23 PM
To: imp@lists.horde.org
Subject: RE: [imp] Strange IMP Errors
I just added the lines from below to my httpd.conf file,
and restarted, but the errors are still appearing...
Anyone have any other ideas?
Thanks :-)
============================================
Drew J. Como Phone: 631-434-6600
Systems Administrator Fax: 631-434-7800
dcomo@bascom.com Web: www.bascom.com
Bascom Global Internet Services, Inc.
--------------------------------------------
"When quality is the goal,
winning is guaranteed."
-----Original Message-----
From: Devin Atencio [mailto:dreamboy@aros.net]
Sent: Tuesday, April 02, 2002 12:13 PM
To: Imp@Lists.Horde.Org
Subject: RE: [imp] Strange IMP Errors
I am thinking that you don't have PEAR linked correctly in your
configuration. You need to add something like this to your Apache
Configuration:
<Directory "/home/devin/public_html/utahdjs/horde">
php_flag magic_quotes_gpc Off
php_value include_path '/usr/local/lib:/usr/local/lib/php'
</Directory>
Make sure you change Directory to be your path to your
Horde Directory. :)
-----Original Message-----
From: Drew J. Como [mailto:dcomo@bascom.com]
Sent: Tuesday, April 02, 2002 10:05 AM
To: imp@lists.horde.org
Subject: [imp] Strange IMP Errors
All,
I have just installed the following on my new server:
Apache 1.3.23
php4 4.1.2
imap-2001a
gettext-0.11.1
horde-2.0
imp-3.0
All seem to install and compile just fine. I went to
the Horde test page and everything shows up without issue.
However, when I go to the /imp folder, I get the following:
Warning: Failed opening
'/usr/local/apache/htdocs/horde/imp/lib/../../config/lang.php' for inclusion
(include_path='.:/usr/local/lib/php') in
/usr/local/apache/htdocs/horde/lib/Lang.php on line 68
Warning: Invalid argument supplied for foreach() in
/usr/local/apache/htdocs/horde/lib/Lang.php on line 149
Warning: Invalid argument supplied for foreach() in
/usr/local/apache/htdocs/horde/lib/Lang.php on line 149
Warning: Invalid argument supplied for foreach() in
/usr/local/apache/htdocs/horde/lib/Lang.php on line 149
Warning: Invalid argument supplied for foreach() in
/usr/local/apache/htdocs/horde/lib/Lang.php on line 149
Warning: Invalid argument supplied for foreach() in
/usr/local/apache/htdocs/horde/lib/Lang.php on line 149
Warning: Failed opening
'/usr/local/apache/htdocs/horde/lib/../config/registry.php' for inclusion
(include_path='.:/usr/local/lib/php') in
/usr/local/apache/htdocs/horde/lib/Registry.php on line 95
What is happening (or better, what did I mess up??)
Thanks :-)
============================================
Drew J. Como Phone: 631-434-6600
Systems Administrator Fax: 631-434-7800
dcomo@bascom.com Web: www.bascom.com
Bascom Global Internet Services, Inc.
--------------------------------------------
"When quality is the goal,
winning is guaranteed."
--
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org
--
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org
--
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org