Project:Support desk

About this board

Welcome to the MediaWiki Support desk, where you can ask MediaWiki questions!

(Read this message in a different language)

See also

Before you post

Post a new question

  1. To help us answer your questions, please indicate which versions you are using, as found on your wiki's Special:Version page:
    • MediaWiki version
    • PHP version
    • Database type and version
  2. Please include the web address (URL) to your wiki if possible. It's often easier for us to identify the source of the problem if we can see the error directly.
  3. To start a new thread, click "Start a new topic".
146.198.38.110 (talkcontribs)

I've been trying to set up CentralAuth — I know, it isn't recommended etc., but its the route I want to take —and I've pretty much done it, but I'm struggling with a few of the fields. For example, I have this:

$wgConf->settings = array(

	'wgServer' => array(
	    'default' => 'https://localhost',
	),

	'wgCanonicalServer' => array(
	    'default' => 'https://localhost',
	),

But then when I navigate to pages such as Special:AccountMerge or Special:CentralAuth, I the wikis listed are in the form of

  • Localhost
  • Localhost
  • Localhost

And they direct to https://localhost/wiki/User:USERNAME instead of the actual wiki name. How can I get it to link to the actual user?

Bawolff (talkcontribs)

Each wiki should have a different entry for $wgServer if they need different values. If you set just the default, all will use the default.


P.s. i think we should encourage central auth more. Its better tha the alternative solutions at this point.

146.198.38.110 (talkcontribs)

I don't know why I didn't think of that, thanks! It's working now.


Also I agree — most of the people told me that it was a bad idea not worth the hassle, but honestly, it's worth it once you manage to do it. It is a pain to set up, though, and the manual is a bit outdated.

146.198.38.110 (talkcontribs)

@Bawolff— I seem to be having a few issues with staying logged in across the wikis. For example, I log in at one wiki and It doesn't keep me logged in on the next one I visit:

# General CentralAuth configuration
$wgCentralAuthDatabase = 'centralauth';
$wgCentralAuthAutoMigrate = true;
$wgCentralAuthCookieDomain = '.subdomain.com';
$wgCookieSameSite = "None";
$wgUseSameSiteLegacyCookies = true;
$wgCentralAuthCreateOnView = true;
$wgCentralAuthSilentLogin = true;
$wgCentralAuthUseOldAutoLogin = false;

These are the cookie settings I'm using. Also, I'm using a shared cache table. Any idea where I've gone wrong?

146.198.38.110 (talkcontribs)

Also ,I'm getting a fatal exception error when visiting Special:MergeAccounts — these are the settings I'm using: /pastebin.com/RrV92rEj

ArrakisMiner (talkcontribs)

Okay, I managed to figure it out a bit — the fatal exception only happens when I visit Special:MergeAccounts with the account that is the same as entered in the MediaWiki configuration when installing (I don't think this really matters, too much?)


I'm still having issues with cookies, though, and can't get my browser sessions to stay logged in between wikis.

ArrakisMiner (talkcontribs)

I've done some further debugging on the initial fatal exception issue and I get this:

[0403d8306d641728d56b99a2] /wiki/Special:MergeAccount Exception: Invalid wiki: testwiki

Backtrace:

from /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(560)
#0 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(537): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->foreignUserLink()
#1 [internal function]: MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->listWikiItem()
#2 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(522): array_map()
#3 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(502): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->formatList()
#4 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(484): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->listWikis()
#5 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(457): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->listAttached()
#6 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(424): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->showStatus()
#7 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(168): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->showCleanupForm()
#8 /var/www/html/mediawiki/extensions/CentralAuth/includes/Special/SpecialMergeAccount.php(155): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->showFormForExistingUsers()
#9 /var/www/html/mediawiki/includes/specialpage/SpecialPage.php(647): MediaWiki\Extension\CentralAuth\Special\SpecialMergeAccount->execute()
#10 /var/www/html/mediawiki/includes/specialpage/SpecialPageFactory.php(1366): SpecialPage->run()
#11 /var/www/html/mediawiki/includes/MediaWiki.php(314): MediaWiki\SpecialPage\SpecialPageFactory->executePath()
#12 /var/www/html/mediawiki/includes/MediaWiki.php(930): MediaWiki->performRequest()
#13 /var/www/html/mediawiki/includes/MediaWiki.php(564): MediaWiki->main()
#14 /var/www/html/mediawiki/index.php(53): MediaWiki->run()
#15 /var/www/html/mediawiki/index.php(46): wfIndexMain()
#16 {main}

Now, one of the databases of my wikis (the test wiki) is called "testwiki" and is called in the syntax for CentralAuth. I'm not sure what I've done wrong here, it seems to have been working before?

$wgLocalDatabases = ['wiki1', 'testwiki', 'wiki2']; //all wiki databases, as an array. Important to change.

This is how I'm calling my wikis? I don't see where the issue is coming from?

ArrakisMiner (talkcontribs)

(Managed to fix, but still experiencing cookie issues).

Reply to "CentralAuth issues"
VeryGreatFrog (talkcontribs)

I tried following the steps in the Manual:Short URL but now the web page returns a 404 Not Found.

It is an apache server.

Apache is installed in /etc/apache2

The wiki is installed in /var/lib/mediawiki


I edited the file at /etc/apache2/sites-available/000-default.conf to the following:

<VirtualHost *:80>


ServerName mydomain.wiki

ServerAdmin webmaster@localhost

DocumentRoot /etc/apache2


ErrorLog ${APACHE_LOG_DIR}/error.log

CustomLog ${APACHE_LOG_DIR}/access.log combined


RewriteEngine On

RewriteRule ^/?wiki(/.*)?$ %{DOCUMENT_ROOT}/mediawiki/index.php [L]

RewriteRule ^/*$ %{DOCUMENT_ROOT}/mediawiki/index.php [L]

# Redirect / to Main Page

RewriteRule ^/$ /mediawiki/index.php [L,R=301]

# Domain

RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]

</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet


I edited the relevant lines in LocalSettings.php to the following:

$wgScriptPath = "/var/lib/mediawiki";

$wgArticlePath = "/wiki/$1";

$wgUsePathInfo = true;


The page does redirect to https://mydomain.wiki/wiki/Main_Page

It returns a 404 not found error.

Bawolff (talkcontribs)

For starters $wgScriptPath is wrong.

Second if your wiki is installed in /var/lib/mediawiki, its possible you need different rewrite rules. It depends how the rest of your website is configured (e.g. are there symlinks? What is the document root?)

Reply to "need help manual short URL"

New Mediawiki Install Resulting in White Page

2
Wibbles42 (talkcontribs)

Linux Mint 20.3 Cinnamon

Cinnamon 5.2.7

Kernel 5.4.0-104-generic

Mediawiki versions 1.31.7-1, 1.37.1, and 1.35 are involved in some fashion


Trying to install MediaWiki on a Linux Mint server in order to migrate installations from a different endpoint.

Used apt-get to install mediawiki initially, but the version pulled down was 1.31 - which was too old for the associated database.

Tried upgrading the associated files manually by extracting the latest mediawiki .tar to /var/lib/mediawiki (where apt-get installs things *mostly*), and received various 403 errors.

Copied the .tar contents manually into their "appropriate" destinations (var/lib, etc/, and other directories, as apt-get had dispersed the files across several locations and made symlinks) and this has lead to a "white screen" when accessing Mediawiki, as opposed to the config script.

Have rebooted the server, restarted apache and php services multiple times. No amount of uninstalling mediawiki, deleting all mediawiki files (those copied around manually and/or otherwise generated by the apt-get installation), re-installing, or even manually installing mediawiki from scratch, has resulted in anything other than a white page at this point.

A LocalSettings.php file was never generated for this install - it never got that far. I've tried the various Blank Page fixes - PHP errors will not appear on the page, so far, after I added my backed up LocalSettings.php file to the directory and made the associated PHP changes to display logging.

Any help would be greatly appreciated! I cannot revert to the old endpoint as the package for mediawiki was using Apache 2.2, and neither Apache nor Mediawiki packages will launch any more for reasons I didn't care to investigate further in favor of migrating to a more reliable host (operating system was Synology 7.0.1).

Bawolff (talkcontribs)

We dont reccomend using debians path unless you are using the debian package which has been modified to work that way. The official version of mediawiki is meant to be installed in your web directory.

Reply to "New Mediawiki Install Resulting in White Page"

Wikitext and other issues

5
Summary by Just8erry

ParserFunctions was missing

Just8erry (talkcontribs)

I just started a wiki on a local host using bitnami and i am trying to get some scripts working.

But all kinds of stuff is not working. First thing as a example:


Source:

This template takes two parameters, and creates underlined text with a hover box for many modern browsers supporting CSS:

Template:H:title

Go to this page to see the H:title template itself: {{H:title}}


Output:

This template takes two parameters, and creates underlined text with a hover box for many modern browsers supporting CSS:

Template:H:title

Go to this page to see the H:title template itself: {{#if:{{#switch: yes

| y | yes | t | true  | 1 = yes
| n | no  | f | false | 0 | = 
| =  
| #default = yes

}}|}}{{{{#if: |subst: }}[[{{#if: {{#pos: H:title | : }} || Template: }}H:title|{{ #ifeq: | Template | H:title | H:title }}]]{{ #if: | | }}{{ #if: | | }}{{ #if: | | }}{{ #if: | | }}{{ #if: | | }}{{ #if: | | }}{{ #if: | | }}{{ #if: | | }}}}{{#if:yes }}|{{#if: {{#pos: H:title | File: }}{{#pos: H:title | Category: }} | }}


Any idea how i can solve this? Anything i can find is that this just should work.

I hope solving this will fix the other issues

Malyacko (talkcontribs)

Please see "Post a new question" in the sidebar.

Bawolff (talkcontribs)
Bawolff (talkcontribs)
Just8erry (talkcontribs)

ParserFunctions was indeed missing, thanks

Cannot upload images, Apache permissions

4
Summary by 146.198.38.110

Fixed.

146.198.38.110 (talkcontribs)

I'm having a little trouble uploading images after a MediaWiki upgrade. I upgraded and copied over the images folder and understandably, this has caused some permission errors.

I've checked a few of the topics on here but none seem to help. Originally, I got an error about checking permissions, and as a result, I tried to give Ahpache permissions:

chgrp www-data /var/www/html/mediawiki/images
chgrp www-data /var/www/html/mediawiki/images/lockdir
chmod g+w /var/www/html/mediawiki/images
chmod g+w /var/www/html/mediawiki/images/lockdir

I'm now getting this error:

Could not create directory ‘mwstore://local-backend/local-public/archive/f/fc’.

Any idea what to do in this instance to fix this?

Tanbirzx (talkcontribs)

Which mediawiki version you are using now?

Jonathan3 (talkcontribs)

I think there's a way to change all directories at once (maybe -r for recursive?)

Bawolff (talkcontribs)

Normally you would change the user of the file not the group. MediaWiki should be the owner of uploaded files. You also need to do this recursively like Johnathan said (i think its a capital -R)

chown -R www-data /var/www/html/mediawiki/images

assuming you are using apache and it runs as www-data (usually true on debian but not true on other OS's). Depending on things, you may have to run that with sudo.

Reply to "Cannot upload images, Apache permissions"
InnerCitadel (talkcontribs)

I'm using putty to try and do a minor version upgrade from 1.35.2 to 1.35.3 and so on until 1.35.5. I'm using PUTTY. The instructions say to use the patch command with a .patch file. However the files come as .tar.gz. So when gunzipped they are .tar. How do you create the patch file? If I run the patch command with tar it doesn't work and asks me which target file to apply it to. If I rename it to .patch it also doesn't work. It doesn't say any errors it just says:

File to patch: PuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTYPuTTY

I then tried it in a competing shell and it also doesn't work, it ends with

File to patch:

without the PuTTYPuTTY business.

Reply to "Minor version upgrade"

Looking for someone who has imported English Wikipedia into MediaWiki

1
The Transhumanist (talkcontribs)

Hi,

I'm looking for anybody who has MediaWiki installed on their desktop computer, who has successfully imported English Wikipedia into it.

MediaWiki, not an offline reader like Xowa.

Please post here how you did it, starting with the version of MediaWiki you used, and approximate date of the import.

I'm interested in updating the relevant documentation on the various WM wikis (here, meta, and WP), as it is woefully out-of-date and unintelligible.

So, the first step is to find users experienced in running Wikipedia at home, and find out how they did it.

Do you have Wikipedia up and running on MediaWiki?

Or know anybody who does?

Reply to "Looking for someone who has imported English Wikipedia into MediaWiki"

Where are problems with this wiki discussed?

2
The Transhumanist (talkcontribs)

Concerning this wiki...

If collaboration and discussion is needed on improving a page of this wiki, and that page's talk page is infrequently visited, how does a wider discussion take place?

The Wikipedia wiki has the "request for comment" system, and a centralized page (on which to announce discussions) called wikipedia:Wikipedia:Centralized discussion for initiating community-wide discussion on a topic of importance about that wiki. What system does this wiki have?

Bawolff (talkcontribs)
Reply to "Where are problems with this wiki discussed?"

Changing the background color of page tabs

3
VeryGreatFrog (talkcontribs)
ArrakisMiner (talkcontribs)

What version of MediaWiki are you running? Alternatively a link to your wiki would help. I believe a few selectors changed with the Vector skin between MediaWiki versions.

VeryGreatFrog (talkcontribs)


here ya go! That would be MediaWiki 1.37.1

Reply to "Changing the background color of page tabs"

The lua binary lua is not executable

11
Summary by AhmadF.Cheema

Needed to change permissions for the lua file.

Bachounda (talkcontribs)

hello

i have a fatal exception

[a201ec8a] /index.php?title=%D9%88%D8%AD%D8%AF%D8%A9:Bananas&action=submit Exception from line 158 of /htdocs/public/www/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php: The lua binary (/htdocs/public/www/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua) is not executable.

Backtrace:

#0 /htdocs/public/www/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(105): Scribunto_LuaStandaloneInterpreter->__construct(Scribunto_LuaStandaloneEngine, array)

#1 /htdocs/public/www/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(72): Scribunto_LuaStandaloneEngine->newInterpreter()

#2 /htdocs/public/www/extensions/Scribunto/engines/LuaStandalone/LuaStandaloneEngine.php(8): Scribunto_LuaEngine->load()

#3 /htdocs/public/www/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(172): Scribunto_LuaStandaloneEngine->load()

#4 /htdocs/public/www/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(655): Scribunto_LuaEngine->getInterpreter()

#5 /htdocs/public/www/extensions/Scribunto/engines/LuaCommon/LuaCommon.php(628): Scribunto_LuaModule->getInitChunk()

#6 /htdocs/public/www/extensions/Scribunto/common/Base.php(157): Scribunto_LuaModule->validate()

#7 /htdocs/public/www/extensions/Scribunto/common/Hooks.php(313): ScribuntoEngineBase->validate(string, string)

#8 [internal function]: ScribuntoHooks::validateScript(EditPage, string, string, string)

#9 /htdocs/public/www/includes/Hooks.php(206): call_user_func_array(string, array)

#10 /htdocs/public/www/includes/GlobalFunctions.php(4013): Hooks::run(string, array, NULL)

#11 /htdocs/public/www/includes/content/ContentHandler.php(1120): wfRunHooks(string, array)

#12 /htdocs/public/www/includes/EditPage.php(1355): ContentHandler::runLegacyHooks(string, array)

#13 /htdocs/public/www/includes/EditPage.php(1603): EditPage->runPostMergeFilters(ScribuntoContent, Status, User)

#14 /htdocs/public/www/includes/EditPage.php(1237): EditPage->internalAttemptSave(boolean, boolean)

#15 /htdocs/public/www/includes/EditPage.php(427): EditPage->attemptSave()

#16 /htdocs/public/www/includes/actions/EditAction.php(50): EditPage->edit()

#17 /htdocs/public/www/includes/actions/EditAction.php(74): EditAction->show()

#18 /htdocs/public/www/includes/Wiki.php(428): SubmitAction->show()

#19 /htdocs/public/www/includes/Wiki.php(292): MediaWiki->performAction(Article, Title)

#20 /htdocs/public/www/includes/Wiki.php(588): MediaWiki->performRequest()

#21 /htdocs/public/www/includes/Wiki.php(447): MediaWiki->main()

#22 /htdocs/public/www/index.php(46): MediaWiki->run()

#23 {main}

AhmadF.Cheema (talkcontribs)

Change the permissions of file: "/htdocs/public/www/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua"

to allow execution.

Or in other words, browse to directory: "/extensions/Scribunto/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic"

and change the permissions of the "lua" file to 0755.

See: Extension:Scribunto#Installation

Bachounda (talkcontribs)

yeah ! Thank you very much the problem is fixed done :)

Tofiq Kərimli (talkcontribs)

Hello.

The same problem appeared on my site: ( wiki.sheki.site ).


[XQZbPCmD7BJvsNm2suoY3gAAAAY] /index.php?title=Module:Wikidata&action=submit Error from line 52 of /home/ipekchi/public_html/wiki/extensions/Scribunto/includes/common/ScribuntoContent.php: Call to undefined method ScribuntoContent::getText()

Backtrace:

#0 /home/ipekchi/public_html/wiki/includes/content/AbstractContent.php(517): ScribuntoContent->fillParserOutput(Title, NULL, ParserOptions, boolean, ParserOutput)

#1 /home/ipekchi/public_html/wiki/includes/Revision/RenderedRevision.php(242): AbstractContent->getParserOutput(Title, NULL, ParserOptions, boolean)

#2 /home/ipekchi/public_html/wiki/includes/Revision/RenderedRevision.php(211): MediaWiki\Revision\RenderedRevision->getSlotParserOutputUncached(ScribuntoContent, boolean)

#3 /home/ipekchi/public_html/wiki/includes/Revision/RevisionRenderer.php(175): MediaWiki\Revision\RenderedRevision->getSlotParserOutput(string)

#4 /home/ipekchi/public_html/wiki/includes/Revision/RevisionRenderer.php(128): MediaWiki\Revision\RevisionRenderer->combineSlotOutput(MediaWiki\Revision\RenderedRevision, array)

#5 [internal function]: MediaWiki\Revision\RevisionRenderer->MediaWiki\Revision\{closure}(MediaWiki\Revision\RenderedRevision, array)

#6 /home/ipekchi/public_html/wiki/includes/Revision/RenderedRevision.php(175): call_user_func(Closure, MediaWiki\Revision\RenderedRevision, array)

#7 /home/ipekchi/public_html/wiki/includes/Storage/DerivedPageDataUpdater.php(1265): MediaWiki\Revision\RenderedRevision->getRevisionParserOutput()

#8 /home/ipekchi/public_html/wiki/includes/Storage/DerivedPageDataUpdater.php(1235): MediaWiki\Storage\DerivedPageDataUpdater->getCanonicalParserOutput()

#9 /home/ipekchi/public_html/wiki/includes/page/WikiPage.php(1994): MediaWiki\Storage\DerivedPageDataUpdater->getPreparedEdit()

#10 /home/ipekchi/public_html/wiki/extensions/SpamBlacklist/includes/SpamBlacklistHooks.php(31): WikiPage->prepareContentForEdit(ScribuntoContent)

#11 /home/ipekchi/public_html/wiki/includes/Hooks.php(174): SpamBlacklistHooks::filterMergedContent(RequestContext, ScribuntoContent, Status, string, User, boolean)

#12 /home/ipekchi/public_html/wiki/includes/Hooks.php(202): Hooks::callHook(string, array, array, NULL)

#13 /home/ipekchi/public_html/wiki/includes/EditPage.php(1747): Hooks::run(string, array)

#14 /home/ipekchi/public_html/wiki/includes/EditPage.php(2066): EditPage->runPostMergeFilters(ScribuntoContent, Status, User)

#15 /home/ipekchi/public_html/wiki/includes/EditPage.php(1574): EditPage->internalAttemptSave(NULL, boolean)

#16 /home/ipekchi/public_html/wiki/includes/EditPage.php(677): EditPage->attemptSave(NULL)

#17 /home/ipekchi/public_html/wiki/includes/actions/EditAction.php(60): EditPage->edit()

#18 /home/ipekchi/public_html/wiki/includes/actions/SubmitAction.php(38): EditAction->show()

#19 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(501): SubmitAction->show()

#20 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(294): MediaWiki->performAction(Article, Title)

#21 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(860): MediaWiki->performRequest()

#22 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(517): MediaWiki->main()

#23 /home/ipekchi/public_html/wiki/index.php(42): MediaWiki->run()

#24 {main}

Modules can not be created. understand what you wrote. lua5_1_5_linux_32_generic/lua - on my site: public_html/wiki/extensions/Scribunto/includes/engines/LuaStandalone/binaries/lua5_1_5_linux_32_generic/lua . But I did not. "Change the permissions of file" and "change the permissions of the". I can not understand that. How to Do It? Where to Do? Thanks in advance.

AhmadF.Cheema (talkcontribs)
Tofiq Kərimli (talkcontribs)

[XQamVgwa@RImTCtmTSWmTwAAAA4] /index.php?title=Module:Wikidata&action=submit Error from line 52 of /home/ipekchi/public_html/wiki/extensions/Scribunto/includes/common/ScribuntoContent.php: Call to undefined method ScribuntoContent::getText()

Backtrace:

#0 /home/ipekchi/public_html/wiki/includes/content/AbstractContent.php(517): ScribuntoContent->fillParserOutput(Title, NULL, ParserOptions, boolean, ParserOutput)

#1 /home/ipekchi/public_html/wiki/includes/Revision/RenderedRevision.php(242): AbstractContent->getParserOutput(Title, NULL, ParserOptions, boolean)

#2 /home/ipekchi/public_html/wiki/includes/Revision/RenderedRevision.php(211): MediaWiki\Revision\RenderedRevision->getSlotParserOutputUncached(ScribuntoContent, boolean)

#3 /home/ipekchi/public_html/wiki/includes/Revision/RevisionRenderer.php(175): MediaWiki\Revision\RenderedRevision->getSlotParserOutput(string)

#4 /home/ipekchi/public_html/wiki/includes/Revision/RevisionRenderer.php(128): MediaWiki\Revision\RevisionRenderer->combineSlotOutput(MediaWiki\Revision\RenderedRevision, array)

#5 [internal function]: MediaWiki\Revision\RevisionRenderer->MediaWiki\Revision\{closure}(MediaWiki\Revision\RenderedRevision, array)

#6 /home/ipekchi/public_html/wiki/includes/Revision/RenderedRevision.php(175): call_user_func(Closure, MediaWiki\Revision\RenderedRevision, array)

#7 /home/ipekchi/public_html/wiki/includes/Storage/DerivedPageDataUpdater.php(1265): MediaWiki\Revision\RenderedRevision->getRevisionParserOutput()

#8 /home/ipekchi/public_html/wiki/includes/Storage/DerivedPageDataUpdater.php(1235): MediaWiki\Storage\DerivedPageDataUpdater->getCanonicalParserOutput()

#9 /home/ipekchi/public_html/wiki/includes/page/WikiPage.php(1994): MediaWiki\Storage\DerivedPageDataUpdater->getPreparedEdit()

#10 /home/ipekchi/public_html/wiki/extensions/SpamBlacklist/includes/SpamBlacklistHooks.php(31): WikiPage->prepareContentForEdit(ScribuntoContent)

#11 /home/ipekchi/public_html/wiki/includes/Hooks.php(174): SpamBlacklistHooks::filterMergedContent(RequestContext, ScribuntoContent, Status, string, User, boolean)

#12 /home/ipekchi/public_html/wiki/includes/Hooks.php(202): Hooks::callHook(string, array, array, NULL)

#13 /home/ipekchi/public_html/wiki/includes/EditPage.php(1747): Hooks::run(string, array)

#14 /home/ipekchi/public_html/wiki/includes/EditPage.php(2066): EditPage->runPostMergeFilters(ScribuntoContent, Status, User)

#15 /home/ipekchi/public_html/wiki/includes/EditPage.php(1574): EditPage->internalAttemptSave(NULL, boolean)

#16 /home/ipekchi/public_html/wiki/includes/EditPage.php(677): EditPage->attemptSave(NULL)

#17 /home/ipekchi/public_html/wiki/includes/actions/EditAction.php(60): EditPage->edit()

#18 /home/ipekchi/public_html/wiki/includes/actions/SubmitAction.php(38): EditAction->show()

#19 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(501): SubmitAction->show()

#20 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(294): MediaWiki->performAction(Article, Title)

#21 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(860): MediaWiki->performRequest()

#22 /home/ipekchi/public_html/wiki/includes/MediaWiki.php(517): MediaWiki->main()

#23 /home/ipekchi/public_html/wiki/index.php(42): MediaWiki->run()

#24 {main}

AhmadF.Cheema (talkcontribs)

"Call to undefined method" is a different error than the permissions issue.

For your error, make sure that the Extension:Scribunto version corresponds to your MediaWiki version.

Tofiq Kərimli (talkcontribs)
AhmadF.Cheema (talkcontribs)

Yes, just make sure to download the version which corresponds to your MediaWiki version.

Tofiq Kərimli (talkcontribs)

Sorry, Mr. But it is not possible to download from here (Extension:Scribunto). No such extension "Scribunto".

Unable to fetch extension list! - it is written.

Maybe there's a problem with the fresh version?

Tofiq Kərimli (talkcontribs)
Reply to "The lua binary lua is not executable"