Ik ben bezig met vot manage 1.0.2.
Maar nu krijg ik de fout hier onder, waar moet ik naar zoeken?
Could not obtain user vote data for this topic
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND vote_user_id = 2' at line 4
SELECT * FROM phpbb_vote_voters WHERE vote_id = AND vote_user_id = 2
Line : 499
File : posting.php
vot manage 1.0.2.
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- Carlo Claessen
- Berichten: 1280
- Lid geworden op: 02 jul 2005, 14:05
Na lang zoeken heb ik het gevonden dit staat er in uitleg.
#-----[ IN-LINE FIND ]---------------------------------------------
#
'$user_ip'
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------------------
#
, $vote_option_id
Maar het moet zijn in
#-----[ IN-LINE AFTER, ADD ]---------------------------------------------
#
, '$vote_option_id'
#-----[ IN-LINE FIND ]---------------------------------------------
#
'$user_ip'
#
#-----[ IN-LINE AFTER, ADD ]---------------------------------------------
#
, $vote_option_id
Maar het moet zijn in
#-----[ IN-LINE AFTER, ADD ]---------------------------------------------
#
, '$vote_option_id'