Extension talk:Collaboration Diagram

About this board

PHP Fatal error: Uncaught Error: Call to undefined function wfMsgForContent()

2
S0ring (talkcontribs)

Does anyone know the cause of this error just after installation (in MW1.31)?


[30-Jan-2020 15:08:44 Europe/Berlin] PHP Fatal error:  Uncaught Error: Call to undefined function wfMsgForContent() in /var/www/html/extensions/CollaborationDiagram/CollaborationDiagram.php:466

Stack trace:

#0 /var/www/html/extensions/CollaborationDiagram/CollaborationDiagram.php(488): showCollaborationDiagramTab(Object(SkinVector), Array)

#1 /var/www/html/includes/Hooks.php(177): showCollaborationDiagramTabInVector(Object(SkinVector), Array)

#2 /var/www/html/includes/Hooks.php(237): Hooks::callHook('SkinTemplateNav...', Array, Array, NULL, 'showCollaborati...')

#3 /var/www/html/includes/skins/SkinTemplate.php(1141): Hooks::runWithoutAbort('SkinTemplateNav...', Array)

#4 /var/www/html/includes/skins/SkinTemplate.php(476): SkinTemplate->buildContentNavigationUrls()

#5 /var/www/html/includes/skins/SkinTemplate.php(249): SkinTemplate->prepareQuickTemplate()

#6 /var/www/html/includes/OutputPage.php(2388): SkinTemplate->outputPage()

#7 /var/www/html/includes/exception/MWExceptionRenderer.php(137): OutputPage->output()

#8 /var/www/html/includes/exception/MWExceptionRen in /var/www/html/extensions/CollaborationDiagram/CollaborationDiagram.php on line 466


Note. Extension:GraphViz and Extension:SocialProfile could be installed without errors.

Uvas magicas (talkcontribs)

it is simply an obsolete variable, it needs to be updated, you can check more details in this topic Topic:Uj8fnyr5utxokkyd

Reply to "PHP Fatal error: Uncaught Error: Call to undefined function wfMsgForContent()"

To my dearest users

1
Kghbln (talkcontribs)

I would love to see all feature requests, bugs and feedback from you.

This post was posted by Kghbln, but signed as Katkov Yury.

Reply to "To my dearest users"

Google Code Shutting Down

1
Ckoerner (talkcontribs)

Hello, As you are likely aware, Google is shutting down their Google Code service in January of 2016. This extension appears to house its code with Google Code and is at risk to creating broken links and confusion of users in the near future.

I’m helping to let folks know about this coming update and provide some helpful links to make this migration easy. I hope you’ll take a moment and migrate your extension to a new hosting solution.

For extensions that have a compatible license, you can request developer access to the MediaWiki source repositories for extensions and get a new repository created for you. Alternatively, you may also export your code to other popular repositories such as Github and Bitbucket. Google has provided tools to help with this migration.

Reply to "Google Code Shutting Down"
Stefahn (talkcontribs)

Hi Yury,

this seems to be a very interesting extension. Would love to use it on my wikis.

Some questions before I try the extension:

  • Is it possible to include the graph within the article itself (not in a new tab)?
  • Can I exclude certain users (like bots for example)?
  • Can I exclude users that did less than 3 edits for example?

Thanks for your efforts!

Katkov Yury (talkcontribs)
  • yes, use the tag <collaborationdia />
  • no, not yet
  • use $wgCollaborationDiagramMinEdit=3;
Reply to "Some questions"
There are no older topics