Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: LopSided on September 13, 2017, 10:16:06 AM

Title: Forum topics / posts not displaying
Post by: LopSided on September 13, 2017, 10:16:06 AM
Hi,

I recently moved my SMF installation from 1 host to another (I am the server owner)

Pretty much everything went smoothly, apart from 1 problem. Posts on our forum are displaying like this:

(https://i.gyazo.com/928507b1b1de8b9f60a120c28eb20bdb.png)

Only the first post shows up, with no message text, and there are no replies.

I opened Chrome's F12 developer menu and noticed an error in the console:

http://www.team-epg.com/index.php?topic=15871.msg200742;topicseen - 500 (Internal Server Error)

So for some reason, a 500 internal server error is happening when it's trying to retrieve the post information.

I have set all directory permissions to 755 and files to 644. Owner/group of the files is correct.

I have checked the SMF Settings.php, and even used the repair_settings.php tool to make sure all paths and such are correct.

What else could cause this 500 internal server error? This is literally the only issue I have.
Title: Re: Forum topics / posts not displaying
Post by: Illori on September 13, 2017, 10:17:46 AM
check your server error logs to see what is causing the error.
Title: Re: Forum topics / posts not displaying
Post by: LopSided on September 13, 2017, 10:42:15 AM
Found it, was a problem with the SayThanks plugin. Just reinstalled it. Thanks