Hi there,
I'm trying to install MediaWiki 1.34.2 in my domain space hosted by a provider. The following error message occured right after "Administratorkonto wird erstellt…" (creating admin account):
[XxRmpVKlVr4AALNFucMAAAAK] /RPGWiki/mw-config/index.php?page=Install Error from line 48 of /homepages/18/d372413260/htdocs/RPGWiki/vendor/liuggio/statsd-php-client/src/Liuggio/StatsdClient/Factory/StatsdDataFactory.php: Class 'Liuggio\StatsdClient\Entity\StatsdDataInterface' not found
Here's what I've done so far:
1. checking the installation requirements: I've found PHP 7.4.7, PCRE enabled, JSON support enabled, mysqlnd 7.4.7 => looks OK, doesn't it !?
2. downloaded mediawiki-1.34.2.tar.gz to my Windows 10 client
3. unpacked the tarball to a folder using 7-Zip
4. fixed the issue concerning the 2 identical named files "StatsdDataFactory" in [folder]\vendor\liuggio\statsd-php-client\src\Liuggio\StatsdClient\Factory manually
5. uploaded the folder to my web space via FTP using WinSCP
6. started the set-up. Everything went smoothly until the error message above occured.
Backtrace showed the following information:
#0 /homepages/18/d372413260/htdocs/RPGWiki/includes/libs/objectcache/wancache/WANObjectCache.php(755): Liuggio\StatsdClient\Factory\StatsdDataFactory->increment(string)
#1 /homepages/18/d372413260/htdocs/RPGWiki/includes/user/User.php(2597): WANObjectCache->delete(string)
#2 /homepages/18/d372413260/htdocs/RPGWiki/includes/libs/rdbms/database/Database.php(3439): User->{closure}(Wikimedia\Rdbms\DatabaseMysqli)
#3 /homepages/18/d372413260/htdocs/RPGWiki/includes/libs/rdbms/database/DBConnRef.php(68): Wikimedia\Rdbms\Database->onTransactionPreCommitOrIdle(Closure, string)
#4 /homepages/18/d372413260/htdocs/RPGWiki/includes/libs/rdbms/database/DBConnRef.php(603): Wikimedia\Rdbms\DBConnRef->__call(string, array)
#5 /homepages/18/d372413260/htdocs/RPGWiki/includes/user/User.php(2599): Wikimedia\Rdbms\DBConnRef->onTransactionPreCommitOrIdle(Closure, string)
#6 /homepages/18/d372413260/htdocs/RPGWiki/includes/user/User.php(4031): User->clearSharedCache(string)
#7 /homepages/18/d372413260/htdocs/RPGWiki/includes/session/SessionManager.php(315): User->saveSettings()
#8 /homepages/18/d372413260/htdocs/RPGWiki/includes/user/User.php(2744): MediaWiki\Session\SessionManager->invalidateSessionsForUser(User)
#9 /homepages/18/d372413260/htdocs/RPGWiki/includes/user/User.php(2699): User->setPasswordInternal(string)
#10 /homepages/18/d372413260/htdocs/RPGWiki/includes/installer/Installer.php(1695): User->setPassword(string)
#11 /homepages/18/d372413260/htdocs/RPGWiki/includes/installer/Installer.php(1624): Installer->createSysop(MysqlInstaller)
#12 /homepages/18/d372413260/htdocs/RPGWiki/includes/installer/WebInstallerInstall.php(44): Installer->performInstallation(array, array)
#13 /homepages/18/d372413260/htdocs/RPGWiki/includes/installer/WebInstaller.php(270): WebInstallerInstall->execute()
#14 /homepages/18/d372413260/htdocs/RPGWiki/mw-config/index.php(80): WebInstaller->execute(array)
#15 /homepages/18/d372413260/htdocs/RPGWiki/mw-config/index.php(38): wfInstallerMain()
#16 {main}
Any ideas? Thanks a lot.
Chris