Hi, I've been following the following two guides on how to install MediaWiki on Arch Linux (which is so similar to Manjaro that I'd expect these instructions to be applicable to Manjaro too):
1. MediaWiki - ArchWiki <https://wiki.archlinux.org/index.php/MediaWiki> 2. Running MediaWiki on Arch Linux - MediaWiki <https://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Arch_Linux> (1) has been my primary source for instruction as it is more up to date than its counterpart @ mediawiki.org. I managed to follow (1) to the point of restarting the httpd.service daemon without issue, but at restarting this daemon I got the error: Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details. I then ran the instructions given in this method. systemctl status httpd.service gives: ● httpd.service - Apache Web Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Tue 2015-08-18 23:18:10 AEST; 16s ago Process: 1083 ExecStart=/usr/bin/apachectl start (code=exited, status=1/FAILURE) Aug 18 23:18:10 fusion809-vbox systemd[1]: Stopped Apache Web Server. Aug 18 23:18:10 fusion809-vbox systemd[1]: Starting Apache Web Server... Aug 18 23:18:10 fusion809-vbox apachectl[1083]: AH00526: Syntax error on lin...: Aug 18 23:18:10 fusion809-vbox apachectl[1083]: Invalid command 'php_admin_v...n Aug 18 23:18:10 fusion809-vbox systemd[1]: httpd.service: Control process ex...1 Aug 18 23:18:10 fusion809-vbox systemd[1]: Failed to start Apache Web Server. Aug 18 23:18:10 fusion809-vbox systemd[1]: httpd.service: Unit entered faile.... Aug 18 23:18:10 fusion809-vbox systemd[1]: httpd.service: Failed with result.... Hint: Some lines were ellipsized, use -l to show in full. likewise running journalctl -xe gives: Aug 18 23:18:10 fusion809-vbox systemd[1]: Starting Apache Web Server... -- Subject: Unit httpd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit httpd.service has begun starting up. Aug 18 23:18:10 fusion809-vbox apachectl[1083]: AH00526: Syntax error on line 2 Aug 18 23:18:10 fusion809-vbox apachectl[1083]: Invalid command 'php_admin_valu Aug 18 23:18:10 fusion809-vbox systemd[1]: httpd.service: Control process exite Aug 18 23:18:10 fusion809-vbox systemd[1]: Failed to start Apache Web Server. -- Subject: Unit httpd.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit httpd.service has failed. -- -- The result is failed. Aug 18 23:18:10 fusion809-vbox systemd[1]: httpd.service: Unit entered failed s Aug 18 23:18:10 fusion809-vbox systemd[1]: httpd.service: Failed with result 'e Aug 18 23:18:10 fusion809-vbox polkitd[384]: Unregistered Authentication Agent Aug 18 23:18:21 fusion809-vbox pulseaudio[666]: [alsa-sink-Intel ICH] alsa-sink Aug 18 23:18:21 fusion809-vbox pulseaudio[666]: [alsa-sink-Intel ICH] alsa-sink Aug 18 23:18:21 fusion809-vbox pulseaudio[666]: [alsa-sink-Intel ICH] alsa-sink lines 2281-2303/2 I also asked this question on the Manjaro forums ( https://forum.manjaro.org/index.php?topic=25281.0). Thanks for your time, Brenton _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
