Ovo će web mjesto raditi na ograničen način, dok obavljamo održavanje stranice. Ako neki članak ne riješi tvoj problem i ako želiš postaviti pitanje, naša zajednica za podršku spremna je pomoći na Twitteru @FirefoxSupport i na Redditu /r/firefox.

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

I am getting an error "Permission denied to access property '$j' " (firebug) for a customize search on a gaming website

  • 3 odgovora
  • 9 ima ovaj problem
  • 2 prikaza
  • Posljednji odgovor od Skibo12

more options

A gaming wikidot site i help with has a customized search on this page http://www.thetelonproject.com/search-the-site. It works in IE and other browsers I have, and other FF users dont have a issue, its just mine it seems.

The line that firebug references is this

>>> parent.parent.$j('iframe.html-block-iframe[src$="/' + id + '"]').height(height + 'px');<<< error; Permission denied to access property '$j'

I dont know if this blocked from an addon or a java setting, the site admin doesn want to change the page cuz it works in his FF. I can paste more code if needed.

A gaming wikidot site i help with has a customized search on this page http://www.thetelonproject.com/search-the-site. It works in IE and other browsers I have, and other FF users dont have a issue, its just mine it seems. The line that firebug references is this >>> parent.parent.$j('iframe.html-block-iframe[src$="/' + id + '"]').height(height + 'px');<<< error; Permission denied to access property '$j' I dont know if this blocked from an addon or a java setting, the site admin doesn want to change the page cuz it works in his FF. I can paste more code if needed.

Svi odgovori (3)

more options

That is an iframe with a src that links to PayPal (Donate):

  • /nav:side/html/11507054cca0c8ca485ea28049465ac4f038d001-491762192042853969

http://thetelonproject.wdfiles.com/local--html/nav%3Aside/11507054cca0c8ca485ea28049465ac4f038d001-491762192042853969/www.thetelonproject.com/

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
more options

Ok so its comes down to add-on:HTTPS everywhere. Is it getting blocked because its not using HTTPS's in design?

more options

Well HTTPS developers did a patch for this and it still not solved. I started trouble shooting all over again and this time the page doesnt even load in safe mode.

I talked to the Admin that had that page made, its a customized google search for that site. (he refuses to change anything for 1 person) about the Paypal part, it does NOT have anything to do with Paypal.

Here are the errors read in firebug;

Error: Permission denied to access property '$j' https://www.thetelonproject.com/common--javascript/resize-iframe.html?0.5509135695888144 Line 16

Error: Permission denied to access property '$j' https://www.thetelonproject.com/common--javascript/resize-iframe.html?0.09923729243722779 Line 16

Error: Permission denied to access property '$j' https://www.thetelonproject.com/common--javascript/resize-iframe.html?0.6365218933043735 Line 16

Line16 = parent.parent.$j('iframe.html-block-iframe[src$="/' + id + '"]').height(height + 'px');

Izmjenjeno od Skibo12