Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NSN Groups
Author Message
___jay___
New Member
New Member



Joined: Feb 09, 2007
Posts: 19

PostPosted: Wed Feb 14, 2007 6:49 pm Reply with quote

I have installed RavenNuke(tm) Version 2.02.02 with CNB your account 4.4.2, NSN News 2.0, I have installed v3.0.2_arcade with EDL 2.1 downloads mod. Everything seems in order but I have noticed that I am getting this message when trying to access my groups settings in the admin panel.


It appears that NSN Groups has not been configured correctly. The most common cause is that you either have an error in the syntax that is including includes/nsngr_func.php FROM your mainfile.php, or you have not added the NSN Groups code to your mainfile.php. This code must be placed immediately before the closing ?> tag in mainfile.php. So your first 7 lines in mainfile.php must look like this:
if(defined('FORUM_ADMIN')) {
include("../../../includes/nsngr_func.php");
} elseif(defined('INSIDE_MOD')) {
include("../../includes/nsngr_func.php");
} else {
include("includes/nsngr_func.php");
}
?>



The required script in the mainfile.php is already there.
I have went over everything and can’t find the problem. Is there something with module compatibility issues going on here? When I replace the origonial mainfile.php that came with RavenNuke(tm) Version 2.02.02 the groups mod works and the error goes away… However, the index.php is not workin properly then. Ive looked over what I can with my limited knowledge in php and I cant find the problem. Any Ideas??
 
View user's profile Send private message
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Wed Feb 14, 2007 8:36 pm Reply with quote

If the CNBYA install affects the nuke_users table, then, yes, it is possible that there is now a conflict. Unfortunately, though, I have never used CNBYA and so not sure I can help much.

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
___jay___







PostPosted: Wed Feb 14, 2007 9:03 pm Reply with quote

I have noticed with the NSN Groups module enabled I have the following error on the index.php page



Column count doesn't match value count at row 1


I disable the nsn groups mod and it goes away. I don’t use groups so its no biggy. If I cant resolve it. I guess ill just uninstall it. thanks
 
___jay___







PostPosted: Wed Feb 14, 2007 11:21 pm Reply with quote

Problem solved!! I went through my mainfile.php and found that I had left out the lines after adding NSN_Center_Blocks.


if (defined('FORUM_ADMIN')) {
include("../../../includes/nsncb_func.php");
} elseif (defined('INSIDE_MOD')) {
include("../../includes/nsncb_func.php");
} else {
include("includes/nsncb_func.php");
}

Thanks.
 
montego







PostPosted: Thu Feb 15, 2007 6:18 pm Reply with quote

Hey, great news! Thanks for letting us know. Those dang edits... Smile
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> NSN Groups

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©