[Adm_vote_und_multivote_mod_fix] Fix für die Koexistenz von
Verfasst: 08.01.2007 11:28
Betrifft MOD: [mod=Adm_vote_und_multivote_mod_fix]Admin Voting MOD und Multivote MOD Fix[/mod]
hallo ich bekomme da immer einen fehler
die stimmen werden auch nicht gezählt
felhler:
mein quelltext
hoffe ihr könnt helfen
so habe hier noch ein problem
http://www.directupload.net/file/d/936/U6Tmde72_jpg.htm
hallo ich bekomme da immer einen fehler
die stimmen werden auch nicht gezählt
felhler:
Code: Alles auswählen
Warning: implode(): Bad arguments. in C:\server\xampp\htdocs\phpBB2\posting.php on line 550
Warning: Cannot modify header information - headers already sent by (output started at C:\server\xampp\htdocs\phpBB2\posting.php:550) in C:\server\xampp\htdocs\phpBB2\includes\page_header.php on line 547
Warning: Cannot modify header information - headers already sent by (output started at C:\server\xampp\htdocs\phpBB2\posting.php:550) in C:\server\xampp\htdocs\phpBB2\includes\page_header.php on line 549
Warning: Cannot modify header information - headers already sent by (output started at C:\server\xampp\htdocs\phpBB2\posting.php:550) in C:\server\xampp\htdocs\phpBB2\includes\page_header.php on line 550
mein quelltext
Code: Alles auswählen
}
//BEGIN Fix
$vote_option_id = implode(',', $vbn); //Array in String umwandeln mit , (Komma) als Trennzeichen
//END Fix
$sql = "INSERT INTO " . VOTE_USERS_TABLE . " (vote_id, vote_user_id, vote_user_ip, vote_option_id)
VALUES ($vote_id, " . $userdata['user_id'] . ", '$user_ip', $vote_option_id)";
so habe hier noch ein problem
http://www.directupload.net/file/d/936/U6Tmde72_jpg.htm