PHPで掲示板と言えば、私はこれです。
長年3.0を利用していたのですが、スマートフォンに対応してくれないので、3.1へ切り替える事にしました。
さて、まずはアップデートの条件確認ですね。
サーバーは最低限、どんな環境が必要なのでしょうか?
公式HPから抜粋です。
——————————————–
A webserver or web hosting account running on any major Operating System with support for PHP
A SQL database system, one of:
MySQL 3.23 or above (MySQLi supported)
MariaDB 5.1 or above
MS SQL Server 2000 or above (via ODBC)
MS SQL Server 2005 or above (via the native adapter, SQLSRV)
Oracle
PostgreSQL 8.3+
SQLite 2
SQLite 3
PHP >= 5.3.3, PHP < 7.0-dev
getimagesize() function enabled
The following PHP modules are required:
json
Corresponding PHP module for the database system you intend to use
The following PHP modules are optional, but will provide access to additional features.
zlib Compression support
Remote FTP support
XML support
Imagemagick support
GD support
——————————————–
注意点としては、PHPですね。
5.3.3以上が必須みたいです、最新の7.0は使ってくれるなと。
まず、現在利用中のphpBBファイルをバックアップします。
(FTPでフルダウンロードにしました。)
次にデータベースのバックアップです。
(MySQLのバックアップを、phpMyAdminでしました。)
Download the phpBB 3.1 Full Package archive
3.1のフルパッケージをダウンロードしろと書いてありますので、公式ページからダウンロードします。
Delete the following files from the package:
The config.php file
The images/ directory
The files/ directory
The store/ directory
ダウンロードしたフルパッケージから上記のファイル、ディレクトリ以下を削除しろとあります。
つまり、その部分は既存の(3.0)ファイルを使うのですね。
On your website, delete all files from your board EXCEPT for
The config.php file
The images/ directory
The files/ directory
The store/ directory
既存サイト(3.0)で上記ファイル、ディレクトリ以外は削除しろとあります。
まぁ、3.1のフルパッケージからこのディレクト以下、ファイルを削除しろとありますので、当然の流れですね。
Upload the contents of the phpBB3 directory from your computer to your forum’s directory. You may be prompted to overwrite the remaining files. If prompted to merge or overwrite directories, choose to merge them
自分のコンピュータからフルパッケージをアップロードしろと言ってます。
上書きOKですが、合併できるならば合併が良いと書いてありますね。
Using your web browser, visit install/database_update.php in your board’s
WEBブラウザで「database_update.php」を実行しろと言ってます。
※これ、ファイルの実行権限を確認した方が良いですね。705以上なら問題ないと思いますけど。
Delete the install/ directory
終わったら「install」ディレクトリを削除するのですね。
【日本語化について】
ocean=YohsukeさんのGitHubにphpBB 3.1用の日本語言語パックがあるのでそちらを使う。
続きます。
コメント(0)
コメントを受け付けておりません。