Error while creating new article content

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Misiu
Posts: 15
Joined: Sat 11. Jun 2005, 16:35
Location: Copenhagen
Contact:

Error while creating new article content

Post 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. :?
freshone
Posts: 3
Joined: Mon 5. Jun 2006, 03:05

Identisches Problem

Post 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
Misiu
Posts: 15
Joined: Sat 11. Jun 2005, 16:35
Location: Copenhagen
Contact:

Solved!

Post 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. :)
:roll: :wink: :wink: :wink:
freshone
Posts: 3
Joined: Mon 5. Jun 2006, 03:05

Re: Solved!

Post 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. :)
:roll: :wink: :wink: :wink:
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
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
freshone
Posts: 3
Joined: Mon 5. Jun 2006, 03:05

Chaching Problem fixed

Post by freshone »

Post Reply