MyBB Community Forums

Full Version: Error messages in tools and maintenance
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I get the following errors in tools and maintenance section whenever i open the tools and maintenance section:

Warning [2] include_once(/home/kjlmishr/public_html/inc/plugins/iplog/languages/english.admin.php) [function.include-once]: failed to open stream: No such file or directory - Line: 114 - File: inc/plugins/iplog.php PHP 5.2.13 (Linux)
File Line Function
/inc/plugins/iplog.php 114 errorHandler->error
/inc/plugins/iplog.php 114 iplog_action_handler
[PHP] iplog_action_handler
/inc/class_plugins.php 142 call_user_func_array
/admin/modules/tools/module_meta.php 62 pluginSystem->run_hooks_by_ref
/admin/index.php 442 tools_action_handler
Warning [2] include_once() [function.include]: Failed opening '/home/kjlmishr/public_html/inc/plugins/iplog/languages/english.admin.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') - Line: 114 - File: inc/plugins/iplog.php PHP 5.2.13 (Linux)
File Line Function
/inc/plugins/iplog.php 114 errorHandler->error
/inc/plugins/iplog.php 114 iplog_action_handler
[PHP] iplog_action_handler
/inc/class_plugins.php 142 call_user_func_array
/admin/modules/tools/module_meta.php 62 pluginSystem->run_hooks_by_ref
/admin/index.php 442 tools_action_handler
Disable this iplog plugin which seems to be interfering.
And/or delete the folder iplog in the plugins folder.
(2010-08-13, 10:26 AM)Polarbear541 Wrote: [ -> ]Disable this iplog plugin which seems to be interfering.
And/or delete the folder iplog in the plugins folder.
But what this plugin is for?Is it really necesary?
(2010-08-13, 02:13 PM)Sahil_kr Wrote: [ -> ]
(2010-08-13, 10:26 AM)Polarbear541 Wrote: [ -> ]Disable this iplog plugin which seems to be interfering.
And/or delete the folder iplog in the plugins folder.
But what this plugin is for?Is it really necesary?

Don't ask us, you're the one who installed it. Confused
Sahil_kr, how are we supposed to know what iplog is?? That's a plugin you installed, you have to work out what it does.
(2010-08-13, 02:13 PM)Sahil_kr Wrote: [ -> ]
(2010-08-13, 10:26 AM)Polarbear541 Wrote: [ -> ]Disable this iplog plugin which seems to be interfering.
And/or delete the folder iplog in the plugins folder.
But what this plugin is for?Is it really necesary?

Very odd question to ask as, as has been said, you're the one who chose to install it Confused If you don't think it's necessary, don't use it.

Either way, this seems to be a very badly written plugin as it's not handling language files in the normal way.