Anthony Chavez <[EMAIL PROTECTED]> writes: > Anthony Chavez <[EMAIL PROTECTED]> writes: > >> httpd: PHP Warning: Cannot modify header information - headers already sent >> in Unknown on line 0 >> >> This is repeatedly logged, even with output_buffering = on in php.ini, >> but doesn't tell me much. What could be causing this?
This message is still being logged, even after completely starting over. I see it with 0.9.16.010 HEAD as well as with HEAD. > I'm currently in the process of configuring my machine to serve both > PHP5 and PHP4 from 2 separate httpd processes (quite a task in and of > itself). I'm hoping that moving phpgw to PHP4 will correct this > problem. I have now got phpgw 0.9.16 running on httpd+mod_php4 which is being proxied through httpd+mod_php5+mod_proxy. >> The other issue is in regard to the addressbook module. After adding >> a contact into the addressbook, loading the module in a browser takes >> at least a full minute to load in the user's browser. >> >> My hypothesis here is that for some reason the database session is >> hanging (due to bad SQL or something similar) until it hits some >> timeout, where it is forced to respond. Nothing shows up in the logs, >> but a sockstat(1) shows that the connection does persist until >> approximately the time that the page finally displays. This issue goes away after installing phpgw on PHP4. > P.S.: HEAD would not permit me to login. I'm writing this off as an > issue with PHP5, and will try again later. This same problem persisted with HEAD on mod_php4. First off, I'm seeing "Your session could not be verified" on the login page. While not exactly the same issue, I tried the recipe prescribed here, which did nothing to fix the problem. https://savannah.gnu.org/support/?printer=1&func=detailitem&item_id=103315 Below is what what was logged. Note that the fourth message caused me to disable open_basedir in PHP. -- Anthony Chavez http://anthonychavez.org/ mailto:[EMAIL PROTECTED] jabber:[EMAIL PROTECTED] Aug 13 01:22:05 apache-php4 httpd: PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0 Aug 13 01:22:12 apache-php4 httpd: PHP Warning: session_register(): Cannot send session cache limiter - headers already sent in /usr/local/www/phpgroupware/phpgwapi/inc/class.sessions_php4.inc.php on line 176 Aug 13 01:22:13 apache-php4 httpd: PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0 Aug 13 01:26:53 apache-php4 httpd: PHP Warning: ftok(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/usr/local/www/phpgroupware:/home/phpgroupware:/tmp) in /usr/local/www/phpgroupware/phpgwapi/inc/class.shm.inc.php on line 252 Aug 13 01:30:11 apache-php4 MARK: PHP error_reporting = E_ALL. Aug 13 01:30:43 apache-php4 httpd: PHP Notice: Undefined index: sessionid in /usr/local/www/phpgroupware/index.php on line 22 Aug 13 01:31:45 apache-php4 httpd: PHP Notice: Undefined index: sessionid in /usr/local/www/phpgroupware/index.php on line 22 Aug 13 01:33:09 apache-php4 httpd: PHP Notice: Undefined index: sessionid in /usr/local/www/phpgroupware/index.php on line 22 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Only variables should be assigned by reference in /usr/local/www/phpgroupware/setup/config.php on line 39 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Undefined index: newsettings in /usr/local/www/phpgroupware/setup/config.php on line 120 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Uninitialized string offset: 0 in /usr/local/www/phpgroupware/setup/config.php on line 187 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Undefined index: newsettings in /usr/local/www/phpgroupware/setup/config.php on line 199 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Undefined index: error in /usr/local/www/phpgroupware/setup/config.php on line 209 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Only variables should be assigned by reference in /usr/local/www/phpgroupware/setup/config.php on line 251 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Undefined property: hooks in /usr/local/www/phpgroupware/phpgwapi/inc/class.setup.inc.php on line 599 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Undefined index: setup in /usr/local/www/phpgroupware/phpgwapi/inc/class.hooks.inc.php on line 124 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Undefined index: user in /usr/local/www/phpgroupware/phpgwapi/inc/class.hooks.inc.php on line 134 Aug 13 01:33:51 apache-php4 httpd: PHP Notice: Undefined variable: out in /usr/local/www/phpgroupware/setup/inc/hook_config.inc.php on line 147 Aug 13 01:34:02 apache-php4 httpd: PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0 Aug 13 01:34:02 apache-php4 httpd: PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0 Aug 13 01:34:30 apache-php4 httpd: PHP Notice: Undefined index: sessionid in /usr/local/www/phpgroupware/index.php on line 22 Aug 13 01:39:04 apache-php4 MARK: DELETE phpgw_config WHERE config_name='sessions_checkip'; Aug 13 01:39:25 apache-php4 httpd: PHP Notice: Use of undefined constant PHPGW_PHPSESSID - assumed 'PHPGW_PHPSESSID' in /usr/local/www/phpgroupware/phpgwapi/inc/class.sessions.inc.php on line 1187 Aug 13 01:41:30 apache-php4 httpd: PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0 Aug 13 01:41:30 apache-php4 httpd: PHP Warning: Cannot modify header information - headers already sent in Unknown on line 0 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Only variables should be assigned by reference in /usr/local/www/phpgroupware/setup/config.php on line 39 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Undefined index: newsettings in /usr/local/www/phpgroupware/setup/config.php on line 120 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Uninitialized string offset: 0 in /usr/local/www/phpgroupware/setup/config.php on line 187 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Undefined index: newsettings in /usr/local/www/phpgroupware/setup/config.php on line 199 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Undefined index: error in /usr/local/www/phpgroupware/setup/config.php on line 209 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Only variables should be assigned by reference in /usr/local/www/phpgroupware/setup/config.php on line 251 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Undefined property: hooks in /usr/local/www/phpgroupware/phpgwapi/inc/class.setup.inc.php on line 599 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Undefined index: setup in /usr/local/www/phpgroupware/phpgwapi/inc/class.hooks.inc.php on line 124 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Undefined index: user in /usr/local/www/phpgroupware/phpgwapi/inc/class.hooks.inc.php on line 134 Aug 13 01:41:34 apache-php4 httpd: PHP Notice: Undefined variable: out in /usr/local/www/phpgroupware/setup/inc/hook_config.inc.php on line 147 Aug 13 01:41:52 apache-php4 httpd: PHP Notice: Only variables should be assigned by reference in /usr/local/www/phpgroupware/setup/config.php on line 39 Aug 13 01:41:52 apache-php4 httpd: PHP Notice: Undefined variable: ConfigDomain in /usr/local/www/phpgroupware/setup/ldap.php on line 47 Aug 13 01:41:52 apache-php4 httpd: PHP Notice: Undefined index: error in /usr/local/www/phpgroupware/setup/ldap.php on line 49 Aug 13 01:42:00 apache-php4 httpd: PHP Notice: Undefined index: sessionid in /usr/local/www/phpgroupware/index.php on line 22 Aug 13 01:42:00 apache-php4 httpd: PHP Notice: Use of undefined constant PHPGW_PHPSESSID - assumed 'PHPGW_PHPSESSID' in /usr/local/www/phpgroupware/phpgwapi/inc/class.sessions.inc.php on line 1187
pgpyHFghOdANI.pgp
Description: PGP signature
_______________________________________________ Phpgroupware-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/phpgroupware-users
