Topic on Project:Support desk

InvalidArgumentException displayed on fresh install.

2
194.70.169.126 (talkcontribs)

Specs:

OS: Win 10 Pro

PHP: 5.6.16 (It is using a slightly custom php.ini however this same ini file has been used on a lot of different programs)

IIS 10

DB: MySQL 5.7

MediaWiki: 1.29.0

I have just 'finished' the installation of MediaWiki, to migrate my companies current wiki estate to MediaWiki. Having gone through the configuration page, and placed the LocalSettings.php file in the same location as the index.php file when i then try and browse to my newly created wiki I am presented with the following:

[144bddaaa47193689db6e474] 2017-08-16 11:21:27: Fatal exception of type "InvalidArgumentException"

The only non default step I took in the configuration was adding the cite extension.

I am not really sure how to trouble shoot this.

Things I have tried:

error_reporting( E_ALL );

ini_set( 'display_errors', 1 );

into the localsettings.php having read that in the FAQ under nothing displayed.

No error logs in my php.log.

Thanks,

Jon

星耀晨曦 (talkcontribs)

You can try to remove all extensions in LocalSettings.php, and then see if the software is running properly. For more information on debugging, see also Manual:How to debug.