https://bugzilla.wikimedia.org/show_bug.cgi?id=70781

Bryan Davis <bda...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bda...@wikimedia.org

--- Comment #5 from Bryan Davis <bda...@wikimedia.org> ---
(In reply to This, that and the other (TTO) from comment #3)
> Have you tried making sure the server can access the file it is trying to
> download?
> 
> Or are you on HHVM? (see bug 66023)

(In reply to Jon from comment #4)
> I think this might be an issue with vagrant... Baha reported the same issue.

This sounds exactly like bug 66023. HHVM had an issue with XMLReader::open()
and stream wrappers that caused parsing the import XML to fail. This bug has
been fixed upstream and WMF's HHVM builds updated to include the fix. For
MediaWiki-Vagrant users, the following steps should resolve the issue in their
local VM:

  $ cd vagrant
  $ git pull
  $ vagrant provision

The latest hhvm package from WMF's apt repo at the time of this posting is
3.3.0-20140925+wmf2 and it needs configuration changes that were introduced to
mediawiki-vagrant's puppet code in I17173cc461f667e146bf8c8ed2a8bc2b21c6045e

If the dump is sufficiently large there may still be timeout issues associated
with importing it via the web UI. In that case (and actually in all import
cases) I would recommend using the importDump.php maintenance script to load
the dump. MediaWiki-Vagrant even provides a handy command (`vagrant
import-dump`) to make running this particular script from the host computer
easy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to