NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·Dynamic block height
·Full Path Changes Required in Several Directories
·Members Cant Logon My Site or View Forums & Member Profi
·versign and authorize.net phpauction integration...
·Approved Membership for 8.0
·I want to use full HTML content in the welcome page...
·Changed style from subsilver, folder images now dont display
·Installing the forum upadates
·PHP-Nuke SQL Injection Vulnerability Fix
·Warning: main(db/mysql.php): failed to open stream: No such

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: companynewbie
Today: 2
Yesterday: 1
Overall: 14890

Visitation:
Guests: 695
Members: 0
Total: 695


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Need to find your IP fast?
Need to find your IP fast?

NukeResources :: View topic - 7.8 with 3.2 patch modules admin...
NukeResources Forum Index

NukeResources Forum Index -> Bug Fixes -> 7.8 with 3.2 patch modules admin...
Post new topic  Reply to topic    View previous topic :: View next topic 
7.8 with 3.2 patch modules admin...
PostPosted: Thu Mar 30, 2006 10:56 pm Reply with quote
jazzfuser
Resource Seeker
Resource Seeker
 
Joined: Mar 30, 2006
Posts: 14




I’ve finished installing several modules and tweaks to the latest version of 7.8 patched with chat’s 3.2. (disclaimer: I know 7.8 isn’t the most secure version. I had to use it in order to take advantage of some of the new modules I would like to use).

Everything works, and I thought I was ready to begin setting it up for launch, until;

I went to add one final module and it didn’t show up in the module administration list. I created a dummy folder and it didn’t show up either. So, I tried changing the values of the existing modules (activating, deactivating, changing their names, etc..) and everything worked just as they should...only the newly added folders/modules do not show up.

My question is: What file, and hopefully what function should I be looking at to pinpoint this issue?

Thanks
View user's profile Send private message
PostPosted: Thu Mar 30, 2006 11:48 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1784




Hmm my guess is that your modules table does not match the structure that 7.8's nuke.sql uses

Use phpMyAdmin and post the structure of your current modules table

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Fri Mar 31, 2006 12:37 am Reply with quote
jazzfuser
Resource Seeker
Resource Seeker
 
Joined: Mar 30, 2006
Posts: 14




I created a jpg of the query and posted it here:

http://www.goodallz.com/images/modTab.jpg

I hope this helps.
View user's profile Send private message
PostPosted: Fri Mar 31, 2006 10:46 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1784




7.8 does not have a "groups" field - you can remove it

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Fri Mar 31, 2006 12:31 pm Reply with quote
jazzfuser
Resource Seeker
Resource Seeker
 
Joined: Mar 30, 2006
Posts: 14




AH HA! I installed NSN Groups and it must have added that table. So, it is likely something to do with Groups...yes?

Which brings me to another issue, if it is groups that is the problem, a lot of the syntax in the core edit files did not match and I had to find "references" to several functions and edit the differences. Was the syntax changed in chat's 3.2? In other words, should I roll back to 3.1 (Groups is an extremely important part of my build).
View user's profile Send private message
PostPosted: Fri Mar 31, 2006 5:36 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1784




It would just be a matter of finding the correct "INSERT INTO" line for the modules table and modifying it to add the new field. Does the NSN Groups instructions not show you how to do this?

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Fri Mar 31, 2006 6:43 pm Reply with quote
jazzfuser
Resource Seeker
Resource Seeker
 
Joined: Mar 30, 2006
Posts: 14




I see the following insert into in the core file admin/modules/module.php is that what I should be looking for? sorry, i am new to this stuff so please bear with me.

$db->sql_query("insert into " . $prefix . "_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '', '1', '0')");

This is the recommended "replacement"
View user's profile Send private message
PostPosted: Sat Apr 01, 2006 1:11 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1784




Notice that replace code only has 8 fields (the ones around the inner-most set of parenthesis seperated by commas) but your table has 9 fields.

You'll want these to match, try
Quote:

$db->sql_query("insert into " . $prefix . "_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '', '1', '0', '')");

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Sat Apr 01, 2006 2:44 am Reply with quote
jazzfuser
Resource Seeker
Resource Seeker
 
Joined: Mar 30, 2006
Posts: 14




Outstanding work!! That was the solution. I would have never figured it out on my own.

Thank you, so much! My skills are very limited at this time, but if you think I can help...perhaps beta test something...i don't know...anyway, let me know if I can return the favor.
View user's profile Send private message
7.8 with 3.2 patch modules admin...
 NukeResources Forum Index -> Bug Fixes
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
All times are GMT - 4 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 152 unique hit(s) in the past 24 hours.
Forums ©
Nuke Sites Link Directory


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.55 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::