MyBB Community Forums

Full Version: Installing plugin creates php error :(
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I was installing MyAwards plugin, and i got to step 4.

http://www.mybbcentral.com/thread-8418.h...t=MYAWARDS

It then gave me this error when i tried to install it via AdminCP.

I tried another plugin which came with my site, and that gave a php error, but it was the same error but on a different line.

I have triple checked to make sure all my file are in the correct directories. Here is a screenshot of the error.

http://gyazo.com/30f2b8c6b8e8c011d8a27471d67ed86e

I am using free hosting to get my site up and running. I contacted the owner / creator, and this is our conversation, he redirected me to these forums.

http://gyazo.com/21ce5f2527bc985a2a65c5441e781de3

Please help me!

Here are the few lines of coding it is calling the error from:

require_once MYBB_ROOT."/inc/adminfunctions_templates.php";
	//First, remove old template changes if they used 1.x version.
	find_replace_templatesets("postbit_author_user", '#<br /><!-- AWARDS -->#', '',0);

adminfunctions_templates.php is installed.