ProfessionalWiki / Network

MediaWiki extension for adding interactive network visualizations to your wiki pages
https://professional.wiki/en/news/mediawiki-page-network
Other
26 stars 9 forks source link

Blank after it hits limit #63

Open Rollkragen1 opened 2 years ago

Rollkragen1 commented 2 years ago

When the network reaches a set size, mediawiki will just display a blank space. For me it hits the barrier aorund 7/8 pages with around 10 connections per page. Any paramaters to play with?

krabina commented 2 years ago

I can confirm this. It should at least display some kind of message.

Rollkragen1 commented 1 year ago

Any idea what could be the limiting factor and any ideas to work around a blank space?

squirrelslair commented 1 year ago

Mine is blank as well. An error/msg of some sort would be great. No idea if this is for the same "hits limit" reason. I get the following in the browser console: Uncaught (in promise) TypeError: page.displayTitle is undefined jQuery 8 fire https:///index.php?title=Special:Network line 10 > injectedScript:119 js https:///index.php?title=Special:Network line 10 > injectedScript:7 jQuery 12 runScript https:///load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector:11 execute https:///load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector:13 doPropagation https:///load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector:6 setAndPropagate https:///load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector:7 implement https:///load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector:18

jQuery
JeroenDeDauw commented 1 year ago

@squirrelslair you are running into https://github.com/ProfessionalWiki/Network/issues/58. Which is a really serious bug that almost makes this extension unusable.

squirrelslair commented 1 year ago

Thanks for the explanation. I have turned to extension:Flex Diagrams instead for now.