Posted: Sun Jan 15, 2006 2:49 pm Post subject: Can't get News to show up anywhere
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.
Joined: Mar 03, 2003 Posts: 6274 Location: Washington Township, NJ, USA
Posted: Mon Jan 16, 2006 8:28 am Post subject: Re: Can
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. _________________
Posted: Wed Jan 18, 2006 7:34 am Post subject: Re: Can't get News to show up anywhere
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 ;
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