Author Topic: Admin.CSS points to missing BlubrryIcon.png  (Read 863 times)

Botrax

  • Rookie
  • *
  • Posts: 4
Admin.CSS points to missing BlubrryIcon.png
« on: August 27, 2014, 06:16:08 pm »
the powerpress/admin/admin.css file points to powerpress/images/BlubrryIcon.png, which does not exist.
It exists only as "blubrryIcon.png", WITHOUT capital B.
As Linux web servers are case sensitive for filenames, 404 errors are generated when using the Admin panel for PowerPress

.blubrry-services .blubrry-hosting {
   margin-right: 50px;
   background-image: url('../images/BlubrryIcon.png');
   background-repeat:no-repeat;
   background-position: bottom right;




angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
Re: Admin.CSS points to missing BlubrryIcon.png
« Reply #1 on: August 29, 2014, 02:13:33 pm »
Thanks, I've made the change to the dev version, will be fixed in PowerPress 6.0.