Author |
Message |
youbedead22
New Member
![New Member New Member](modules/Forums/images/ranks/1star.gif)
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Aug 17, 2005
Posts: 8
|
Posted:
Wed Aug 17, 2005 3:41 pm |
|
i need help with this module it is NukeMatch v2.4 and when i go to configure it i get a problem and i cant seem to correct it. This is the error (
Fatal error: Call to undefined function: nm_get_configs() in /homepages/rootremoved/htdocs/modules/NukeMatch/index.php on line 34) can anyone help thanks. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
Sells PC To Pay For Divorce
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined:
Posts: 5661
|
Posted:
Wed Aug 17, 2005 3:53 pm |
|
Well did you included the code that needs to be put into the mainfile..?...like it says...
Code:
#
#-----[ OPEN ]------------------------------------------
#
mainfile.php
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
if (defined('FORUM_ADMIN')) {
include_once("../../../includes/nmatch_functions.php");
} elseif (defined('INSIDE_MOD')) {
include_once("../../includes/nmatch_functions.php");
} else {
include_once("includes/nmatch_functions.php");
}
|
Cause in the nmatch_functions.php are the nm_get_configs |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
youbedead22
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:03 pm |
|
no i havent added any code the the file. The code that i have posted is that what i need to copy into my mainfile.php? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:09 pm |
|
The code you posted?
Huh.....?.......lol
You didnt post anything.
Open your mainfile.php and just before the php closing tag ( ?> )add this code...
Code:
if (defined('FORUM_ADMIN')) {
include_once("../../../includes/nmatch_functions.php");
} elseif (defined('INSIDE_MOD')) {
include_once("../../includes/nmatch_functions.php");
} else {
include_once("includes/nmatch_functions.php");
}
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
youbedead22
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:14 pm |
|
Thanks man looks like that worked. If I run to anymore problems im going to post them here. and thanks again. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:15 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
youbedead22
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:32 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:35 pm |
|
well thats all nice im sure but i dont see http://img.photobucket.com
Well not in the netherlands anyway...
But anything wrong with putting it on your server? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
youbedead22
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:43 pm |
|
well it haveing trubble uploading the picture ok well ill explane well in the block menu where i need to see Create Team it says _NMCREATETEAM |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 4:47 pm |
|
Easy enough...
If its a public thing the create team word,put this :
Code:
define("_NMCREATETEAM","Create Team");
|
in language/lang-english.php
IF its admin stuff put it in admin/language/lang-english.php |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
youbedead22
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 5:01 pm |
|
lol i for got to add the text files add on for all the names for the module. Thanks again |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
hitwalker
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Wed Aug 17, 2005 5:03 pm |
|
Well next time read install files....it will give you a good feeling knowing you done it all by yourself. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
youbedead22
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Thu Aug 18, 2005 2:31 pm |
|
Ok i have 1 last problem i cant seem to get a caln in more then 1 ladder
can anyone help |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|