Page 1 of 1
Error while creating new article content
Posted: Mon 5. Jun 2006, 00:53
by Misiu
Hi,
I'm using the latest 1.2.6 ver. I have a problem creating an article content. I can create an article ... however when I want to create a content using the available content parts e.g. WYSWIG HTML, Text w/image, contact form etc... I get this message:
error while creating new article content
sql: SELECT DISTINCT *, date_format(article_tstamp, '%Y-%m-%d %H:%i:%s') AS article_date FROM phpwcms_article LEFT JOIN phpwcms_articlecat ON phpwcms_article.article_cid=phpwcms_articlecat.acat_id WHERE phpwcms_article.article_id='3' LIMIT 1;
Could anyone please help me crack this one.
Cheers,
M.
Identisches Problem
Posted: Mon 5. Jun 2006, 03:25
by freshone
Hallo,
bis heute (ähm gestern) hatte ich noch PHPWCMS 1.1 RC 4 im Einsatz (unter XAMPP 1.5.2). Mit etwas Mühe (zwischenzeitlich waren die Umlaute der gesicherten DB verschwunden), konnte ich die Version 1.2.6 in Betrieb nehmen.
Bei dem Versuch einen neuen Artikel zu verfassen bekomme ich nun die Fehlermeldung:
error while creating new article content
Code: Select all
sql: SELECT DISTINCT *, date_format(article_tstamp, '%Y-%m-%d %H:%i:%s') AS article_date FROM 1__phpwcms_article LEFT JOIN 1__phpwcms_articlecat ON 1__phpwcms_article.article_cid=1__phpwcms_articlecat.acat_id WHERE 1__phpwcms_article.article_id='432' LIMIT 1;
Das Statement läßt sich übrigens in MySql z.B. mit PhpMyAdmin ohne Probleme ausführen.
Trotz suchen konnte ich die Fehlerursache nicht finden.
Möglicherweise gibt es einen Zusammenhang zu folgendem - in diesen Sekunden aufgetrauchten - Fehler:
error while deleting cached category ID:91
Dieser tritt auf, sobald ich versuche eine Ebene aus der Seitenstruktur zu löschen.
Im Gegenzug gibt es auch eine Fehlermeldung beim erstellen eines neuen Struktureintrages (obwohl der Eintrag erstellt wird):
error while updating cache
Bin ich zu spät mit meinem Update auf die Version 1.2.6? Sind alle Einträge verloren wenn ich noch auf die neuste Version umsteigen will?
Kann mir jemand einen Tipp geben wie ich den (die) Fehler beseitigen kann?
Danke und viele Grüsse,
Dirk
Solved!
Posted: Mon 5. Jun 2006, 11:10
by Misiu
Hi ... I'm sorry, I should have digged the forum more thoroughly before posting this one ... but for all you guys out there ... here's your solution:
1. open phpMyAdmin
2. select the Database you use
3. select the Table phpwcms_articlecontent
4.klick on SQL in the Top Navigation
5.in the Box 'SQL-Befehl(e) in Datenbank dbxxxxx ausführen' insert
Code:
ALTER TABLE `phpwcms_articlecontent` ADD `acontent_anchor` INT( 1 ) NOT NULL ;
and klick 'OK'
It worked for me!
Regards, M.
Re: Solved!
Posted: Mon 5. Jun 2006, 20:53
by freshone
Misiu wrote:Hi ... I'm sorry, I should have digged the forum more thoroughly before posting this one ... but for all you guys out there ... here's your solution:
1. open phpMyAdmin
2. select the Database you use
3. select the Table phpwcms_articlecontent
4.klick on SQL in the Top Navigation
5.in the Box 'SQL-Befehl(e) in Datenbank dbxxxxx ausführen' insert
Code:
ALTER TABLE `phpwcms_articlecontent` ADD `acontent_anchor` INT( 1 ) NOT NULL ;
and klick 'OK'
It worked for me!
Regards, M.
Hi Misiu,
thanks for the tip. The sql error is not longer shown. But there is still the Error message:
error while updating cache.
Do you have any idea what could be the cause of this?
Thanks,
Dirk
Posted: Mon 5. Jun 2006, 21:00
by flip-flop
Hi freshone,
have you compared the old 1.1.R - conf.inc.php with the new 1.2.6 - conf.inc.php?
Disable the cache, it doesn´t work at the 1.2.6 Stab.
Knut
Chaching Problem fixed
Posted: Mon 5. Jun 2006, 21:07
by freshone
I found a solution:
Cheers,
Dirk