View Issue Details

IDProjectCategoryView StatusLast Update
0003614mantisbtinstallationpublic2004-07-08 07:30
ReporterRocko Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
OS Version2.4.25 
Product Version0.18.2 
Fixed in Version0.19.0a1 
Summary0003614: SYSTEM WARNING: Missing argument 2 for config_obsolete()
Description

In release 0.18.2 I get this Warning, when checking the installation.
I upgraded from 0.18.0 to 0.18.2.
renamed mantis to mantis-old and then installed 0.18.2 to mantis
Configured the config and thats all.
With 0.18.0 I don`t get this error.
What is that? A bug in 0.18.2?

TagsNo tags attached.

Relationships

duplicate of 0003646 closedvboctor Error in core/obsolete.php 

Activities

jerry

jerry

2004-03-04 16:59

reporter   ~0005171

I have seen this in 0.18.2 and 0.18.1. If you open /core/obsolete.php, the very last line is "config_obsolete( 'show_project_in_title' );". I think the config_obsolete() function requires 2 parameters. Looking at the other calls to config_obsolete() in this file, I changed the erroneous line to "config_obsolete( 'show_project_in_title', '' );" and it seems to be okay now.

Rocko

Rocko

2004-03-04 17:13

reporter   ~0005172

Yes, that solved the Problem.
Thanks.
Maybe it can be fixed in the next release :)

vboctor

vboctor

2004-03-09 16:15

manager   ~0005195

This is a duplicate of 0003646 which is now fixed.