d***@adaptcentre.ie
2018-09-13 11:12:50 UTC
I am finishing up a grueling install on RedHat 7 of Bugzilla 5.0.2.
On the default skin, the css files get ok in the browser, but the images do
not load in the browse.
On Fiddler, I can see a 200 status code on for example two
http://mybox/bugzilla/data/assets/2f5735cf3abd04bddc8e363a8613a9f5.css and
two js files.
There is nothing else after these two gets.
#help { background: url(../../skins/standard/index/help.png)
That file is located in /var/www/html/bugzilla/data/assets
I was thinking of doing a symlink for /var/www/skins, but was wondering if
there's another way to fix this? I came across a link for someone else who
had similar problems, but it was with version 3.
Hello,On the default skin, the css files get ok in the browser, but the images do
not load in the browse.
On Fiddler, I can see a 200 status code on for example two
http://mybox/bugzilla/data/assets/2f5735cf3abd04bddc8e363a8613a9f5.css and
two js files.
There is nothing else after these two gets.
#help { background: url(../../skins/standard/index/help.png)
That file is located in /var/www/html/bugzilla/data/assets
I was thinking of doing a symlink for /var/www/skins, but was wondering if
there's another way to fix this? I came across a link for someone else who
had similar problems, but it was with version 3.
I had the same issue on Oracle Linux.
I have solved by the following command
sudo mv /var/www/html/bugzilla/data/assets/.htaccess /var/www/html/bugzilla/data/assets/ORIG_htaccess
sudo systemctl restart httpd
Now all CSS and JS loads.
Regards,
Darragh