Seite 1 von 1

kann keinen neuen Artikel in 4.8.11 Version anlegen

Verfasst: Di 24. Feb 2009, 12:02
von Portuondo
Hallo!

Habe auf die 4.8.11. Version upgedatet und kann jetzt keinen neuen Artikel anlegen.
(Sonst scheint alles zu funktionieren)
Im Error-Log steht folgendes:

Code: Alles auswählen

[24-Feb-2009 11:43:53] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=ed7122a3020e5256fb14c3e4b987814e MySQL error 1366: Incorrect integer value: '' for column 'artspec' at row 1
INSERT INTO
                        con_art_lang (
                        idartlang,
                        idart,
                        idlang,
                        title,
                        urlname,
                        pagetitle,
						summary,
                        artspec,
                        created,
                        lastmodified,
                        author,
						published,
						publishedby,
                        online,
                        redirect,
                        redirect_url,
                        external_redirect,
                        artsort,
                        timemgmt,
                        datestart,
                        dateend,
                        status,
                        time_move_cat,
                        time_target_cat,
                        time_online_move
                        ) VALUES (
                        '191',
                        '177',
                        '6',
                        'test',
                        'test',
                        '',
						'',
						'',
                        '2009-02-24 11:43:48',
                        '2009-02-24 11:43:48',
                        'sysadmin',
						'',
						'',
                        '',
                        '0',
                        '0',
                        '0',
                        '',
                        '0',
                        '',
                        '',
                        '0',
                        '0',
                        '76',
                        '0')

[24-Feb-2009 11:43:53] /contenido/main.php?area=con_editart&frame=4&action=con_saveart&contenido=ed7122a3020e5256fb14c3e4b987814e MySQL error 1364: Field 'author' doesn't have a default value
INSERT INTO con_cat_art (idcatart, idcat, idart) VALUES ('183', '77',
                        '177')

[24-Feb-2009 11:46:08] /contenido/main.php?frame=4&area=mycontenido&do=activate_rss&contenido=ed7122a3020e5256fb14c3e4b987814e MySQL error 1364: Field 'itemtype' doesn't have a default value
INSERT INTO con_properties (idproperty) VALUES (261)

[24-Feb-2009 11:46:11] /contenido/main.php?frame=4&area=mycontenido&do=activate&contenido=ed7122a3020e5256fb14c3e4b987814e MySQL error 1364: Field 'itemtype' doesn't have a default value
INSERT INTO con_properties (idproperty) VALUES (262)

Kenn mich leider in MySQL nicht besonders aus.
Kann mir jemand helfen, das Problem zu beheben?


Anzahl Benutzer 2
Anzahl der Artikel 130
Server Betriebssystem Microsoft-IIS/6.0
PHP Datenbankerweiterung mysql
Datenbankserver-Version 5.0.51b-community-nt
Installierte PHP-Version 5.2.8
safe_mode Deaktiviert
magic_quotes_gpc Aktiviert
magic_quotes_runtime Deaktiviert
gpc_order
memory_limit 128M
max_execution_time 30
Deaktivierte Funktionen nichts deaktiviert
Gettext Erweiterung nicht geladen
sql.safe_mode Deaktiviert

Re: kann keinen neuen Artikel in 4.8.11 Version anlegen

Verfasst: Di 24. Feb 2009, 12:07
von MichFress
Ich würde sagen, du hast nicht alle Dateien hochgeladen. Überprüf das mal. Und durchlauf danach nochmal die Setup-Routine.

Re: kann keinen neuen Artikel in 4.8.11 Version anlegen

Verfasst: Mi 11. Mär 2009, 20:29
von Portuondo
Problem beseitigt.

Es lag SQL.
habe in der my.ini den sql-mode umgestellt.
sql-mode=MYSQL40