MyBB Community Forums

Full Version: Weird code when posting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I try to post a thread or a reply, I get:
Fatal error: Call to undefined function: update_thread_data() in /home/joeloliz/public_html/forum/inc/datahandlers/post.php on line 1164
I've tried de-activating all the plugins that let me view the forum, but now it's everytime I post.
Ensure that all your files are from the latest release of MyBB. Sometimes during uploading, some files do not upload correctly for whatever reason and the old version remains.
Also, possibly an old plugin...
That function is still in use in MyBB 1.2.9; try to reupload your ./inc/functions.php
LeX- Wrote:That function is still in use in MyBB 1.2.9; try to reupload your ./inc/functions.php
Thanks, worked perfectly!