I had this problem as well. Checking the logs and running the SQL in the console gave this error:
sqlite> UPDATE pages SET "created_at" = '2007-12-31 22:43:04', "meta_keywords" = '', "meta_description" = '', "layout_id" = NULL, "virtual" = 'f', "position" = NULL, "updated_by" = 1, "title" = 'Bob''s Page', "published_at" = '2008-01-01 11:43:04', "created_by" = 1, "breadcrumb" = 'Bob''s Page', "class_name" = 'Page', "parent_id" = 1, "updated_at" = '2007-12-31 22:53:32', "status_id" = 100, "lock_version" = 2, "slug" = 'bobs-page' WHERE id = 14 AND "lock_version" = 1; *SQL error: pages.position may not be NULL* On Nov 22, 2007 10:11 AM, Travis Bell <[EMAIL PROTECTED]> wrote: > I seem to be getting an error when I try and delete pages with the > Reorder extension enabled. The log reports the following: > > ## ActiveRecord::StatementInvalid (SQLite3::SQLException: SQL logic > error or missing database: UPDATE page > > Any idea? The second I disable the Reorder extension, I can delete > the page just fine. > > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
