- Wat is het probleem? ik krijg een error melding als ik de sql wil gaan uitvoeren
Wanneer ontstond het probleem? gelijk
Adres van je forum: http://www.torrentgame.nl/forum/
Geïnstalleerde mods: http://www.torrentgame.nl/forum/hacks_list.php
Huidige template: FI blue 3D
phpBB versie: 2.0.19
Host: NVT
Heb je onlangs een mod of stijl geïnstalleerd?nee
Heb je gezocht naar een antwoord?nee wist niet waar ik moets zoeken
via phpmyadmin
SQL-query:
INSERT INTO torrentgame_config
VALUES (
'move_when_locked_stat' , -1
)
MySQL retourneerde:
#1136 - Column count doesn't match value count at row 1
via db_update
INSERT INTO torrentgame_config VALUES('move_when_locked_stat',-1)
+++ Error: Column count doesn't match value count at row 1
INSERT INTO torrentgame_config VALUES('move_when_locked_id',1)
+++ Error: Column count doesn't match value count at row 1
INSERT INTO torrentgame_config VALUES('leave_special_topic_stat',-1)
+++ Error: Column count doesn't match value count at row 1
INSERT INTO torrentgame_config VALUES('leave_global_topic_stat',-1)
+++ Error: Column count doesn't match value count at row 1