dokuwiki-template-bootstrap3 icon indicating copy to clipboard operation
dokuwiki-template-bootstrap3 copied to clipboard

Uncaught ReferenceError: JSINFO for js.php on Firefox/Chrome when I'm logged

Open mrtpcet opened this issue 2 years ago • 4 comments

Description

My wiki's JS is broken since few days with Firefox. But it works with Chrome.

This is the Firefox console's message :

Uncaught ReferenceError: JSINFO is not defined
    currentIDHighlight https://wiki.pcet.link/lib/exe/js.php?t=bootstrap3&tseed=ae8cd13592969e8775b42be3bcc81386:1
    init https://wiki.pcet.link/lib/exe/js.php?t=bootstrap3&tseed=ae8cd13592969e8775b42be3bcc81386:1

Versions

  • [Bootstrap3 Template] 2021-03-11
  • [DokuWiki] Release 2020-07-29 "Hogfather"
  • [PHP] php7.3
  • [Browser] Firefox 90.0.2 and Brave V1.27.109

screenshots

Firefox Chrome

mrtpcet avatar Aug 03 '21 06:08 mrtpcet

Hi, seems a problem with Dokuwiki defer_js option (https://www.dokuwiki.org/config:defer_js). You can disable this option ?

Joseph

giterlizzi avatar Aug 03 '21 08:08 giterlizzi

Hello, I disable this option and I clean the cache of my browser and Dokuwiki then :

  • It works when I'm disconnected
  • It doesn't works when I'm logged EVEN on Brave (Same error message in the console)

Active plugins : ACL Manager Advanced DokuWiki LDAP Auth Plugin Plain Auth Plugin BatchEdit Plugin Bootstrap Wrapper Plugin Cache and Revision Eraser Color Syntax Plugin description plugin Emoji Substitution Explain Plugin GOTO Icons Plugin include plugin Linksuggest Plugin Dokuwiki Log Stats plugin Mobile Tables Move plugin Pagelist Plugin RefNotes Plugin Revert Manager rss safefnrecode plugin Search Form Plugin Semantic Plugin DokuWiki statdisplay plugin

Disabled plugins : Captcha plugin Chanfges Plugin DataTables Plugin Publish Plugin simplenavi plugin

mrtpcet avatar Aug 03 '21 11:08 mrtpcet

Any idea ?

mrtpcet avatar Aug 12 '21 07:08 mrtpcet

I try to deactivate all my plugins except Bootstrap Wrapper Plugin and Icons Plugin : problem is still here only when i'm logged

mrtpcet avatar Aug 12 '21 23:08 mrtpcet