Menu

projectbench 0.4 web-install problem

Help
2005-01-26
2013-03-22
  • Gary Oberbrunner

    I'm running Apache 2.0, php 4.2.2, projectbench 0.4.  I untarred, set perms etc., then started install.php.  When it got to step 3 I got errors about "can't send headers at line 1556; output already started at line 1043" (I believe that's the actual line number).

    I ended up manually configuring config.php and then it worked.

    -- Gary

     
    • Philip X

      Philip X - 2005-01-26

      you need to have output buffering enabled in your php settings.
      next version will take care of this problem

      thanks!!

       
      • Gary Oberbrunner

        Thank you!

         
    • riscphree

      riscphree - 2005-04-20

      i am also having this issue. but what settings did you modify? and i dont really have control over the server to enable output buffering, i am on a shared hosting plan :(

       
      • Philip X

        Philip X - 2005-04-20

        try adding:
        ob_start();
        as the first line of code in install.php (after the <? line, of course).

        thanks.

         
    • Rayvenhaus

      Rayvenhaus - 2006-07-23

      Had the same problem, that fixed it for me, thanks!!!!!

       

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.