Page MenuHomePhabricator

ores vagrant role broken
Closed, ResolvedPublic

Description

after enabling the role the mediawiki returns:

Class undefined: BetaFeatures

Event Timeline

Hey, You need to enable BetFeatures first, I fix it ASAP

Change 281098 had a related patch set uploaded (by Ladsgroup):
ORES extension need betafeatures extenion

https://gerrit.wikimedia.org/r/281098

In the mean time you can do "enable betafeatures" or wait until this patch gets merged and update your vagrant and then enable it.

Change 281098 merged by jenkins-bot:
ORES extension need betafeatures extenion

https://gerrit.wikimedia.org/r/281098

@OrenBochman the patch that @Ladsgroup made is merged now, so could you take a moment and verify that it fixes the bug? Do something like this:

$ cd ~/vagrant
$ git pull
$ vagrant roles enable ores
$ vagrant provision
# Now check a page on your wiki to ensure that the fatal exception is gone.
Luke081515 renamed this task from ores vagrent role broken to ores vagrant role broken.Apr 2 2016, 1:52 PM