I have the same probelm with 1.0.1, whenever I add a project in bugtracker I get 27 of that project and there doesn't seem to be a way to get rid of them except in the database, one at a time. Anyone else have this problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a diferent problem. I think it's a ewby issue, but I can't seem to overcome it. I installed the version 1.0.1 and after I logged in for the first time, and clicked "Administration tools" I got an empty page (IE 6) with no errors. Does any one have an idea?
10x
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Folks,
i just installed the 1.0.1 on my Windows server
and first it seams to run great.
I tried to add the first project and a strange error
happend.
The Project.php didnt stop loading until i get
an "the document contains no data" (Firefox)
oder 404 Page not Found error (IE).
When i logged in the next time i saw that there where
27 Copies of the Project created.
Anyhow the creating progress repeats endless
until the Apache stops the progress cause of no
result.
Any Ideas ?
dit :
the next strange thing is , that it adds always
27 copies of a projekt.
i tried to add a new one now i have 27 of the first
and 27 of the second ...
i can add users and groups flawless , just the add project methods dosent seam to work properly.
I have the same probelm with 1.0.1, whenever I add a project in bugtracker I get 27 of that project and there doesn't seem to be a way to get rid of them except in the database, one at a time. Anyone else have this problem?
Bugfix by sdud01 in BT Forum
//---------------------CHANGE--------------------
//$typeOP is set above depending of the project ID
//new project --> 'create'
//existing project --> 'update'
if ($typeOP == 'update')
{
list_projects();
return;
}
else
{
show_project($projectid);
return;
}
//-------------END CHANGE---------
instead of :
//------------ORIGINAL--------------
header("Location: $me?op=edit&id=$projectid");
S
I have a diferent problem. I think it's a ewby issue, but I can't seem to overcome it. I installed the version 1.0.1 and after I logged in for the first time, and clicked "Administration tools" I got an empty page (IE 6) with no errors. Does any one have an idea?
10x
Yes, I have the same problem except after 27 dupes are created, it causes IIS to crash with a stack overflow.