Code: Select all
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) VALUES ('33','1','Pieter van der Spek','test','','0','1','2005-10-09 17:45:45','2010-12-31 23:59:59','','', 0,0, '1128872745', '', '', 1, 0, 0, 1);
I checked if the database table included all the fields mentioned above and it did so that can't be the problem either.
------------------
A problem also occurs while creating a new structure level. However, in this case I only get a blank screen with one word: "error".
-----------------
I bundled these two problems as I suspect they have the same cause. However, I'm at a loss as to what the problem might be. I hope someone can help me.