View Single Post
Blaizzen's Avatar
Posts: 397 | Thanked: 802 times | Joined on Jan 2010 @ Sydney
#48
Originally Posted by jhb View Post
UPDATE
the problem seems to come from line 14632 of the index.html in the html.zip at http://talk.maemo.org/attachment.php...2&d=1292328434

Code:
14630 createIconFromUrl: function (aUrl, aCallback) {
14631   var plugin = this._getPlugin();
14632   plugin.createIconFromUrl(aUrl, aCallback)
14633 },
if called manually in firebug:

Code:
>>> aUrl
"pfw/images/icons/maneuver.png"
>>> plugin.createIconFromUrl(aUrl, aCallback)
"request blocked: requested file is outside the requesting page folder"
/UPDATE

Cheers, and a happy new year!

Joerg
Did you allow firefox to run scripts on your computer (or however that prompt is phrased). When I run the file it asks to have access, denying it might cause the error.