Support Forums | Demo Gallery [1.x] [2.x] | Downloads | News | Site Map ]
Nuked Gallery
  Create a FREE account or Login   As a guest, you don't have access to our FULL navigation system.
 Forum FAQForum FAQ   StatisticsStatistics   SearchSearch   UsergroupsUsergroups   FavoritesFavorites  

Can't get News to show up anywhere

 
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Other PHPNuke Issues View previous topicPrinter friendly versionView next topic
Author Message
dahman

Beginner
Beginner


Joined: Jan 07, 2006
Posts: 8

PostPosted: Sun Jan 15, 2006 2:49 pm    Post subject: Can't get News to show up anywhere Reply with quote

I have been trying to figure out why my News and Topics do not show up anywhere after I submit them. After publishing either a news article or adding something to my Topics, it's as if it never goes anywhere, other than nowhere. Any ideas? I would appreciate it very much, thanks.
Back to top
Offline View user's profile Send private message
AdBot
   Post subject: Can't get News to show up anywhere  

Back to top
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Mon Jan 16, 2006 8:28 am    Post subject: Re: Can Reply with quote

it's most likely a DB issue. can't be more specific than that since i don't know the specifics of your database. make sure all the column names, etc are included and spelled properly, etc.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
dahman

Beginner
Beginner


Joined: Jan 07, 2006
Posts: 8

PostPosted: Wed Jan 18, 2006 7:34 am    Post subject: Re: Can't get News to show up anywhere Reply with quote

Ok, and what particular tables should I be checking? _autonews or _topics?
Here are both of my DB's

--
-- Table structure for table `nuke_autonews`
--

CREATE TABLE `nuke_autonews` (
`anid` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL default '0',
`aid` varchar(25) NOT NULL default '',
`title` varchar(80) NOT NULL default '',
`time` varchar(19) NOT NULL default '',
`hometext` text NOT NULL,
`bodytext` text NOT NULL,
`topic` int(3) NOT NULL default '1',
`informant` varchar(25) NOT NULL default '',
`notes` text NOT NULL,
`ihome` int(1) NOT NULL default '0',
`alanguage` varchar(30) NOT NULL default '',
`acomm` int(1) NOT NULL default '0',
`associated` text NOT NULL,
PRIMARY KEY (`anid`),
KEY `anid` (`anid`)
) TYPE=MyISAM AUTO_INCREMENT=4 ;

--
-- Dumping data for table `nuke_autonews`
--




--
-- Table structure for table `nuke_topics`
--

CREATE TABLE `nuke_topics` (
`topicid` int(3) NOT NULL auto_increment,
`topicname` varchar(20) default NULL,
`topicimage` varchar(100) NOT NULL default '',
`topictext` varchar(40) default NULL,
`counter` int(11) NOT NULL default '0',
PRIMARY KEY (`topicid`),
KEY `topicid` (`topicid`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;

--
-- Dumping data for table `nuke_topics`
--

INSERT INTO `nuke_topics` VALUES (1, 'phpnuke', 'phpnuke.gif', 'PHP-Nuke', 0);
Back to top
Offline View user's profile Send private message
dahman

Beginner
Beginner


Joined: Jan 07, 2006
Posts: 8

PostPosted: Wed Jan 18, 2006 8:13 am    Post subject: Re: Can't get News to show up anywhere Reply with quote

Also _stories:

--
-- Table structure for table `nuke_stories`
--

CREATE TABLE `nuke_stories` (
`sid` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL default '0',
`aid` varchar(25) NOT NULL default '',
`title` varchar(80) default NULL,
`time` datetime default NULL,
`hometext` text,
`bodytext` text NOT NULL,
`comments` int(11) default '0',
`counter` mediumint(8 ) unsigned default NULL,
`topic` int(3) NOT NULL default '1',
`informant` varchar(25) NOT NULL default '',
`notes` text NOT NULL,
`ihome` int(1) NOT NULL default '0',
`alanguage` varchar(30) NOT NULL default '',
`acomm` int(1) NOT NULL default '0',
`haspoll` int(1) NOT NULL default '0',
`pollID` int(10) NOT NULL default '0',
`score` int(10) NOT NULL default '0',
`ratings` int(10) NOT NULL default '0',
`rating_ip` varchar(15) default '0',
`associated` text NOT NULL,
PRIMARY KEY (`sid`),
KEY `sid` (`sid`),
KEY `catid` (`catid`),
KEY `counter` (`counter`),
KEY `topic` (`topic`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

--
-- Dumping data for table `nuke_stories`
--
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Mon Jan 23, 2006 9:56 am    Post subject: Re: Can Reply with quote

is this a plain vanilla phpnuke?
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
dahman

Beginner
Beginner


Joined: Jan 07, 2006
Posts: 8

PostPosted: Mon Jan 23, 2006 6:01 pm    Post subject: Re: Can Reply with quote

No it is not, I don't think
Back to top
Offline View user's profile Send private message
dari

Site Admin
Site Admin


Joined: Mar 03, 2003
Posts: 6274
Location: Washington Township, NJ, USA

PostPosted: Wed Jan 25, 2006 9:04 am    Post subject: Re: Can Reply with quote

if you downloaded it from anywhere but phpnuke.org, you'll have to ask the maintainer of that site.
_________________
Back to top
Offline View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    NukedGallery.net Forum Index » PHP-Nuke Issues » Other PHPNuke Issues View previous topicPrinter friendly versionView next topic

 
Jump to:  
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 - 5 Hours

Powered by phpBB © phpBB Group



Sponsors: Web HostingDedicated ServersDomain NamesDomain Name RegistrationDedicated Web HostingSearch Engine OptimisationSEOWeb Design New YorkSEO Web DesignWeb hosting AustraliaSEO

6th year online! 2003-2008
Legal • Use of this site consitutes agreement to the Acceptable Use Policy
Hosted by Implosion WorksSourceForge.net Logo • Theme by TonicMedia