Ich habe eine Seite auf meinem localhost entwickelt, damals noch 1.2.8.
Jetzt habe ich bei dem Kunden die neueste Vers. 1.3.0 installiert, ging auch fast ohne Probleme (die, die auftauchten kamen vom Provider!). Dann hab ich die Datenbank auf dem Localhost exportiert und in die Datenbank auf dem Server eingespielt. Lief auch alles ohne Probleme....
Wenn ich jetzt aber Artikel abändern möchte bekomme ich folg. Fehlermeldung:
Auch bei der Neuerstellung von Artikeln gibt es Probleme:error while updating content: UPDATE phpwcms_articlecontent SET acontent_aid = '1', acontent_uid = '1', acontent_title = 'Herzlich Willkommen auf as-fotos.de', acontent_subtitle = '', acontent_type = '0', acontent_sorting = '0', acontent_visible = '1', acontent_before = '99', acontent_after = '', acontent_top = '0', acontent_block = 'CONTENT', acontent_anchor = '0', acontent_module = '', acontent_text = '..::TEXT HIER::..' WHERE acontent_id=1 AND acontent_aid=1
Was habe ich falsch gemacht?error while connecting to database:
INSERT INTO phpwcms_article (article_cid, article_uid, article_username, article_title, article_keyword, article_public, article_aktiv, article_begin, article_end, article_subtitle, article_redirect, article_sort, article_notitle, article_created, article_cache, article_nosearch, article_nositemap, article_aliasid, article_headerdata, article_morelink, article_pagetitle) VALUES ('1','1','phpwcms webmaster','Neu','','1','1','2007-04-17 11:28:35','2017-04-14 23:59:59','','', 20,0, '1176802115', '', '', 1, 0, 0, 1, '')
Irgendeiner eine Idee?