MyBB Community Forums

Full Version: Additional Groups Images (won't activate)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to activate "http://mods.mybboard.net/view/additional-groups-images" on my forums but I get the error
Quote:Warning: require(./inc/adminfunctions_templates.php) [function.require]: failed to open stream: No such file or directory in /home/****/public_html/community/inc/plugins/agi.php on line 27

Fatal error: require() [function.require]: Failed opening required './inc/adminfunctions_templates.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/****/public_html/community/inc/plugins/agi.php on line 27
Open agi.php

Change
	require './inc/adminfunctions_templates.php';

into
	require MYBB_ROOT.'/inc/adminfunctions_templates.php';

Change it in your deactivate section too, else you will complain again.
And its probably the fifth thread about such an issue. Well done!
It activates but does not show the additional group images and now the profiles error.


Parse error: syntax error, unexpected T_VARIABLE, expecting '}' in /home/k90464/public_html/community/member.php(1358) : eval()'d code on line 1
bump...
bump......