Poll Problem - NBS






 

 

Poll Problem - NBS

View Full Version : Poll Problem


Luke Beale
08-Oct-2006, 04:49 PM
Hello,

When people make polls this error comes up:

Could not obtain user vote data for this topic

DEBUG MODE

SQL Error : 1146 Table 'mfphpbb2.VOTE_USERS_TABLE' doesn't exist

SELECT vote_id FROM VOTE_USERS_TABLE WHERE vote_id = 6 AND vote_user_id = 3

Line : 706
File : viewtopic.php

It should be looking to the database for that forum but it doesnt.
It does the same thing on all the forums, how can i change it so it looks on support.VOTE_USERS_TABLE for example insted of mfphpbb2.VOTE_USERS_TABLE ?

Derek
08-Oct-2006, 05:25 PM
I cannot reproduce this. Verify that the forum's config file is being created in nbs/configs/accessname.php

Also make sure all of the tables exist in the database for that particular forum.

Derek

Luke Beale
08-Oct-2006, 06:22 PM
yep an example of one of the config files config_ART.php but posting works its just when people try to make polls it looks in the wrong part of the database.

The part in side says ART_ for the database prefix.

Derek
08-Oct-2006, 09:13 PM
Ok, I'll look into it.

Derek

Luke Beale
08-Oct-2006, 10:00 PM
Ok, I'll look into it.

Derek

Well i dont know if it is just accuring on my forum, maybe a file or something just needs changing.

Derek
08-Oct-2006, 10:25 PM
No, like I said, it's not happening on my dev site so that's really weird. Do you have a link I can look at?

Luke Beale
08-Oct-2006, 10:36 PM
Well here is what a member posted about it happening on his forum

It has a screen shot

http://gameforumez.com/mf/support/viewtopic.php?t=14

Derek
09-Oct-2006, 02:27 AM
Do you have any mods installed that could be causing this?

Luke Beale
09-Oct-2006, 10:29 AM
Well i have one mod installed on it.

NutPort Portal

Luke Beale
09-Oct-2006, 08:46 PM
Also i re-installed this Multiforum system onto a new database and the polls worked fine, so i dont know the problem.

Derek
09-Oct-2006, 10:12 PM
The problem is probably caused by the mod you installed.

Derek

Luke Beale
09-Oct-2006, 10:24 PM
EDIT: FIXED

Well i will try to remove it