Categories
everyday life

My server’s update note (MT4—>MT5)

Today, I update from MT4 to MT5.

  1. I use this opportunity to do the following four points.
    • I encounter the following error in the Apache’s error log. So I add
      a line “Win32DisableAcceptEx” at “mpm_winnt_module” in the httpd.conf.
      winnt_accept: AcceptEx failed.
    • I also encounter the following warning in the Apache’s error
      log after installing php5.3.1. So I change a line ‘;date.timezone =””‘
      to ‘date.timezone =”string $timezone_identifier”‘ in the php.ini.
      PHP Warning: date()
    • Download mysql-5.1.42-win32.msi from https://dev.mysql.com/downloads/mysql/5.1.html#win32. Install it with previous configuration.
    • Download ImageMagick-6.5.8-10-Q16-windows-dll.exe from http://www.imagemagick.net/script/binary-releases.php. Install it with previous configuration.
      After that, I have to reboot my windows system. <—-This is very important.
  2. Download MTOS-5.01-en.zip from http://www.movabletype.org/downloads/stable/ https://github.com/movabletype/movabletype <<---You can download the latest version.
    • Extract zip file and rename MTOS-5.01-en to MT.
    • Move MT to D:\WEB\cgi-bin.
    • Rewrite the first line of all cgi files as my server environment.
    • Move mt-static to D:\WEB\example.
    • Move the old mt-config.cgi into new MT folder.
    • To upgrade MovableType, access http://example.com/cgi-bin/MT/mt.cgi?
    • Access http://example.com/cgi-bin/MT/mt-check.cgi? Delete mt-check.cgi and mt-wizard.cgi for security reason.
    • For my original Blog template, move the folder I need into D:\WEB\example\mt-static\themes.
    • Move my “mt_logo.png” into D:\WEB\example\mt-static\images\comment

Edit:
   After updating, I have a trouble about “Tag Cloud”. I posted about my problem to the MT forum. A contributor replied to me to create a new blog better than to update old one. When he suggested me so, I had already fixed it. I replaced some templates including the words “tag” and “search”. This may bully me the next time again. If it happens, I’ll make a new blog instead of using old one.

Categories
translation

Rakushō no Goku #3

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
translation

Hyōhaku #7

I translated “Hyōhaku(漂舶)” completely.
I beg your pardon about mistakes in advance.

Please make a click on the link below and you will go to the “Hyōhaku”.

chapter 1    chapter 2    chapter 3    chapter 4    chapter 5    chapter 6    chapter 7    chapter 8

Categories
everyday life

Happy New Year!

Happy New Year! It is the beginning of a new year.

This is the year of the Tiger, according to the Oriental Zodiac.

Gods bless you, guys!

Notice — It’s not “God” but “Gods”.   🙂

greeting.png
Categories
php script

A php error.

Yesterday, I changed my php version up from 5.2.12 to 5.3.1. Then, I have an error on apache err. log.

It says “PHP Warning:  date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function.”

They say new php specification requires more strict definition. So, I added a line that “date.timezone = (string $timezone_identifier)”.

Mmm…It’s too much of a bother.

Edit:
   New version “php5.3” doesn’t have a line “#extension=php_mcrypt.dll
” in the file “php.ini” and two files “libmysql.dll, libmcrypt.dll” in the folder “PHP”.
   I think libmysql.dll —> php_mysqli.dll, and some dlls are united into the folder “PHP\ext”.
   I deleted three files “libmysql.dll, libmcrypt.dll and php_gd2.dll” from “windows sys32”.

Categories
translation

Rakushō no Goku #2

   On 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)

Categories
translation

Do you know a “400-character manuscript paper”?

Did you guys, who have never lived in Japan, wonder why “Hisho no tori(丕緒の鳥)” was only 50 pages in the magazine, which was said 90 pages long?
In Japanese publishing custom, the number of sheets of the manuscript is converted into the number of “400-character manuscript paper (400字詰め原稿用紙)”. Because in Japanese style writing people does not write with a space between words.
A “400-character manuscript paper (400字詰め原稿用紙)” is the figure right. Nowadays, most of Japanese writers use computers, but, some still write by hand.

Note: The figure is the first page of “Hisho no tori(丕緒の鳥)” I made by my pc.

Categories
translation

Hyōhaku #6

I translated “Hyōhaku(漂舶)” completely.
I beg your pardon about mistakes in advance.

Please make a click on the link below and you will go to the “Hyōhaku”.

chapter 1    chapter 2    chapter 3    chapter 4    chapter 5    chapter 6    chapter 7    chapter 8

Categories
everyday life

I’ve added a mail form to my site.

I’ve added a mail form to my site.

When I tried to do it, I noticed A trouble about my comment form of the blog.

Ono sensei is a Japanese and writes her compositions in Japanese, so, at the time someone wants to write a comment, he/she might want to use Japanese.
On my site, however, characters got garbled.

I searched for a solution for a while. Finally I found out it.
I made a line, “MailEncoding ISO-2022-JP”, adding to the file “mt-config.cgi”.

Categories
translation

Rakushō no Goku #1

   For a while, I concurrently translate both of ‘Hyōhaku(漂舶)’ and ‘Rakusho no Goku(落照の獄)’.

   And on 2012.Jul.31, I at last reaches the ending point.

   AS 落照の獄 was originally divided into eight chapters and had 80 pages volume on the magazine, I tried to translate each two pages at a time. And now, I reconstruct its format.

   If you want to read 落照の獄 by my translation, please go here. 落照の獄(Rakushō no Goku)