Topic on Project:Support desk

Getting Internal Error when editing content or creating new content

4
Dorourkie (talkcontribs)

I'm finally getting data to show up, which is great (though some of the templates still aren't working). However, whenever I try to save edited or new data, I get the following error:

Internal error

[9c342358] 2016-08-18 03:45:43: Fatal exception of type MWException

I'm not sure what's causing this problem. Even before I transferred the data, the "brand new" wiki was doing this. Any thoughts?

Wiki URL: http://furrybasketball.net/wiki/index.php?title=Main_Page

Ciencia Al Poder (talkcontribs)
Dorourkie (talkcontribs)

Thanks for the tip.

Error is below as follows:

[320c7e6a] /wiki/index.php?title=Main_Page&action=submit Exception from line 1788 of /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/WikiPage.php: Could not find text for current revision 54677.

Backtrace:

#0 [internal function]: WikiPage->doEditContent(WikitextContent, string, integer, boolean, NULL, string)

#1 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/Article.php(2027): call_user_func_array(array, array)

#2 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/EditPage.php(1830): Article->__call(string, array)

#3 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/EditPage.php(1830): Article->doEditContent(WikitextContent, string, integer, boolean, NULL, string)

#4 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/EditPage.php(1243): EditPage->internalAttemptSave(array, boolean)

#5 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/EditPage.php(433): EditPage->attemptSave()

#6 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/actions/EditAction.php(50): EditPage->edit()

#7 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/actions/EditAction.php(74): EditAction->show()

#8 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/Wiki.php(487): SubmitAction->show()

#9 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/Wiki.php(285): MediaWiki->performAction(Article, Title)

#10 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/Wiki.php(647): MediaWiki->performRequest()

#11 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/includes/Wiki.php(506): MediaWiki->main()

#12 /var/www/vhosts/furrybasketball.net/httpdocs/wiki/index.php(46): MediaWiki->run()

#13 {main}

87.123.13.181 (talkcontribs)

This post resumes Topic:T8z4kh0eu1cdt7wt.

This error means that at least the named row from the database table text is missing. After checking your page, I am pretty sure that all "newer" rows from that table are missing - very old revisions are however working correctly. Also, the user table does not seem to be working or present.

My guess is that you imported the database, this import aborted and now you only have the first part of your database in place with the last tables missing completely. Please compare your tables with the list on page DB to verify this!

If I am right with my guess, then you should delete the text table from your database again. After that, import only the text table and those tables following after it in your MySQL dump file so that you again have the complete database in place!

Reply to "Getting Internal Error when editing content or creating new content"