Topic on Project:Support desk

Fatal exception of type Wikimedia\Rdbms\DBQueryError

9
137.204.93.178 (talkcontribs)

Hello Team,

I have this error. Can you provide some help, please?

Deprecated: Caller from MessageCache::loadFromDB(en)-big ignored an error originally raised from MessageCache::loadFromDB(en)-small: [1146] Table 'mediawiki.revision_actor_temp' doesn't exist (localhost:/run/mysqld/mysqld10.sock) in /volume1/web/mediawiki/includes/debug/MWDebug.php on line 430

[afa6ff44ce65373ca76b2c7f] 2021-05-26 12:22:35: Fatal exception of type Wikimedia\Rdbms\DBQueryError

Malyacko (talkcontribs)

See Manual:How to debug; please provide steps to reproduce, what happened before, which MediaWiki version, etc - please see the sidebar.

Jonathan3 (talkcontribs)

Isn't the actor thing something new in a recent MW version?

Maybe you need to run update.php to get those rows/tables?

Maybe you've an old MW version and are trying to run a new extension?

137.204.93.178 (talkcontribs)

Thanks for the answers.

I already included into LocalSettings.php some of the lines suggested in Manual:How to debug;

$wgShowExceptionDetals = true;

$wgDebugToolbar = true;

$wgShowDebug = true;

$wgDevelopmentWarnings = true;

$wgDebugComments = true;

$wgDebugDumpSql = true;

The result is what you see in my first message.

I also tried to run update.php but the result is "Error 403: there is an error while processing this request".


I have the following setup:

- mediawiki 1.35.1

- php 7.4

- MariaDB 10.3.24

The "computer" is a NAS with Synology operating system (a sort of Linux distribution, I suppose).


Thanks in advance for any help.

137.204.93.178 (talkcontribs)

I forget to mention that the problem arises after an update of several installed packages on my NAS.

Bawolff (talkcontribs)

you probably need to run update.php

137.204.93.178 (talkcontribs)

I also to run update.php from the browser but the result is "Error 403: there is an error while processing this request".

The Synology NAS does not have any internal browser, so how can I run update.php? Mayme I am missing something.

137.204.93.178 (talkcontribs)

UP! There is someone that can provide any help, please?

Malyacko (talkcontribs)

If you get a 403 error then there is a problem with the server, not MediaWiki. Check your server logs for the exact error.

Reply to "Fatal exception of type Wikimedia\Rdbms\DBQueryError"