MyBB Community Forums

Full Version: i get an error, how can i fix it?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Fatal error: Call to undefined function find_replace_templatesets() in /home/a8956373/public_html/inc/plugins/ougc_awards/plugin.php on line 277

help please
Open inc/plugins/ougc_awards/plugin.php and add this in line before find_replace_templatesets is used:
	require MYBB_ROOT."/inc/adminfunctions_templates.php";
edit: delayed response
run file verification tool available at tools & maintenance section of admin panel to check for changed / corrupt files