MyBB Community Forums

Full Version: Custom Forum Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently downloaded and installed this mod and it worked up until I clicked where to go to edit the forum icons and got this error:
Warning [2] require(/home/albisi9/public_html/forums/admin/modules/forum/cfi.php) [function.require]: failed to open stream: No such file or directory - Line: 523 - File: admin/index.php PHP 5.3.16 (Linux)
File Line Function
/admin/index.php 523 errorHandler->error
/admin/index.php 523 require

Fatal error: require() [function.require]: Failed opening required '/home/albisi9/public_html/forums/admin/modules/forum/cfi.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/albisi9/public_html/forums/admin/index.php on line 523

How can I fix this? Did I even upload the mod right?
Thanks in advance for any help!
Pls check whether all files of that plugin are uploaded to the correct location.

Do you have the cfi.php file at /admin/modules/forum
(2012-10-23, 03:30 AM)mmadhankumar Wrote: [ -> ]Pls check whether all files of that plugin are uploaded to the correct location.

Do you have the cfi.php file at /admin/modules/forum


Hi,

i guess You changed Folder name of Admin.

Solution:
Go and edit inc-->plugin -->cfi.php

find
require_once './adm/inc/functions_themes.php';

Replace it

require_once './your admin foldername/inc/functions_themes.php';

It will fix it.....
If you're having problems with this plugin, I suggest using the following:

http://mods.mybb.com/view-resource/forum-icons-v2

It's just 1 template edit.