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 ?
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 ?