View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002015 | mantisbt | bugtracker | public | 2002-05-22 07:25 | 2003-12-13 05:00 |
| Reporter | brody | Assigned To | aarjona | ||
| Priority | normal | Severity | block | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | NTW12245 | OS | Windows NT 4 | OS Version | 1381 SP 6 |
| Product Version | 0.17.3 | ||||
| Summary | 0002015: startup (display of login screen) give's up with an empty page | ||||
| Description | starting mantisbt0.17.3 show's no login screen. The previous version 0.17.2 didn't show any problem there | ||||
| Steps To Reproduce | change between the two last installation (identical configured) of mantis e.g. 0.17.2 and 0.17.3 | ||||
| Additional Information | Logfile (apache1.3.24) from startup of 0.17.2apache accesslog Logfile (apache1.3.24) from startup of 0.17.3apache accesslog: | ||||
| Tags | No tags attached. | ||||
|
this type of warning is probably due to some HTML content already pushed to the browser and then trying to redirect to another page. you might want to try setting your output_buffering variable to On in php.ini php.ini comment follows: ; Output buffering allows you to send header lines (including cookies) even |
|
|
the output_buffering variable in php.ini (php4.1.2) is set to one, i.e. to 4096 bytes, as stated in the comment. for testing purpose set to 'On', which is interpreted as 1 didn't fix the problem Additionally: |
|
|
my bad did some testing, and the situation is the following: with all warnings and notices set to appear in php.ini I was able to reproduce your problem. a change made in core_API.php is the culprit. the config and constants include()'s and requiere()'s were below some code that made use of some vars and constants. I moved the following lines: require( "constant_inc.php" ); Load file globals # @@@ ugly hack for ugly problem. Find better solution soon
before this line: and that did it. Please confirm if this solves your problem, so I check the change in. |
|
|
Solves the problem. For us mantisbt0.17.3 is up and running now. Many thanks. |
|
|
fixed in CVS |
|