MyBB Community Forums

Full Version: Get mysql error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I enabled show error logs and found this error, how to fix it?

What am I suppose to do here?  Huh Huh Huh

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'tyl_tnumtyls' in 'field list'
Query:
UPDATE mybb_threads SET tyl_tnumtyls=tyl_tnumtyls+1 WHERE tid='191'

[Image: 0c5a9f532abaed1ef1a7f69d8a440aad.png]
This appears to be related to the thank_you_like plugin. Did you recently install or update this plugin?
(2022-12-27, 06:54 AM)Darth Apple Wrote: [ -> ]This appears to be related to the thank_you_like plugin. Did you recently install or update this plugin?

Yes, I installed the plugin. When I use the hide plugin [ hide ] tag and when used newpoint's points to unlock hide content I get this error. How am I suppose to fix it? How to add the sql or fix it/
run this in your phpmyadmin

ALTER TABLE mybb_threads ADD `tyl_tnumtyls` int NOT NULL default '0'

change table prefix based on your forum
Yes thankyou fixed it running the quarry

[Image: 05e30aa8d63355ba6f5603cf5f32244b.png]