View Issue Details

IDProjectCategoryView StatusLast Update
0008083mantisbtadministrationpublic2015-05-11 11:17
Reporterrunner80 Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version1.0.7 
Summary0008083: SYSTEM NOTICE when deleting project
Description

I have a problem when deleting a project. If this project has one or more bugs listed and I want to delete this project, I get an System Notice "Undefined offset: 1". Inline messges must be enabled in config_inc.php. I could narrow down the cause of this Message. It is in config_api.php in line 108:

Code:
list( $t_type, $t_raw_value ) = explode( ';', $t_value, 2 );

It seems, that the cache variables exist, but they are all empty. The project is deleted after that, but I get this notice.

Is this a known issue or is there something wrong with my installation (Mantis 1.0.7)?

Stacktrace from system notice:

email_api.php 432 config_get ( 'enable_email_notification' )

email_api.php 608 email_generic ( '9345', 'deleted', 'email_notification_title_for_action_bug_deleted' )

bug_api.php 633 email_bug_deleted ( '9345' )

bug_api.php 694 bug_delete ( '9345' )

project_api.php 248 bug_delete_all ( 170 )

manage_proj_delete.php 24 project_delete ( 170 )

TagsNo tags attached.

Activities

vboctor

vboctor

2007-09-07 06:37

manager   ~0015589

What setting are you using for $g_enable_email_notification in config_inc.php? I am assuming you haven't modified config_defaults_inc.php.

vboctor

vboctor

2007-09-09 20:37

manager   ~0015601

It seems that this is caused by the code that loads the configuration from the database rather than config_inc.php.

runner80

runner80

2007-10-15 07:05

reporter   ~0015872

Sorry for the delayed answer. You're right, email notification is ON and the config_defaults_inc.php wasn't modified.

vboctor

vboctor

2015-04-28 03:19

manager   ~0050657

Please re-open if you are able to reproduce this on latest 1.2.x release.