View Issue Details

IDProjectCategoryView StatusLast Update
0011319mantisbtintegrationpublic2010-09-19 03:11
Reporterjjtest Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
PlatformunixOSsolarisOS Version10
Product Version1.1.8 
Summary0011319: upgrade to 1.1.8 causes CLI-run checkin.php to show useless warnings during code checkins
Description

I just upgraded from 1.0.1 to 1.1.8 and now my checkin.php as run from CVS shows this error after each file checkin:

/export/home/cvsroot/testwork/jjtest.txt,v <-- jjtest.txt
new revision: 1.29; previous revision: 1.28

<p style="color:red">SYSTEM WARNING: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent

<p style="color:red">SYSTEM WARNING: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /export/home/mantisbt-1.1.8/core/error_api.php:166)

Steps To Reproduce

run the checkin.php file

Additional Information

the only way around this so far for me has been:

error_reporting(0)... which is not a very good fix.

TagsNo tags attached.

Relationships

related to 0011732 closeddhx Remove built-in source code integration support 

Activities

dhx

dhx

2010-03-31 03:30

reporter   ~0024948

Won't fix as this old source code integration support is being dropped in favour of using a more modern plugin approach with the SourceIntegration plugin.

Refer to 0011732 for more details and feedback.