Menu

1.0RC4 admin 'group' error

Help
2004-09-28
2013-04-16
  • Nobody/Anonymous

    When I attempt to use the admin's 'group' function, I get the following error:

    Warning: Failed opening 'error.html' for inclusion (include_path='.:/usr/share/pear') in /var/www/phpBugTracker/templates/default/admin/wrap.html on line 41

    I'm a newbie at this, can anyone help me to resolve this problem?

    Thanks.... Vic Antillon (vantillo@promia.com)

     
    • Greg Rickman

      Greg Rickman - 2004-10-07

      That error is generated because there is no error.html in /templates/default/admin. You can copy the error.html from /templates/default to /templates/default/admin, but this will probably only give you a slightly more helpful message that there is a database problem.

      After I installed 1.0RC4 and upgraded my database some of the sequence tables had bad data in them. Make sure there is only one row in phpbt_auth_group_seq and that the value of the id column in this row is equal to or greater than the maximum group_id in the phpbt_auth_group table.

       

Log in to post a comment.