Anonymous

Anonymous

HELP.... I just upgraded from 1.3.5 rc1 ... On any of the pages with stories I get

1054: Unknown column 'photo' in 'field list'

How do I fix this?

Editor's Note: this was already answered by:

Authored by: Dirk on Wednesday, April 24
2002 @ 12:54 PM PDT
You also need to do this:

ALTER TABLE users ADD photo varchar(128) DEFAULT NULL;

bye, Dirk