https://bugzilla.wikimedia.org/show_bug.cgi?id=70959
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED --- Comment #12 from Bryan Davis <[email protected]> --- (In reply to spage from comment #11) > Labs provision is still failing in this script, but now with a different > error, > > Notice: > /Stage[main]/Role::Labs_initial_content/Mediawiki::Import_dump[labs_privacy]/ > Exec[import_dump_labs_privacy]/returns: PHP Warning: > require_once(/srv/vagrant/mediawiki/maintenance/importDump.php): failed to > open stream: Permission denied in /var/www/w/MWScript.php on line 89 > > The file exists but has restricted permissions: > > -rw-rw---- 1 vagrant wikidev 8745 Aug 1 21:43 > /vagrant/mediawiki/maintenance/importDump.php > > , maybe the script is running as user www-data, who can't read that file. > See also bug 71219. Fix for permissions documented in bug 71219 and <https://lists.wikimedia.org/pipermail/labs-l/2014-September/002949.html>: $ sudo chmod -R o+rX /srv/vagrant -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
