MyBB Community Forums

Full Version: Error everytime I try to mark forums read
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting an error everytime I click the Mark Forums Read link.  I am using this:


<li><a href="{$mybb->settings['bburl']}/misc.php?action=markread&my_post_key={$mybb->post_code}"><i class="fa fa-check-square-o"></i> Mark Forums Read</a></li>


Here is the error I get:


Quote:MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1054 - Unknown column 'lastmark' in 'field list'Query: UPDATE mybb_users SET lastmark=1486496303 WHERE uid = '1'
Please contact the MyBB Group for technical support.

What would cause this error?
I"m not seeming to find anywhere that generates that query. I followed the code on misc.php, functions_indicators.php and functions_user.php. I recommend running a File Verification and post the results here. Ignore everything in the install directory.

ACP->Tools & Maintenance->File Verification.
I just fixed it...I uninstalled the 'View Unread Post' plugin and reinstalled and somehow it just started working!

I don't know why but it is fixed, LOL!


Thanks for looking!