i can't add new articles

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
fivepoints
Posts: 12
Joined: Fri 4. Feb 2005, 22:59

i can't add new articles

Post by fivepoints »

hallo,
I've upgraded the older version of phpWCMS on a test site.
But with the version 1.1.9 I can't add a new article and I can't modify any article listed.

If I add a new article, the error returned is:

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) VALUES ('0','1','phpwcms webmaster','asdf','','1','1','2005-02-09 12:35:36','2010-12-31 23:59:59','asfd','', 0,0, '1107948936', '', '');


If I try to modify an existing article the system shows me a blank space in the area dedicated to editing article.

Is there any patch. The other operations with db work properly, and the account, dbname and password are ok![/b]
fivepoints
Posts: 12
Joined: Fri 4. Feb 2005, 22:59

Post by fivepoints »

I realised now that:

MySQL said:

Unknown column 'article_cache' in 'field list'

So, I've done a bad upgrade of the database or I have not replaced correctly the files on the remote file system?
brans

Post by brans »

you have done a bad db upgrade.
sCHL
Posts: 60
Joined: Wed 26. Jan 2005, 07:03

Post by sCHL »

I had the same problem. watch the upgrade sql's in the setup folder...
Post Reply