[2011/05] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Update #15.

2011.05.26(Thu)

    On May 25th, Movable Type 5.1 was released. So I upgraded my MT, and I used this opportunity to some updates, too.

  • How to update httpd-2.2.17-win32-x86-ssl.zip
                  ————> httpd-2.2.19-win32-x86-ssl.zip
    1. Unzip httpd-2.2.19-win32-x86-ssl.zip
    2. Stop apache httpd
    3. Copy all the files over, except my .conf files
    4. Start apache httpd
    5. Probably, I needn’t ‘Stop apache’. But I swear I need ‘Restart’. :-P

  • How to update mysql-5.5.10-win32.msi
                   ————> mysql-5.5.12-win32.msi
    1. Just double click the msi file
  • How to update phpMyAdmin-3.3.10-english.zip
                  ————> phpMyAdmin-3.4.1-english.zip
    1. Unzip phpMyAdmin-3.4.1-english.zip
    2. Copy all the files over, except my config.inc.php
  • How to update ImageMagick-6.6.7-10-Q16-windows-dll.exe
                  ————> ImageMagick-6.7.0-0-Q16-windows-dll.exe
    1. Uninstall ImageMagick-6.6.7-4-Q16-windows-dll.exe
    2. Install ImageMagick-6.7.0-0-Q16-windows-dll.exe
    3. Reboot Windows   <——————– This is very important.
  • How to update curl-7.21.4-devel-mingw32.zip
                  ————> curl-7.21.6-devel-mingw32.zip
    1. Unzip curl-7.21.6-devel-mingw32.zip
    2. Overwrite curl.exe and libeay32.dll of C:\PHP
  • How to update MTOS-5.04-en.zip
                  ————> MTOS-5.1-en.zip
    1. Change the folder name ‘MTOS-5.04-en’ to ‘MT’
    2. Rewrite the first line of all cgi files from ‘#!/usr/bin/perl -w’ to ‘#!C:/perl/bin/perl -w’
    3. Copy my mt-config.cgi into the new ‘MT’
    4. Copy my old ‘mt-static\support’ over new ‘mt-static\support’
    5. Copy my old ‘mt-static\themes\mine’ into new ‘mt-static\themes’
    6. Replace old ‘MT’ and ‘mt-static’ to new ones
    7. Access http://mydomain/cgi-bin/MT/mt.cgi and upgrade
    8. Delete mt-config.cgi-original, mt-upgrade.cgi, mt-check.cgi and mt-wizard.cgi for security

Edit:
I forgot to write about “Entry Summary” in Template Modules.
        I removed next six lines from “Entry Summary”.
             <mt:If tag=”EntryMore” convert_breaks=”0″>
                     <div class=”asset-more-link”>
                           Continue reading <a href=”<$mt:EntryPermalink$>
                           #more” rel=”bookmark”><$mt:EntryTitle$></a>.
                     </div>
             </mt:If>

Edit2(May 27): I forgot to take care of “MT-Akismet”. So I’ve done it.

 


 

 Similar Posts:

Leave a comment

Until 24 hours, you can edit your comment from the same browser if the same PC.
But, within 24 hours, the comment will be uneditable when it has any newer comments.