More actions
Created page with "# Disable history and special pages for most users [https://discord.com/channels/178359708581625856/1366393669061443614 bill_tech OP] — 4/28/25, 8:40 AM Hello, I have bots visiting my site that are ignoring my robots.txt and hence are crawling every link on my site, including all the "view history" links etc. This activity is over-loading my site. Can anyone recommend the best practice for limiting history, etc. to logged in users (or removing those links from the scre..." |
No edit summary |
||
Line 2: | Line 2: | ||
# Internal error after update [https://discord.com/channels/178359708581625856/1373490015639699556 Varis OP] — 5/17/25, 10:38 PM Hi, I updated PHP + Mediawiki and now it appears broken. | # Internal error after update [https://discord.com/channels/178359708581625856/1373490015639699556 Varis OP] — 5/17/25, 10:38 PM Hi, I updated PHP + Mediawiki and now it appears broken. | ||
## bawolff — 5/17/25, 10:40 PM Please set $wgShowExceptionDetails = true; in LocalSettings.php The most common cause for something like this is updating mediawiki without also updating extensions. Extension versions need to be in sync with mediawiki version. | ## bawolff — 5/17/25, 10:40 PM Please set $wgShowExceptionDetails = true; in LocalSettings.php The most common cause for something like this is updating mediawiki without also updating extensions. Extension versions need to be in sync with mediawiki version. | ||
# Issues with ShortUrl (Clean URL's like /title) [https://discord.com/channels/178359708581625856/1365082702750945290 <nowiki>Atmois[ATL] OP</nowiki>] — 4/24/25, 5:51 PM Hey, I am using the Manual:ShortUrl for my wiki and buttons such as Edit or History link to <nowiki>https://atl.wiki/?title=Test&action=edit</nowiki> rather than <nowiki>https://atl.wiki/Test?action=edit</nowiki>. Would anyone know how to get it working so the buttons lead to the second one? We use Apache on Ubuntu, below I have put some relevant sections of the PHP settings for MediaWiki and Apache. We have our MediaWiki installed in /var/www/mediawiki with all files in the root. | |||
# ... | # ... |
Revision as of 11:40, 19 May 2025
- Disable history and special pages for most users bill_tech OP — 4/28/25, 8:40 AM Hello, I have bots visiting my site that are ignoring my robots.txt and hence are crawling every link on my site, including all the "view history" links etc. This activity is over-loading my site. Can anyone recommend the best practice for limiting history, etc. to logged in users (or removing those links from the screen)?
- Internal error after update Varis OP — 5/17/25, 10:38 PM Hi, I updated PHP + Mediawiki and now it appears broken.
- bawolff — 5/17/25, 10:40 PM Please set $wgShowExceptionDetails = true; in LocalSettings.php The most common cause for something like this is updating mediawiki without also updating extensions. Extension versions need to be in sync with mediawiki version.
- Issues with ShortUrl (Clean URL's like /title) Atmois[ATL] OP — 4/24/25, 5:51 PM Hey, I am using the Manual:ShortUrl for my wiki and buttons such as Edit or History link to https://atl.wiki/?title=Test&action=edit rather than https://atl.wiki/Test?action=edit. Would anyone know how to get it working so the buttons lead to the second one? We use Apache on Ubuntu, below I have put some relevant sections of the PHP settings for MediaWiki and Apache. We have our MediaWiki installed in /var/www/mediawiki with all files in the root.
- ...