[dev] Re: [cvs] commit: horde/lib Horde.php

Michael M Slusarz slusarz at bigworm.colorado.edu
Mon Jun 16 12:01:20 PDT 2003


Quoting Chuck Hagenbuch <chuck at horde.org>:

| Quoting Michael M Slusarz <slusarz at bigworm.colorado.edu>:
|
| > This addition completely fixed the problem - without it, I receive an
| > error message that has something to do with 'output can't be started
| after
| > a URL-Rewrite' or something like that.  I can give exact messages later
| (I
| > see this error when accessing the login page from something like
| > www.example.com/hore/imp/)
|
| Okay.. the problem is that for those of us without whatever that is, it
| causes "cannot delete buffer - no buffer to delete" errors on every page
| load.

BTW - this is the error message I was receiving:
Warning: ob_start(): output handler 'ob_gzhandler' cannot be used after
'URL-Rewriter' in /httpd/htsdocs/horde/lib/Horde.php on line 1131

Whatever the 'URL-Rewriter' output handler is, it is somehow being set (on
my system) before we get to this code.  Output of ob_get_status() is:
Array (
  [level] => 1
  [type] => 0
  [status] => 0
  [name] => URL-Rewriter
  [del] => 1
)

weird.

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder


More information about the dev mailing list