error while creating new article content - SQL valid though

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Matrim
Posts: 30
Joined: Wed 27. Sep 2006, 08:10

error while creating new article content - SQL valid though

Post by Matrim »

Hello,

its started a few days ago. Whenever I try to create a WYSIWYG content part I get the following error 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='128' LIMIT 1;

I tried the query within myphpadmin and the MySQL server returns the proper row. The creation of other content parts eg text oder image with text are working just fine.

Does anybody have a clue?

Thanks in advance
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Post Reply