Closed
Bug 899382
Opened 12 years ago
Closed 12 years ago
Error Creating bugs
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: utiba.ajeet, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.89 Safari/537.1
Steps to reproduce:
1) Installed Fresh Bugzilla 4.4 on Fedora 15, with all the pre-requisites.
2) Everything seems to be working, only Creating New bugs, browings bugs has a problem.
3) Whenever i create or try to browse through the project which i had just created, it throws Internal Server Error
Actual results:
Error in Apache Logs
====================
[Tue Jul 30 02:19:25 2013] [error] Can't locate APR/Error.pm: Permission denied at (eval 324) line 1.\n
[Tue Jul 30 02:19:25 2013] [error] [client 127.0.0.1] client denied by server configuration: /var/www/html/bugzilla/localconfig
[Tue Jul 30 04:17:30 2013] [error] Can't locate APR/Error.pm: Permission denied at (eval 382) line 1.\n
[Tue Jul 30 04:17:51 2013] [error] Can't locate File/Compare.pm: Permission denied at /var/www/html/bugzilla/lib/DateTime/TimeZone/Local/Unix.pm line 85.\n
[Tue Jul 30 04:17:51 2013] [error] [client 150.101.219.80] File does not exist: /var/www/html/favicon.ico
[Tue Jul 30 04:21:57 2013] [error] Can't locate APR/Error.pm: Permission denied at (eval 389) line 1.\n
[Tue Jul 30 04:22:09 2013] [error] Can't locate APR/Error.pm: Permission denied at (eval 395) line 1.\n
[Tue Jul 30 04:26:55 2013] [error] Can't locate File/Compare.pm: Permission denied at /var/www/html/bugzilla/lib/DateTime/TimeZone/Local/Unix.pm line 85.\n
[Tue Jul 30 04:26:55 2013] [error] [client 150.101.219.80] File does not exist: /var/www/html/favicon.ico
=======================================================
I already have both of these modules installed
[root@gizmo ~]# perl -e "use File::Compare"
[root@gizmo ~]# perl -e "use APR::Error"
[root@gizmo ~]#
Expected results:
It should have allowed me to create bugs.
Comment 1•12 years ago
|
||
This looks like a support question to me. Please visit http://www.bugzilla.org/support for help.
Assignee: general → create-and-change
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Component: Bugzilla-General → Creating/Changing Bugs
Resolution: --- → INVALID
| Reporter | ||
Comment 2•12 years ago
|
||
Resolved, I gave the 755 permission to /root/localperl where my active perl is at the moment.
| Reporter | ||
Updated•12 years ago
|
Resolution: INVALID → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•