[imp] 2.2.6 setup
Brett Boren
baboren@csc.tntech.edu
Wed, 10 Oct 2001 19:05:10 -0500
M Z Rahman wrote:
>Hmmm, your test.php3 looks fine. Try loading other pages in horde/ directory
>manually and watch if it gives any errors or not. There might be a problem in
>your phplib path mentioning. Just a hunch.
>
>Zia
>
>Quoting Brett Boren <baboren@csc.tntech.edu>:
>
>>M Z Rahman wrote:
>>
>>>Hmmm, it seems like your phplib path is not being registered at all. I
>>>
>>visited
>>
>>>your site.
>>>
>>>I have IMP 2.2.6 running perfectly in two of my 5 IMP boxes. The entries I
>>>
>>used
>>
>>>in my httpd.conf for the phplib I am including them below. May be, that will
>>>
>>>give you some clue in finding the right solution of you problem.
>>>
>>>------httpd.conf entry for phplib starts here--------
>>><Directory /htdocsdir/horde>
>>> Options Indexes FollowSymLinks
>>> AllowOverride None
>>> order allow,deny
>>> allow from all
>>> <IfModule mod_php3.c>
>>> php3_include_path '/htdocsdir/horde/phplib:.'
>>> php3_auto_prepend_file /htdocsdir/horde/phplib/prepend.php3
>>> php3_magic_quotes_gpc Off
>>> php3_track_vars On
>>> </IfModule>
>>> <IfModule mod_php4.c>
>>> php_value include_path '/htdocsdir/horde/phplib:.'
>>> php_value auto_prepend_file /htdocsdir/horde/phplib/prepend.php3
>>> php_flag magic_quotes_gpc Off
>>> php_flag track_vars On
>>> </IfModule>
>>></Directory>
>>>-----------httpd.conf entry ends here----------
>>>
>>>Regards,
>>>
>>>Zia
>>>
>>>Quoting Brett Boren <baboren@csc.tntech.edu>:
>>>
>>>>I've been struggling trying to get the 2.2.6 rpm running for the past
>>>>two weeks to no avail. I'm getting the page_open not found error, though
>>>>I know that phplib is installed and in the path statement. The horde
>>>>page comes up, the imp login page comes up, but when mailbox.php3 goes
>>>>to opening up the mailbox page, it just returns that error. Does anyone
>>>>know anything that might help me?
>>>>
>>>>BTW: the site is www.csc.tntech.edu/html/horde
>>>>
>>>>Brett
>>>>
>>>>
>>>>--
>>>>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
>>>>
>>>
>>>
>>>
>>Please check out the test.php3 page on my server and see if anything
>>looks out of place. I've followed all the steps but this is still not
>>working.
>>
>>http://www.csc.tntech.edu/html/horde/test.php3
>>
>>Again, this was installed via RPM.
>>
>>Brett
>>
>>
>>
>>--
>>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
>>
>
>
>
>
ok, figured out that alst problem. Had to do with symlinks and an
improper setup (basicaly, we don't use an html directory like apache
defaults to, so I just created a symlink for the directory, but the
apache config entry still pointed to the real path while the
defaults.php3 pointed to the symlink path) Now I've got more miserable
problems. After I log in as my user account I get this above the message
listings:
Warning: 1 is not a valid PostgreSQL link resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 52
Warning: 1 is not a valid PostgreSQL link resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 55
Warning: 1 is not a valid PostgreSQL link resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 67
Warning: Cannot add header information - headers already sent by (output
started at /usr/WWW/horde-phplib/db_pgsql.inc:52) in
/usr/WWW/html/horde/lib/horde.lib on line 526
Warning: Cannot add header information - headers already sent by (output
started at /usr/WWW/horde-phplib/db_pgsql.inc:52) in
/usr/WWW/html/horde/imp/templates/doctype.inc on line 8
Warning: 1 is not a valid PostgreSQL link resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 52
Warning: 1 is not a valid PostgreSQL link resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 55
Warning: Supplied argument is not a valid PostgreSQL result resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 122
Warning: 1 is not a valid PostgreSQL link resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 52
Warning: 1 is not a valid PostgreSQL link resource in
/usr/WWW/horde-phplib/db_pgsql.inc on line 55
When I click on anything after this it automatically logs me out.
Brett