Contentteller

Contentteller Support Forums
Home Forums > International > Deutsch > Version 1.x >

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

Discussion in 'Version 1.x' started by Pit, Dec 6, 2004.

  1. Pit Guest

    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
    Pit, Dec 6, 2004
    #1
  2. Philipp Guest

    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:
    Code:
    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]
    Philipp, Dec 6, 2004
    #2
  3. Pit Guest

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

    Klappt nun, danke :)
    Pit, Dec 6, 2004
    #3
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > International > Deutsch > Version 1.x >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.