Menu

Faild to creat initial Projekt

Help
2005-10-07
2013-04-16
  • Nobody/Anonymous

    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 ?

     
    • Nobody/Anonymous

      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.

       
      • Nobody/Anonymous

        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?

         
    • Nobody/Anonymous

      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

       
    • Nobody/Anonymous

      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

       
    • Nobody/Anonymous

      Yes, I have the same problem except after 27 dupes are created, it causes IIS to crash with a stack overflow.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.