Author |
Message |
jaded
Theme Guru
Joined: Nov 01, 2003
Posts: 1006
|
Posted:
Sun Jun 04, 2006 6:22 am |
|
This is still an issue with the downgrade script. I think someone should sticky this and get in touch with Bob to alter his downgrade script a little.
here are the table structures for both rn 7.6 and what is left after the downgrade script. This is preventing the surveys from creating.
Below is the table information left after running the downgrade.
Code:CREATE TABLE `nuke_poll_desc` (
`pollID` int(11) NOT NULL auto_increment,
`pollTitle` varchar(100) NOT NULL default '',
`timeStamp` int(11) NOT NULL default '0',
`voters` mediumint(9) NOT NULL default '0',
`planguage` varchar(30) NOT NULL default '',
`artid` int(10) NOT NULL default '0',
`comments` int(11) default '0',
PRIMARY KEY (`pollID`),
KEY `pollID` (`pollID`)
) TYPE=MyISAM AUTO_INCREMENT=6 ;
|
Below is the RN table
Code:CREATE TABLE `nuke_poll_desc` (
`pollID` int(11) NOT NULL auto_increment,
`pollTitle` varchar(100) NOT NULL default '',
`timeStamp` int(11) NOT NULL default '0',
`voters` mediumint(9) NOT NULL default '0',
`planguage` varchar(30) NOT NULL default '',
`artid` int(10) NOT NULL default '0',
PRIMARY KEY (`pollID`)
) TYPE=MyISAM;
|
You have to change this ,remove the comments property, to get the module to function correctly. You can of course still use your current surveys, view the old ones, etc. However, You cannot make a new one at all. It results in a white page. |
_________________ Themes BB Skins
http://www.jaded-designs.com
Graphic Tees
http://www.cafepress.com/jadeddesigns
Paranormal Tees
http://www.cafepress.com/HauntedTees
Ghost Stories & More
http://www.hauntingtales.net
Last edited by jaded on Thu Aug 17, 2006 9:00 am; edited 1 time in total |
|
|
|
kguske
Site Admin
Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Sun Jun 04, 2006 8:21 am |
|
Good point. Have you notified Bob? |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
|
jaded
|
Posted:
Sun Jun 04, 2006 8:25 am |
|
I sent him an email via his site but have not heard back. Perhaps he is away. I do think that at least making this a sticky would make it easier for others to find for now. |
|
|
|
|
gregexp
The Mouse Is Extension Of Arm
Joined: Feb 21, 2006
Posts: 1497
Location: In front of a screen....HELP! lol
|
Posted:
Sun Jun 04, 2006 11:57 am |
|
now i know this is still a valid point...but ive noticed this same thing on other modules....if u run a query from phpmyadmin...it doesnt matter if u fill in ALL the values...but in php...miss one and somethin wont operate correctly...curious as to why this is. |
_________________ For those who stand shall NEVER fall and those who fall shall RISE once more!! |
|
|
|
hitwalker
Sells PC To Pay For Divorce
Joined:
Posts: 5661
|
Posted:
Sun Jun 04, 2006 2:07 pm |
|
still?
If it was interesting enough it would have been solved by now..
the less people downgrade...the less important it gets debugging it.. |
|
|
|
|
Meoff
Regular
Joined: Aug 05, 2006
Posts: 55
Location: Thailand
|
Posted:
Thu Aug 17, 2006 8:16 am |
|
I am having the exact problem described in the original post with my recent downgrade from 7.8 to RN 7.6.
Could someone be kind enough to explain in simple terms where I need to go (which file) in order to remove the "comment" property described?
EDIT- Nevermind- found it in the SQL table nuke_poll_desc and deleted it with PHPmyadmin. Problem solved. |
|
|
|
|
jaded
|
Posted:
Thu Aug 17, 2006 8:59 am |
|
great! I am glad that it helped you! |
|
|
|
|
|