Topic on Project:Support desk

Unable to post anything on local personal wiki

2
Psych2Float (talkcontribs)

this is a fresh wiki (I am new) and is only for me to use on localhost:1000, tho whenever I try to post anything, it takes a while then it just says "The server did not respond within the expected time."

[Sat Jun 18 13:29:36 2022] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in D:\tools\mediawiki-1.38.1\includes\libs\http\MultiHttpClient.php on line 280

[Sat Jun 18 13:29:36 2022] [::1]:55306 [200]: POST /api.php - Maximum execution time of 30 seconds exceeded in D:\tools\mediawiki-1.38.1\includes\libs\http\MultiHttpClient.php on line 280

Product Version
MediaWiki 1.38.1
PHP 7.4.12 (cli-server)
MariaDB 10.8.3-MariaDB
ICU 66.1

thanks in advance!

Bawolff (talkcontribs)

Does it also fail if not using visual editor?


To speed things up, one thing you could try, is make sure apcu is enabled in php.ini (if using php -S you may also need to set apc.enable_cli) and in mediawiki LocalSettings.php make sure $wgMainCacheType = CACHE_ACCEL;

Reply to "Unable to post anything on local personal wiki"