MyBB Community Forums

Full Version: Fatal error: Call to undefined function,,,,
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Version 1.4
I login as admin and all seems ok I can use Mod cp and User cp but when I click Admin cp I get the following error message:

Fatal error: Call to undefined function: forum_meta() in /content/EnterpriseHostPlus/u/n/unifiedtranslators.com/web/forums/admin/index.php on line 315

Current Line 315 is: $initialized = $meta_function();

Any solutions please, Huh

DavidK.
Undefined function = the function isn't defined.

So, the function you have is probably unknown or is known, but not defined properly.
If you are using version 1.4.0 you need to upgrade very soon. This problem could have been solved by now, and you are at a HIGH risk of being hacked.
Reupload the ./admin/inc/ folder and it's contents.
(2010-01-28, 11:10 PM)MattRogowski Wrote: [ -> ]Reupload the ./admin/inc/ folder and it's contents.

Thank you Matt re-uploaded complete site before your post now all OK.

DavidK.