Author |
Message |
flid
Hangin' Around
Joined: Dec 26, 2005
Posts: 45
|
Posted:
Wed Nov 29, 2006 5:15 pm |
|
I am using RavenNuke76 v2.02.02 Distro. I have just upgraded. Everything is working great except the news. When I add news it previews ok, but when I go to submit it nothing updates and I have been having to do it via phpmyadmin which is a pain.
I am not using the wysiwyg and the news was working fine before the upgrade. I upgraded from another version of raven nuke.
Also when a new post/thread is posted on the forum, it doesnt re direct you automatically to your post anymore. |
|
|
|
|
evaders99
Former Moderator in Good Standing
Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Wed Nov 29, 2006 11:32 pm |
|
Post the structure of your stories table
The redirect may be due to recoding for W3C compliance. It removes the META tag that does the redirect. This forum exhibits the same behavior. |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
|
flid
|
Posted:
Thu Nov 30, 2006 3:50 am |
|
evaders99 wrote: | Post the structure of your stories table
The redirect may be due to recoding for W3C compliance. It removes the META tag that does the redirect. This forum exhibits the same behavior. |
I'm sorry I am not big on all this what do you mean?
But if you mean how my stories is set up, then it is however it is made in the raven nuke I havent changed anything. |
|
|
|
|
evaders99
|
Posted:
Thu Nov 30, 2006 8:08 am |
|
Part of the upgrade could have failed. We need to see that structure of your stories table. That means using phpMyAdmin to go to your stories table, export the structure of that table, and post it here. |
|
|
|
|
flid
|
Posted:
Thu Nov 30, 2006 9:11 am |
|
is this what you mean?
Quote: | 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( 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=242 ; |
|
|
|
|
|
evaders99
|
Posted:
Thu Nov 30, 2006 12:05 pm |
|
RavenNuke does not use the rating_ip field. Deleting it should solve the problem |
|
|
|
|
flid
|
Posted:
Thu Nov 30, 2006 12:37 pm |
|
Thank you very much tht did the trick |
|
|
|
|
zlmark
Regular
Joined: Sep 25, 2006
Posts: 57
|
Posted:
Mon Feb 05, 2007 5:45 pm |
|
Worked great, i used Darklords 8.0 to 7.6 downgrade and this is one problem i'm having. |
|
|
|
|
|