Little Tips on Upgrading to MovableType 5
I have to admit, I don't exactly follow MovableType's progress. Even though I am using MT for my blog, I hardly pay attention anything related to it. Yesterday, I decided to upgrade my blog to the latest MovableType release. As I went to MT's website, MovableType 5 is the current available release. So I downloaded that. Without reading too much about what changes and what not, I simply read what the upgrade process was like.- Go to your blog in the admin panel, then you will see that the address bar is something like: http://domain_name/mt-directory/mt.cgi?__mode=dashboard&blog_id=<blog_id_number>. Now, the reason why my entries and comments are not shown is because my old blog_id is different than my new blog_id.
- To make my entries show, I went into the SQL command prompt (I use PostgreSQL), I did: UPDATE mt_entry SET entry_blog_id = <blog_id_number>;
- The last thing I need is to also make my old coments shown. For that, I did: UPDATE mt_comment SET comment_blog_id = <blog_id_number>;
TrackBacks
TrackBack URL: http://rezmuh.sixceedinc.com/mt/mt-tb.cgi/10
I have a question. this movable type is kind of wordpress right? I mean kind of CMS. may I know which hosting provider that you use to host your movable type. I just want to know. anyway it's nice reading your blog. :-)
Salam kenal Jacobian,
you're right, Movable Type is a blogging platform / cms like Wordpress. They alot of similarities but (with Movable Type 5) also has alot of differences.
One of the technical differences between them is that MT is written in Perl. If i'm not mistaken, Perl web app can run on CGI, FastCGI or mod_perl. So any hosting companies who provides any of those methods will run Movable Type just fine. But, running Movable Type with mod_perl 2 is not as easy as it should have been.
As for my hosting provider, I host my domains with Magnet Hosting (www.magnet-id.com). It is located in Indonesia.
Senang melihat ada yg menggunakan MT disini. Salam kenal.
3 Comments