matthiku / cSpot

c-SPOT - the church-Services Planning Online Tool
5 stars 4 forks source link

Strange error shown when starting sheetmusic presentation #130

Closed matthiku closed 8 years ago

matthiku commented 8 years ago

The error in the usual popup is: "Error! Item with ID "fonts" was not found! (F:show)"

Steps to reproduce:

  1. From the Plan Overview page, click on "Sheetmusic"
  2. Advance to the first song and the error occurs

Before the first song is shown, you can see in the Dev.Console of the browser, Network tab, a request to the "home" location (https://plan.eec.ie/home) of the page which is, however, cancelled.

Initiator of this request is "https://plan.eec.ie/cspot/items/fonts/fontawesome-webfont.woff?v=4.2.0", and this is what causes the error message!

matthiku commented 8 years ago

Problem was html code error in flashing.blade.php, line 7: <h2><i class="fa fa-spin fa-spinner fa-4"></i> wait ...</h2> The 'wait ...' characters were erroneously within the 'i' tag!