Menu

Admin functions unavailalbe & kicked off

Help
2005-09-08
2013-04-16
  • Nobody/Anonymous

    Brand new installation of bug tracker. After logging in as the admin, click on the admin menu, only the project page is visible. Clicking on any other menu will be told " You do not have the permissions required for that function".

    For the user functions, click on any menu item will be automatically logged off.

     
    • Benjamin Curtis

      Benjamin Curtis - 2005-09-08

      You likely are having problems storing sessions.  Make sure whatever path is specified in php.ini as the session storage path  is writable by the web server.

       
    • Nobody/Anonymous

      It should be. The session.save_path in php.ini is writable by apache group. But I can't be too sure as I don't have the access to that directory, no way to check what's created.

       
      • Nobody/Anonymous

        Create your own directory to store sessions in and use either
          session_save_path("/your/path/");
        in config.php or
          php_value session.save_path /your/path/
        in .htaccess. Now you will be able to see what is created.

        You will find a lot of tips from people with similar problems here: http://www.php.net/session

         
    • Nobody/Anonymous

      Thanks! It solved the problem. It turned out that the httpd user on my hosting server is apache, but its group is not apache, thus php has problem with sessions.

       

Log in to post a comment.