Hello I am not sure if this is the right forum but was not sure where to post it.
When I try to do a rebuild it always gives me this error when it gets to entry "197" This started after migrating to a new server.
I Have looked at entry number 197 and it looks totally normal like all of the other entries. I can open it and save it fine but it fails while doing the rebuild of the complete site. Just to clarify when I tell it to only rebuild one at a time it says it is rebuilding 197 and then it goes to the error so I am not sure if that would be 197 or 198 but either way they both save fine. Also Just to clarify that I am finding them correct, I am doing a mysql select where entry_id = '197' is there a better way to find which one it is through the movabletype backend?
Also I have run mt-check.cgi and it returns clean.
Just so you know both servers are running the same software and similar hardware. It is running on CentOS 4.4 with php 4 and perl 5.8.5 and mysql 4 Let me know if you need any more of this information.
I am not sure what is causing the problem but the error is pasted below.
unknown column: Titles for class MT::Entry at lib/MT/Object.pm line 283 MT::Object::AUTOLOAD('MT::Entry=HASH(0x975e1a8)') called at lib/MT/Template/ContextHandlers.pm line 1414 MT::Template::Context::_hdlr_entries('MT::Template::Context=HASH(0x9730b48)', 'HASH(0x961f27c)', 'HASH(0x937e708)') called at lib/MT/Builder.pm line 170 MT::Builder::build('MT::Builder=HASH(0x96daf1c)', 'MT::Template::Context=HASH(0x9730b48)', 'ARRAY(0x96fc554)', 'HASH(0x937e708)') called at lib/MT/Template/ContextHandlers.pm line 740 MT::Template::Context::_hdlr_include('MT::Template::Context=HASH(0x9730b48)', 'HASH(0x9617fc8)', 'HASH(0x937e708)') called at lib/MT/Builder.pm line 170 MT::Builder::build('MT::Builder=HASH(0x96daf1c)', 'MT::Template::Context=HASH(0x9730b48)', 'ARRAY(0x96615a0)', 'HASH(0x937e708)') called at lib/MT/Template/ContextHandlers.pm line 2284 MT::Template::Context::_hdlr_pass_tokens('MT::Template::Context=HASH(0x9730b48)', 'HASH(0x96157cc)', 'HASH(0x937e708)') called at lib/MT/Template/Context.pm line 44 MT::Template::Context::__ANON__('MT::Template::Context=HASH(0x9730b48)', 'HASH(0x96157cc)', 'HASH(0x937e708)') called at lib/MT/Builder.pm line 170 MT::Builder::build('MT::Builder=HASH(0x96daf1c)', 'MT::Template::Context=HASH(0x9730b48)', 'ARRAY(0x96a4aa4)', 'HASH(0x937e708)') called at lib/MT/Template/ContextHandlers.pm line 4076 MT::Template::Context::_hdlr_top_level_parent('MT::Template::Context=HASH(0x9730b48)', 'HASH(0x8c1f5c0)', 'HASH(0x937e708)') called at lib/MT/Builder.pm line 170 MT::Builder::build('MT::Builder=HASH(0x96daf1c)', 'MT::Template::Context=HASH(0x9730b48)', 'ARRAY(0x962a508)', 'HASH(0x937e708)') called at lib/MT/Template/ContextHandlers.pm line 740 MT::Template::Context::_hdlr_include('MT::Template::Context=HASH(0x9730b48)', 'HASH(0x9590b40)', 'HASH(0x937e708)') called at lib/MT/Builder.pm line 170 MT::Builder::build('MT::Builder=HASH(0x96daf1c)', 'MT::Template::Context=HASH(0x9730b48)', 'ARRAY(0x95ea878)', 'HASH(0x937e708)') called at lib/MT/Template.pm line 86 MT::Template::build('MT::Template=HASH(0x95b0954)', 'MT::Template::Context=HASH(0x9730b48)', 'HASH(0x937e708)') called at lib/MT/WeblogPublisher.pm line 522 MT::WeblogPublisher::rebuild_file('MT::WeblogPublisher=HASH(0x89612c8)', 'MT::Blog=HASH(0x89617c0)', '/home/httpd/vhosts/collegedems.com/httpdocs/a', 'MT::TemplateMap=HASH(0x93c9f8c)', 'Individual', 'MT::Template::Context=HASH(0x9730b48)', 'HASH(0x937e708)', 1, 'Category', ...) called at lib/MT/WeblogPublisher.pm line 392 MT::WeblogPublisher::_rebuild_entry_archive_type('MT::WeblogPublisher=HASH(0x89612c8)', 'Entry', 'MT::Entry=HASH(0x970ccac)', 'Blog', 'MT::Blog=HASH(0x89617c0)', 'ArchiveType', 'Individual', 'NoStatic', 'undef', ...) called at lib/MT/WeblogPublisher.pm line 89 MT::WeblogPublisher::rebuild('MT::WeblogPublisher=HASH(0x89612c8)', 'BlogID', 1, 'ArchiveType', 'Individual', 'NoIndexes', 1, 'Offset', 160, ...) called at lib/MT.pm line 679 MT::rebuild('MT::App::CMS=HASH(0x8ae7f3c)', 'BlogID', 1, 'ArchiveType', 'Individual', 'NoIndexes', 1, 'Offset', 160, ...) called at lib/MT/App/CMS.pm line 7761 MT::App::CMS::rebuild_pages('MT::App::CMS=HASH(0x8ae7f3c)') called at lib/MT/App.pm line 667 eval {...} called at lib/MT/App.pm line 620 MT::App::run('MT::App::CMS=HASH(0x8ae7f3c)') called at lib/MT/Bootstrap.pm line 47 eval {...} called at lib/MT/Bootstrap.pm line 42 MT::Bootstrap::import('MT::Bootstrap', 'App', 'MT::App::CMS') called at mt.cgi line 11 main::BEGIN() called at lib/MT/Bootstrap.pm line 11 eval {...} called at lib/MT/Bootstrap.pm line 11
Any help would be greatly appreciated.
Thanks,
David