#Bug on Page Special in UcroniasWiki
29 messages · Page 1 of 1 (latest)
@eager wharf ideas?
Any one else have access to server logs? just need to correlate that ID to the error message in the logs Cosmic is in high demand
I can give the error if someone else wants to look as yeah a bit busy.
Oh, WikibaseEdtf issue again
Class 'EDTF\EdtfFactory' not found
from /srv/mediawiki/w/extensions/WikibaseEdtf/src/WikibaseEdtf.php(51)
#0 /srv/mediawiki/w/extensions/WikibaseEdtf/src/HookHandlers.php(29): Wikibase\EDTF\WikibaseEdtf->getFormatter(string, ValueFormatters\FormatterOptions)
#1 [internal function]: Wikibase\EDTF\HookHandlers::Wikibase\EDTF\{closure}(string, ValueFormatters\FormatterOptions)
#2 /srv/mediawiki/w/extensions/Wikibase/lib/includes/Formatters/OutputFormatValueFormatterFactory.php(157): call_user_func(Closure, string, ValueFormatters\FormatterOptions)
#3 /srv/mediawiki/w/extensions/Wikibase/lib/includes/Formatters/OutputFormatValueFormatterFactory.php(137): Wikibase\Lib\Formatters\OutputFormatValueFormatterFactory->buildDefinedFormatters(string, ValueFormatters\FormatterOptions)
#4 /srv/mediawiki/w/extensions/WikibaseQualityConstraints/src/Specials/SpecialConstraintReport.php(140): Wikibase\Lib\Formatters\OutputFormatValueFormatterFactory->getValueFormatter(string, ValueFormatters\FormatterOptions)
#5 /srv/mediawiki/w/extensions/WikibaseQualityConstraints/src/Specials/SpecialConstraintReport.php(106): WikibaseQuality\ConstraintReport\Specials\SpecialConstraintReport->__construct(Wikibase\DataModel\Services\Lookup\ExceptionIgnoringEntityLookup, Wikibase\Repo\Store\TypeDispatchingEntityTitleStoreLookup, Wikibase\Repo\EntityIdLabelFormatterFactory, Wikibase\Repo\EntityIdHtmlLinkFormatterFactory, Wikibase\DataModel\Entity\DispatchingEntityIdParser, Wikibase\Lib\Formatters\OutputFormatValueFormatterFactory, WikibaseQuality\ConstraintReport\ConstraintCheck\DelegatingConstraintChecker, GlobalVarConfig, BufferingStatsdDataFactory)
#6 /srv/mediawiki/w/vendor/wikimedia/object-factory/src/ObjectFactory.php(234): WikibaseQuality\ConstraintReport\Specials\SpecialConstraintReport::factory(GlobalVarConfig, BufferingStatsdDataFactory, Wikibase\Repo\EntityIdHtmlLinkFormatterFactory, Wikibase\DataModel\Entity\DispatchingEntityIdParser, Wikibase\Repo\Store\TypeDispatchingEntityTitleStoreLookup, Wikibase\Lib\Formatters\OutputFormatValueFormatterFactory, Wikibase\DataModel\Services\Lookup\ExceptionIgnoringEntityLookup, WikibaseQuality\ConstraintReport\ConstraintCheck\DelegatingConstraintChecker)
#7 /srv/mediawiki/w/vendor/wikimedia/object-factory/src/ObjectFactory.php(152): Wikimedia\ObjectFactory\ObjectFactory::getObjectFromSpec(array, array)
#8 /srv/mediawiki/w/includes/specialpage/SpecialPageFactory.php(1230): Wikimedia\ObjectFactory\ObjectFactory->createObject(array, array)
#9 /srv/mediawiki/w/includes/specialpage/SpecialPageFactory.php(1265): MediaWiki\SpecialPage\SpecialPageFactory->getPage(string)
#10 /srv/mediawiki/w/includes/specials/SpecialSpecialpages.php(53): MediaWiki\SpecialPage\SpecialPageFactory->getUsablePages(User)
#11 /srv/mediawiki/w/includes/specials/SpecialSpecialpages.php(42): SpecialSpecialpages->getPageGroups()
#12 /srv/mediawiki/w/includes/specialpage/SpecialPage.php(671): SpecialSpecialpages->execute(NULL)
#13 /srv/mediawiki/w/includes/specialpage/SpecialPageFactory.php(1378): SpecialPage->run(NULL)
#14 /srv/mediawiki/w/includes/MediaWiki.php(315): MediaWiki\SpecialPage\SpecialPageFactory->executePath(string, RequestContext)
#15 /srv/mediawiki/w/includes/MediaWiki.php(912): MediaWiki->performRequest()
#16 /srv/mediawiki/w/includes/MediaWiki.php(563): MediaWiki->main()
#17 /srv/mediawiki/w/index.php(53): MediaWiki->run()
#18 /srv/mediawiki/w/index.php(46): wfIndexMain()
#19 {main}
I guess we are missing a composer install or something?
Yeh I would say so, EDTF is in the composer file
Yeh I would say so, EDTF is in the composer file
Guess it needs added to https://github.com/miraheze/puppet/blob/master/modules/mediawiki/manifests/extensionsetup.pp
On it 🙂
Thanks!
PR in
Thanks! Merged!
@serene hinge you can claim and resolve https://phabricator.miraheze.org/T9922 also probably now if you want.
any new error info?
nope
oh the extension does not load composer, it must need to be added to composer.local.json I guess
It does not use composer autoloader...
or load_composer_autoloader in extension.json
is that ... normal? not familar with wiki extensions
It is for this developer... a lot of others had to be declined for similar reasons because composer could not be installed real great...
They maintain some of the most (including the most) advanced MediaWiki extensions though... but I don't like how their composer stuff is done.
In the meantime I have temporarily disabled the wikibaseedtf extension. I still need to resolve this error that appears in Special:ManageWiki/namespaces/0
We've been busy. Will take a look when I have time.