SYSTEM NOTICE when deleting project

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
runner80
Posts: 13
Joined: 23 Jan 2007, 10:29
Location: Dortmund, Germany

SYSTEM NOTICE when deleting project

Post by runner80 »

Hi all,

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 );
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 )
There are only 10 types of people in the world: Those who understand binary, and those who don't.
Post Reply