Topic on Project:Support desk

Summary by ErostheAmor

I had not run update.php

ErostheAmor (talkcontribs)

[X5XR3tBhqHAAAAnpo00AAAAH] 2020-10-25 19:28:30: Fatal exception of type "Wikimedia\Rdbms\DBQueryError"


Whenever I try to log in to my admin account on my wiki

MarkAHershberger (talkcontribs)
ErostheAmor (talkcontribs)

Warning: Use of undefined constant fales - assumed 'fales' (this will throw an Error in a future version of PHP) in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/LocalSettings.php on line 114

Warning: session_name(): Cannot change session name when headers already sent in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/Setup.php on line 713

Warning: session_id(): Cannot change session id when headers already sent in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/Setup.php on line 757

Warning: session_start(): Cannot start session when headers already sent in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/Setup.php on line 758

Warning: Cannot modify header information - headers already sent by (output started at /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/LocalSettings.php:114) in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/WebResponse.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/LocalSettings.php:114) in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/WebResponse.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/LocalSettings.php:114) in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/WebResponse.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/LocalSettings.php:114) in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/WebResponse.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/LocalSettings.php:114) in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/WebResponse.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/LocalSettings.php:114) in /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/WebResponse.php on line 74


Getting this now and can't even see wiki

Bawolff (talkcontribs)

while for starters, fix the fales typo on line 114 to false, and that should take care of most of the other new issues.


Did you include the $wgShowExceptionDetails=true; part of the debugging instructions?

ErostheAmor (talkcontribs)

yeah that's all fixed now, it's working as normal. I misspelled false lol. I enabled the debugging toolbar.

ErostheAmor (talkcontribs)

[X5X5EdBhqHAAAFtpRc0AAAAB] /mediawiki-1.35.0/index.php?title=Special:UserLogin&returnto=Special:WhatLinksHere/Main+Page Wikimedia\Rdbms\DBQueryError from line 1699 of /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/Database.php: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Error 1146: Table 'inthecrescent_com_4.oathauth_users' doesn't exist (mysql.inthecrescent.com)

Function: MediaWiki\Extension\OATHAuth\OATHUserRepository::findByUser

Query: SELECT * FROM `oathauth_users` WHERE id = 1 LIMIT 1

Backtrace:

#0 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/Database.php(1683): Wikimedia\Rdbms\Database->getQueryException(string, integer, string, string)

#1 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/Database.php(1658): Wikimedia\Rdbms\Database->getQueryExceptionAndLog(string, integer, string, string)

#2 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/Database.php(1227): Wikimedia\Rdbms\Database->reportQueryError(string, integer, string, string, boolean)

#3 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/Database.php(1907): Wikimedia\Rdbms\Database->query(string, string, integer)

#4 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/Database.php(2007): Wikimedia\Rdbms\Database->select(string, string, array, string, array, array)

#5 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/DBConnRef.php(68): Wikimedia\Rdbms\Database->selectRow(string, string, array, string)

#6 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/libs/rdbms/database/DBConnRef.php(331): Wikimedia\Rdbms\DBConnRef->__call(string, array)

#7 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/extensions/OATHAuth/src/OATHUserRepository.php(86): Wikimedia\Rdbms\DBConnRef->selectRow(string, string, array, string)

#8 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/extensions/OATHAuth/src/Auth/SecondaryAuthenticationProvider.php(44): MediaWiki\Extension\OATHAuth\OATHUserRepository->findByUser(User)

#9 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/auth/AuthManager.php(660): MediaWiki\Extension\OATHAuth\Auth\SecondaryAuthenticationProvider->beginSecondaryAuthentication(User, array)

#10 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/auth/AuthManager.php(397): MediaWiki\Auth\AuthManager->continueAuthentication(array)

#11 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/specialpage/AuthManagerSpecialPage.php(372): MediaWiki\Auth\AuthManager->beginAuthentication(array, string)

#12 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/specialpage/AuthManagerSpecialPage.php(502): AuthManagerSpecialPage->performAuthenticationStep(string, array)

#13 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/htmlform/HTMLForm.php(707): AuthManagerSpecialPage->handleFormSubmit(array, VFormHTMLForm)

#14 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/specialpage/AuthManagerSpecialPage.php(435): HTMLForm->trySubmit()

#15 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/specialpage/LoginSignupSpecialPage.php(319): AuthManagerSpecialPage->trySubmit()

#16 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/specialpage/SpecialPage.php(600): LoginSignupSpecialPage->execute(NULL)

#17 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/specialpage/SpecialPageFactory.php(635): SpecialPage->run(NULL)

#18 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/MediaWiki.php(307): MediaWiki\SpecialPage\SpecialPageFactory->executePath(Title, RequestContext)

#19 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/MediaWiki.php(940): MediaWiki->performRequest()

#20 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/includes/MediaWiki.php(543): MediaWiki->main()

#21 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/index.php(53): MediaWiki->run()

#22 /home/crescentconnection/inthecrescent.com/mediawiki-1.35.0/index.php(46): wfIndexMain()

#23 {main}

ErostheAmor (talkcontribs)

this was the error code I just got