Imp header include problems
S. Brett Palik, Jr
spalik@rev.net
Thu, 27 Sep 2001 12:38:35 -0400
---------------------- multipart/alternative attachment
Hi folks,
Here's some background situation:
Linux Distribution: RH 7.1
Kernel Version: 2.4.9 on an i686
Apache: 1.3.19 (stock with rh7.1) DSO is
enabled
PHP 4.0.4pl1-9 (stock with rh7.1)
MySQL: 3.23.36-1 (stock with rh7.1)
/path/to/html/root/webmail is soft-linked to: /path/to/horde
Here's the problem:
loading: http://localhost/webmail/ comes up just fine
loading the test.php3 works fine and i can make database queries to
MySQL
loading http://localhost/webmail/imp/ gives me the errors found at the
bottom of this e'mail
Thinking there were problems with php4.0.4pl1-9, i did the following:
I uninstalled the stock php4.0.4pl1-9 (including the imap, ldap, & mysql
mods) from my 7.1 box. Then I installed the all the necessary php rpms
from the horde.org website (php-4.0.3pl1-1)
shutdown httpd
edited /etc/php.ini to account for auto_prepend and others...
all permissions are set for anyone to read
restart httpd
Same errors occur.
I'm quite confident that all of my config files point to /webmail and
the correct auto_prepend= and phplib is setup fine, but i'm sure there
must be somthing i'm missing. I've even made that change where 'insert
into' should be 'replace into'
Any suggestions?
-B
Warning: Constant no_action already defined in
/usr/local/webmail/horde-1.2.6/imp/lib/imp.lib on line 23
Warning: Constant send_message already defined in
/usr/local/webmail/horde-1.2.6/imp/lib/imp.lib on line 42
Warning: Constant mailto already defined in
/usr/local/webmail/horde-1.2.6/imp/lib/imp.lib on line 52
Warning: Cannot add header information - headers already sent by (output
started at
/usr/local/webmail/horde-1.2.6/imp/lib/imp.lib:23) in
/usr/local/webmail/horde-1.2.6/phplib/session.inc on line 448
Warning: Cannot add header information - headers already sent by (output
started at
/usr/local/webmail/horde-1.2.6/imp/lib/imp.lib:23) in
/usr/local/webmail/horde-1.2.6/phplib/session.inc on line 449
Warning: Cannot add header information - headers already sent by (output
started at
/usr/local/webmail/horde-1.2.6/imp/lib/imp.lib:23) in
/usr/local/webmail/horde-1.2.6/phplib/session.inc on line 450
Warning: Cannot add header information - headers already sent by (output
started at
/usr/local/webmail/horde-1.2.6/imp/lib/imp.lib:23) in
/usr/local/webmail/horde-1.2.6/imp/mailbox.php3 on line 111
--
---------------------- multipart/alternative attachment--