I fixed this issue by re-importing the autoping table from the dump I did before I upgraded. Maybe the 240-to-300-migration.sql caused this based on the error I saw earlier?
Matt On 2/10/07, Matt Raible <[EMAIL PROTECTED]> wrote:
Here's another issue I'm having - I get an error page when I try to post: ERROR 2007-02-10 13:27:59,362 JDBCExceptionReporter:logExceptions - Table 'raible.autoping' doesn't exist ERROR 2007-02-10 13:27:59,366 StandardWrapperValve:invoke - Servlet.service() for servlet action thr ew exception org.hibernate.exception.SQLGrammarException: could not execute query I used to use the autoping feature, so I'm wondering - did this table get dropped or renamed? Matt On 2/10/07, Matt Raible <[EMAIL PROTECTED]> wrote: > Here's an error I got when trying to upgrade my site to Roller 3.1-rc3 with MySQL 3.23: > > mysql < 240-to-300-migration.sql > ERROR 1074 (00000) at line 6: Too big column length for column 'pagemodels' (max = 255). Use BLOB in > stead > > Changing line 6 to the following fixed the problem: > > alter table website add column pagemodels blob default null; > > Matt > > -- > http://raibledesigns.com -- http://raibledesigns.com
-- http://raibledesigns.com
