Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke Mods
Author Message
FireATST
RavenNuke(tm) Development Team



Joined: Jun 12, 2004
Posts: 654
Location: Ohio

PostPosted: Mon Mar 22, 2010 9:34 am Reply with quote

Anyone have this mod working in the latest RN? Recieving error message after install of this:

Could not query vote results.

DEBUG MODE

SQL Error : 1054 Unknown column 'vote_cast' in 'field list'

SELECT vote_id, vote_user_id, vote_cast FROM nuke_bbvote_voters ORDER BY vote_id

Line : 209
File : admin_voting.php


The following is from the admin_voting.php file in that area:


// Assign individual vote results
$sql = "SELECT vote_id, vote_user_id, vote_cast" .
" FROM ". VOTE_USERS_TABLE .
" ORDER BY vote_id";

if( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_ERROR, 'Could not query vote results.', '', __LINE__, __FILE__, $sql);
}


Am attempting to add this to a test site before adding it to the main site for someone who wants to track the voting process to make sure all are actually voting. Yes it will be added to the legal area that this mod is being used. Any help would be appreciated.....Smile
 
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
FireATST







PostPosted: Mon Mar 22, 2010 10:12 am Reply with quote

Disregard this post. Got it to work. Had to manually add the table for it. The mod I downloaded for phpnuke did not come with anything stating that you had to create this table for it to work. The regular phpbb hack has a php file you run to create this table. I just took the table information and created the table manually. Seems to work at the moment.....Smile
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> BBtoNuke Mods

View next topic
View previous topic
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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©