NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · Nuke Sites · Nuke Skins
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
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· 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
Currently there is a problem with headlines from this site
Top10 Links
· 1: Nuke Forums
· 2: Windows Installation: PHP
· 3: PHPNukeFiles
· 4: NukeSkins
· 5: Nuke Templates
· 6: EcomJunk
· 7: MDesign
· 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: born
Today: 0
Yesterday: 0
Overall: 16031

Visitation:
Guests: 236
Members: 0
Total: 236


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Game Quest Online - Games and more!
Game Quest Online - Games and more!

NukeResources :: View topic - Serious problem with phpnuke 7.8
NukeResources Forum Index

NukeResources Forum Index -> Bug Reports -> Serious problem with phpnuke 7.8
Post new topic  Reply to topic    View previous topic :: View next topic 
Serious problem with phpnuke 7.8
PostPosted: Mon Nov 21, 2005 2:02 pm Reply with quote
modex
Resource Seeker
Resource Seeker
 
Joined: Nov 21, 2005
Posts: 6




I have been using it since about 11/11/05 no problems however when I came to change my banner the option wasn't in the admin panel also there is no reference in the admin/modules section , nor does the module show up in my modules block!!! . . . I have tried complete uninstall (delete everything ) then fresh install , I have also tried upgrade from 7.7 deleting the banners.php etc. still no luck ! I can access the user/client page by typing in the url i.e. http://www.modxbox360.co.uk/modules.php?name=Advertising but the admin version of this doesn't work !
Any help would be greatly appreciated .
Thanks
View user's profile Send private message Send e-mail
PostPosted: Mon Nov 21, 2005 4:18 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1796




Using the latest Patched files? It should appear as the link Banners under your Module Administration menu

_________________
- 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
RE : patched files
PostPosted: Mon Nov 21, 2005 5:43 pm Reply with quote
modex
Resource Seeker
Resource Seeker
 
Joined: Nov 21, 2005
Posts: 6




I am not using the latest patched files when I used the patched files on my 7.7 version loads of things went wrong! I can try but it will take me a while need to do them all manually one by one though as I can only use my servers file manager Sad .
-Just a thought , can I just upload the 'patched' files for that module and the admin files ? and not the whole thing ?
View user's profile Send private message Send e-mail
PostPosted: Tue Nov 22, 2005 1:00 am Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1796




There are changes throughout the Patched files, it is not suggested to do only certain files. You may have problems with this approach

_________________
- 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
7.8 patched
PostPosted: Tue Nov 22, 2005 9:22 am Reply with quote
modex
Resource Seeker
Resource Seeker
 
Joined: Nov 21, 2005
Posts: 6




Hello , I have just finished adding the patched version of nuke 7.8 it has installed succsessfully , However my admin panel still does not display the banners option , neither does 'Advertising show in my modules anywhere !! I can still access the client page (login etc.) by typing the url for the page i.e. http://www.modxbox360.co.uk/modules.php?name=Advertising , however I cannot access it in admin even by typing any variation of links that reference to it .

Please help !
View user's profile Send private message Send e-mail
PostPosted: Tue Nov 22, 2005 7:03 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1796




Do you have the files under modules/Advertising/admin ?

Use phpMyAdmin and post the structure of your 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
sql modules table dump
PostPosted: Wed Nov 23, 2005 6:33 am Reply with quote
modex
Resource Seeker
Resource Seeker
 
Joined: Nov 21, 2005
Posts: 6




Yes I do have the admin folder in my Advertising module , I has been uploaded and installed in the layout it is presented in (if that makes sence), and I have double checked that there are no banners.php etc. in the root->admin folders .

Any way here is the dump it gave me :

-- phpMyAdmin SQL Dump
-- version 2.6.4-pl2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 23, 2005 at 05:27 AM
-- Server version: 4.0.25
-- PHP Version: 4.3.11
--
-- Database: `**MY DATABASE NAME**`
--

