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". I could narrow the cause of this Message. It is in config_api.php in line 108:
Code: Select all
list( $t_type, $t_raw_value ) = explode( ';', $t_value, 2 );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 )