View Issue Details

IDProjectCategoryView StatusLast Update
0000063mantisbtbugtrackerpublic2000-12-26 17:42
Reporterprescience Assigned Toprescience  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Summary0000063: errors when deleting bug
Description

The package will show errors about something on line 48 or core_API.php after clicking on delete bug.

TagsNo tags attached.

Activities

prescience

prescience

2000-12-26 15:14

reporter   ~0000101

The solution is to add this line



<? db_connect( $g_hostname, $g_db_username, $g_db_password, $g_database_name ); ?>



after the <? login_cookie_check() ?> line.



I'll try to get a quick fix out soon. I was removing unnecesary code and apparently got too eager and didn't test every single thing. Yuck.

prescience

prescience

2000-12-26 15:28

reporter   ~0000102

Same error occurs when trying to delete a user from the manage section.



Same fix but for file manage_user_delete_page.php3

prescience

prescience

2000-12-26 17:42

reporter   ~0000109

Fixed in 0.13.1 or just manualy add the two lines.