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)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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)
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.