This is a Bugzilla question, running on Apache & Fedora 23
Hoping there's a Bugzilla expert out there running on Fedora who can help; I'm new to both Fedora & Mozilla's Bugzilla. Just upgraded Bugzilla to 5.0.2, now getting the following when starting the product: Bugzilla has suffered an internal error. Please save this page and send it to with details of what you were doing at the time this message appeared.
URL: http://localhost/index.cgi
Template->process() failed twice. First error: undef error - write_file './data/assets/bde7a77f2af1a83b7fdd687127b3b33c.css' - sysopen: Permission denied at Bugzilla/Template.pm line 515. Second error: undef error - write_file './data/assets/bde7a77f2af1a83b7fdd687127b3b33c.css' - sysopen: Permission denied at Bugzilla/Template.pm line 515.
Appears to be a permissions issue; just not sure where. Any suggestions?? Thank you!!!
OK-- now it's worse; something I did turned on SELinux auditing, and now the httpd server cannot access ANY bugzilla files! --regardless of how I have permissions set... HELP!! & does anyone have a quick explanation of exactly what SELinux is, & how to configure bugzilla to utilize it?
Try checking what's in that file Bugzilla/Template.pm on line 515 and maybe that points you to the right dirrection. Also, check permissions of the data/assets folder and see what selinux labels it has.