error when trying to edit the topic title

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
User avatar
dontcoz
Registered User
Posts: 507
Joined: Mon Sep 29, 2008 9:49 pm
Location: Vancouver, BC

error when trying to edit the topic title

Post by dontcoz »

Hi all. I am on the latest version with a handful of extensions. I get the following error when trying to edit a post title. I actually was able to edit the title shown on the forum page but not inside the first post.

https://memebee.com/vancouver/viewtopic.php?t=86871

Code: Select all

General Error
SQL ERROR [ mysqli ]

Index for table './memebeec_memebee/phpbb_posts.MYI' is corrupt; try to repair it [126]

SQL

Code: Select all

UPDATE phpbb_posts SET post_edit_time = 1716863128, post_edit_reason = 'Title edited.', post_edit_user = 3037, forum_id = 2, poster_id = 4340, icon_id = 0, enable_bbcode = 1, enable_smilies = 1, enable_magic_url = 1, enable_sig = 1, post_username = '', post_subject = 'Back in the day we didn\'t tolerate uppity triggers', post_checksum = '191976ebe498fefbaf601ed434c98beb', post_attachment = 0, bbcode_bitfield = '', bbcode_uid = '3xeowi', post_edit_locked = 1, post_text = '<r><TWITTER id=\"1794786295350493538\"><URL url=\"https://x.com/JoeyMannarinoUS/status/1794786295350493538\"><LINK_TEXT text=\"https://x.com/JoeyMannarinoUS/status/17 ... 5350493538\">https://x.com/JoeyMannarinoUS/status/1794786295350493538</LINK_TEXT></URL></TWITTER></r>' WHERE post_id = 1750695

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1031
CALL: trigger_error()

FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 202
CALL: phpbb\db\driver\driver->sql_error()

FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 353
CALL: phpbb\db\driver\mysqli->sql_query()

FILE: [ROOT]/includes/functions_posting.php
LINE: 2097
CALL: phpbb\db\driver\factory->sql_query()

FILE: [ROOT]/posting.php
LINE: 1550
CALL: submit_post()
Last edited by Mick on Tue May 28, 2024 7:07 am, edited 1 time in total.
Reason: Solved.
User avatar
janus_zonstraal
Registered User
Posts: 6590
Joined: Sat Aug 30, 2014 1:30 pm

Re: error when trying to edit the topic title

Post by janus_zonstraal »

phpbb_posts.MYI' is corrupt; try to repair it
Did you try that?
Sorry! My English is bat ;) !!!
User avatar
dontcoz
Registered User
Posts: 507
Joined: Mon Sep 29, 2008 9:49 pm
Location: Vancouver, BC

Re: error when trying to edit the topic title

Post by dontcoz »

i did not! i should have tried that. do i just go in a repair the entire database? if it's just that one table, i am really not sure how to do that. hm

edit - repairing the db worked. phew! thanks. i don't know why didn't i think of that.

Return to “[3.3.x] Support Forum”