MyBB Community Forums

Full Version: 1.6.14 to 1.8 Upgrade Issue: No Time Displayed & New Thread Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

Updated my site to 1.8 and apart from Theme Tweaks i need to make, it seems to have gone relatively smoothly apart from 2 key issues:

Time Not Displaying:

As you can see here: http://www.berlingoforum.co.uk

The time does not display for the latest posted threads on the right.

Posting a new thread issue:

I've had an email from a member that the following appears when trying to post a new thread:

Quote:MyBB has experienced an internal SQL error and cannot continue.


SQL Error:
    1146 - Table 'berlingo_forum.mybb2_reportedposts' doesn't exist
Query:
    SELECT COUNT(DISTINCT p.pid) AS numreports FROM mybb2_posts p INNER JOIN mybb2_reportedposts r ON r.pid=p.pid WHERE p.uid=8448 AND p.visible=1 AND r.reportstatus!=0

Any help appreciated!
Any help guys?

Many thanks in advanced.
how do you get Latest Threads on right side - which plugin is used for it ?

if you have a plugin related to reporting posts then that needs to be modified for MyBB 1.8
disable it at present and contact the coder
I have hundred of error logs with seem to relate the the mySQL error above:

[Fri Sep 26 06:50:27 2014] [error] [client 91.207.7.21] SoftException in Application.cpp:641: Could not execute script "/xxxx/public_html/newreply.php", referer: http://www.berlingoforum.co.uk/newreply....lyto=26064
^ for such type of errors it would be better to ask web host to investigate the cause

anyway, have you run file verification tool to find any changed files and can you enlist active plugins
(2014-09-26, 11:54 AM)Andre R. Wrote: [ -> ]I have hundred of error logs with seem to relate the the mySQL error above:

[Fri Sep 26 06:50:27 2014] [error] [client 91.207.7.21] SoftException in Application.cpp:641: Could not execute script "/xxxx/public_html/newreply.php", referer: http://www.berlingoforum.co.uk/newreply....lyto=26064

This typically indicates that the file permissions and/or ownership aren't set correctly.

You may like to point your web host to this: http://thecpaneladmin.com/fix-account-permissions/