-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken extension (SG/Lingo?) #62
Comments
I am attending to the sandbox wiki and I also fail to get it to work. Not sure why. Apparently it works in some environments but not in all of them. |
you can see a working example here: https://testwiki2.kdz.eu |
MediaWiki | 1.36.1 I probably have a related problem. For items added after the upgrade to MW 1.36, no property is created. And also no tooltip is displayed. For example the items: ENMGV, KJB, LdH, OPV, SPL on https://nl.scoutwiki.org/Afkortingen The last semantic edit is from before the upgrade to MW 1.36, but edits have been made after that time that should also be semantic. Related to #63 ? |
No https://nl.scoutwiki.org/index.php?title=Afkortingen&type=revision&diff=100312&oldid=97458
A likely difference between the two groups is the upgrade to MW 1.36. |
I actually excpect this more to be a SMW issue. As the properties are not set, SG can of course not display anything. |
If you put this on a page, only property "heeft plaats" is set
https://nl.scoutwiki.org/Speciaal:Bekijken/:Test If you put it in one "set" statement no properties are set.
|
This is bad. I added a |
However, the regular property is set after all: https://nl.scoutwiki.org/index.php?title=Eigenschap%3AHeeft+plaats&limit=20&offset=0&filter=puk |
Thanks for your inputs. I guess I'll wait for the official SMW compatibility and report back in a few weeks once it's out. |
Another report of SG not working: https://www.mediawiki.org/wiki/Topic:Wic3dtzv79x894nd |
Do we know what the cause of the problem is here? Are MediaWiki 1.36 and SemanticMediaWiki simply incompatible somewhere? |
SMW is not officially supporting 1.36 yet: https://www.semantic-mediawiki.org/wiki/Help:Compatibility |
change return wfMemcKey(.........); to $cache = self::getCache(); return $cache->makeKey( ......... ); in SemanticGlossary/src/Cache/GlossaryCache.php
Setup and configuration
MediaWiki | 1.36.1
PHP | 7.4.15 (fpm-fcgi)
MySQL | 5.6.50-log
Semantic Glossary | 4.0.0
Semantic MediaWiki | 3.2.3
Lingo | 3.1.1
Issue
Trying desperately to setup SG/Lingo to create a working glossary for my wiki :) I've setup using Composer and the setup seems correct (no crash, no error). I can also confirm SMW is setup correctly.
I've tried to implement my glossary different ways - two found here : https://www.mediawiki.org/wiki/Topic:S6wfmfqxb8clhwag and by recreating the structure found on https://sandbox.semantic-mediawiki.org/wiki/Cat%C3%A9gorie:Semantic_Glossary_example
I had trouble identifying the correct way to achieve a working glossary with SMW and willing to contribute to the wiki pages once I find the right method.
Anyway, no tooltip is displayed. I don't know whether the problem comes from SG or Lingo. Looks like no tooltip is displayed on the sandbox example either.
The text was updated successfully, but these errors were encountered: