Ollivier Robert wrote: > On 5/7/07, Ollivier Robert <[EMAIL PROTECTED]> wrote: >> On 5/4/07, John W. Long <[EMAIL PROTECTED]> wrote: >>> http://dev.radiantcms.org/radiant/wiki/HowToUpgrade05xTo06 >> I followed it and it worked to an extend. The site is up and running >> but as soon as I try to >> go to the admin part, it says: > > More details: I'm using mongrel 1.0.1 with PostgreSQL 8.2.3 on FreeBSD > 6.1-STABLE.
Mmm. That's weird. Something failed in the upgrade process. Try executing the following statement manually on the appropriate database: update pages set class_name="ArchivePage" where class_name="Archive"; -- John Long http://wiseheartdesign.com _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