-- --------------------------------------------------------

--
-- Table structure for table `nuke_modules`
--

CREATE TABLE `nuke_modules` (
`mid` int(10) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`custom_title` varchar(255) NOT NULL default '',
`active` int(1) NOT NULL default '0',
`view` int(1) NOT NULL default '0',
`inmenu` tinyint(1) NOT NULL default '1',
`mod_group` int(10) default '0',
`admins` varchar(255) NOT NULL default '',
`wysig_status` tinyint(1) NOT NULL default '0',
PRIMARY KEY (`mid`),
KEY `mid` (`mid`),
KEY `title` (`title`),
KEY `custom_title` (`custom_title`)
) TYPE=MyISAM AUTO_INCREMENT=24 ;

--
-- Dumping data for table `nuke_modules`
--

INSERT INTO `nuke_modules` VALUES (1, 'AvantGo', 'AvantGo', 0, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (2, 'Content', 'Content', 1, 1, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (3, 'Downloads', 'Downloads', 1, 1, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (4, 'Encyclopedia', 'Encyclopedia', 0, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (5, 'FAQ', 'FAQ', 0, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (6, 'Feedback', 'Feedback', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (7, 'Forums', 'Forums', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (8, 'Journal', 'Journal', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (9, 'Members_List', 'Members List', 0, 1, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (10, 'News', 'News', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (11, 'Private_Messages', 'Private Messages', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (12, 'Recommend_Us', 'Recommend Us', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (13, 'Reviews', 'Reviews', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (14, 'Search', 'Search', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (15, 'Statistics', 'Statistics', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (16, 'Stories_Archive', 'Stories Archive', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (17, 'Submit_News', 'Submit News', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (18, 'Surveys', 'Surveys', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (19, 'Top', 'Top 10', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (20, 'Topics', 'Topics', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (21, 'Web_Links', 'Web Links', 1, 0, 1, 0, '', 0);
INSERT INTO `nuke_modules` VALUES (22, 'Your_Account', 'Your Account', 1, 0, 1, 0, '', 0);


And by looking at this I think I can see the problem however I don't know how to fix it ! It appears that the Advertising module is not installed in my database for some reason !?
If this is the case how do I resolve it - I have only been using php since 11/11/05 and am still quite unfamiliar with it .

And I do really appreciate all the help you are offering me !
View user's profile Send private message Send e-mail
PostPosted: Wed Nov 23, 2005 3:54 pm Reply with quote
chatserv
Site Admin
Site Admin
 
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico




INSERT INTO nuke_modules VALUES ('', 'Advertising', 'Advertising', 1, 0, 1, 0, '');

_________________
NukeResources | ScriptHeaven
View user's profile Send private message Visit poster's website
PostPosted: Wed Nov 23, 2005 4:32 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1796




'wysig_status' field is not used in phpNuke 7.8 and should be removed

_________________
- 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
Thank you
PostPosted: Wed Nov 23, 2005 5:24 pm Reply with quote
modex
Resource Seeker
Resource Seeker
 
Joined: Nov 21, 2005
Posts: 6




Thanks so much for sorting that out for me !! It now displays correctly !!

Very Happy

I did have to add definitions in the admin language file for certain parts of text (would of thought that should already be there?) but did that and all displays fine now thanks very much.
View user's profile Send private message Send e-mail
. . .
PostPosted: Wed Nov 23, 2005 5:26 pm Reply with quote
modex
Resource Seeker
Resource Seeker
 
Joined: Nov 21, 2005
Posts: 6




Did not need to alter WYSIWYG settings/fields just added --->INSERT INTO nuke_modules VALUES ('', 'Advertising', 'Advertising', 1, 0, 1, 0, '');

it now all shows up and works (so far!)

thanks again
View user's profile Send private message Send e-mail
Serious problem with phpnuke 7.8
 NukeResources Forum Index -> Bug Reports
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 67 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.56 Seconds

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