https://groups.google.com/forum/#!topic/a-blog-cms/SMeA2Ucp7cwにある勝又様とかぶるかもしれませんが、別スレッドで質問させていただきます。
CPIにインストールしたa-blog cmsのサイトからMAMPでのローカル環境にインポートができず困っています。
a-blog cmsのバージョンはサーバー/ローカルともに2.5.1.1です。
CPI
PHPのバージョン 5.5.27
PHP動作環境 CGI版
MySQLのバージョン 5.5.42
ローカル(MAMP3.0.5)
PHPのバージョン 5.3.28
PHP動作環境 モジュール版
MySQLのバージョン 5.5.34
この環境でデータベースをインポートしようとすると、
Warning: fopen(/Volumes/●●●●●●●/archives/backup_tmp/md5_hash.txt) [function.fopen]: failed to open stream: No such file or directory in /Volumes/●●●●●●●/php/ACMS/POST/Backup/Import.php on line 37
というエラーでインポートできませんでした。
MAMPのPHPのバージョンを5.5.10に変え、a-blog cms(通常版 php5.5.x〜)をローカルに新規インストールし、インポートしたところ下記エラーとなりました。
Warning: fopen(/Volumes/◯◯◯◯◯◯/archives/backup_tmp/md5_hash.txt): failed to open stream: No such file or directory in /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php:37) in /Volumes/◯◯◯◯◯◯/index.php on line 2146
Warning: Cannot modify header information - headers already sent by (output started at /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php:37) in /Volumes/◯◯◯◯◯◯/index.php on line 2154
Warning: Cannot modify header information - headers already sent by (output started at /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php:37) in /Volumes/◯◯◯◯◯◯/index.php on line 2155
Warning: Cannot modify header information - headers already sent by (output started at /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php:37) in /Volumes/◯◯◯◯◯◯/index.php on line 2156
Warning: Cannot modify header information - headers already sent by (output started at /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php:37) in /Volumes/◯◯◯◯◯◯/index.php on line 2164
Warning: Cannot modify header information - headers already sent by (output started at /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php:37) in /Volumes/◯◯◯◯◯◯/index.php on line 2165
Warning: Cannot modify header information - headers already sent by (output started at /Volumes/◯◯◯◯◯◯/php/ACMS/POST/Backup/Import.php:37) in /Volumes/◯◯◯◯◯◯/index.php on line 2170
何が問題でしょうか。よろしくお願いします。