On an arch I could simply run: pacman -S arch-wiki-docs
. But I would like to read the arch wiki docs from my ubuntu laptop. Is there any package that provides that?
Running Ubuntu 19.10 with MediaWiki 1.31.1 installed. I have a wiki that worked well under Ubuntu 19.04 but says MediaWiki 1.31 internal error
Installing some PHP extensions is required. Required components
You are missing a required extension to PHP that MediaWiki requires to run. Please install:
xml (more information)
though xml is loaded for PHP 7.3. But for 7.2 which also is installed xml is not loaded. I guess that MediaWiki uses 7.2. How can I determine the version used? And if it is the wrong, how is it changed?
I was installing Mediawiki on my local development machine and in the configuration, it told me that I will have to make do with slower loading tradition php pages because I dont have a PECL extension installed.
Does installing PECL really speed up page load times on a local server(or any server)?
If yes, can I please have a detailed tutorial on how to install PECL and configure it that says more than just sudo apt-get install pecl-php
?
So I have new MediaWiki instance install on a brand new Amazon EC2 instances. All is going swimmingly, until I have to log in via the web browser to configure it. Since I'm running on a hosted server, I can't hit http://localhost/mediawiki/config/index.php
like the instructions say to.
If I try to hit it via http://<My IP address>/mediawiki/config/index.php
, my browser just tries to download the file because anonymous browsing isn't enabled. I seem to be before LocalSettings.php is created, so I don't know how to move forward from here.
I've just recently found an article that describes some default functionality in OpenOffice.org 3 that isn't present in my install on 10.04 - This entry details that the Export functionality post 2.4 should have MediaWiki listed - but I only see XML,HTML, and PDF in the export options. Was this removed by the maintainers of this package in Ubuntu - or is there a package I haven't downloaded.
How do I restore this functionality?