This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Error: 1136 Column count doesn't match value count at row 1


avatar
Pit 0
From: -
Error: 1136 Column count doesn't match value count at row 1

Hallo Philipp,

"Report a bad link" führt zu dieser Fehlermeldung - was könnte die Ursache sein?

Welcome to Esselbach Storyteller CMS System 1.7.1 (released on Tuesday 01st of June 2004 06:40:45 PM)

You are running PHP version 4.3.9-1 with Turck MMCache and MySQL 4.0.21 with InnoDB tables


Gruss,
Peter

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Error: 1136 Column count doesn't match value count at row 1
avatar
OP 0
From: -
Error: 1136 Column count doesn't match value count at row 1

Klappt nun, danke Smiling Face
1 Re: Error: 1136 Column count doesn't match value count at row 1
avatar
Administrator
1340
From: Vienna, Austria
Error: 1136 Column count doesn't match value count at row 1

Die Tabelle esselbach_st_brokenlinks hat mehr oder wenig Felder als erwartet.

Am besten lösche esselbach_st_brokenlinks mit phpMyAdmin und führe danach folgenden SQL Befehl aus:
CREATE TABLE esselbach_st_brokenlinks (

broken_id int(11) NOT NULL auto_increment,
broken_website int(2) NOT NULL default '1',
broken_user varchar(80) NOT NULL default '',
broken_file varchar(80) NOT NULL default '0',
broken_comments text NOT NULL default '',
broken_ip varchar(16) NOT NULL default '127.0.0.1',

PRIMARY KEY (broken_id)
) TYPE = InnoDB;

[Edited by Philipp on 2004-12-06 08:15:04]

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.