0

私はまだすべてにかなり慣れていません。さらに情報が必要な場合はお知らせください。

私がこれまでにやったこと:

ある ubuntu 10.10 サーバーから別の 12.04 ubuntu サーバーに Web サイトをコピーしました。また、MYSQL データベースのバックアップと復元も行いました。ページを表示するように apache2 (現在はローカルのみ) を構成しました。3つのポートに3つのページがあり、他のページは機能するので、おそらくapache2を正しく構成しました. 最初は自分の Web サイトにアクセスしようとしたときに空白のページが表示されたので、エラー画面に切り替えました。

これが表示されます。ウェブサイト名を xxxx に置き換えました。

 Deprecated: Function set_magic_quotes_runtime() is deprecated in /data/xxxx/www/index.php on line 11
 Deprecated: Assigning the return value of new by reference is deprecated in /data/xxxx/www/pear/DB.php 
 on line 311 Deprecated: Assigning the return value of new by reference is deprecated in /data/xxxx/www/pear/DB.php 
 on line 385 Deprecated: Assigning the return value of new by reference is deprecated in /data/xxxx/www/pear/DB.php
  on line 923 Deprecated: Assigning the return value of new by reference is deprecated in /data/xxxx/www/pear/HTML/AJAX/Server.php
   on line 161 Deprecated: Assigning the return value of new by reference is deprecated in /data/xxxx/www/pear/HTML/AJAX.php
    on line 612 Deprecated: Assigning the return value of new by reference is deprecated in /data/xxxx/www/pear/HTML/AJAX/Serializer/JSON.php 
    on line 46 Warning: include_once(../pear/Net/Socket.php): failed to open stream: No such file or directory in /data/xxxx/www/pear/Net/SMTP.php 
    on line 25 Warning: include_once(): Failed opening '../pear/Net/Socket.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
    in /data/xxxx/www/pear/Net/SMTP.php on line 25 Warning: include_once(PEAR.php): failed to open stream: No such file or directory in
     /data/xxxx/www/pear/Mail/mime.php on line 65 Warning: include_once(): Failed opening 'PEAR.php' for inclusion
      (include_path='.:/usr/share/php:/usr/share/pear') in /data/xxxx/www/pear/Mail/mime.php on line 65 Warning:
       include_once(../pear/Mail/mimePart.php): failed to open stream: No such file or directory in /data/xxxx/www/pear/Mail/mime.php 
       on line 75 Warning: include_once(): Failed opening '../pear/Mail/mimePart.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
        in /data/xxxx/www/pear/Mail/mime.php on line 75 Deprecated: Assigning the return value of new by reference is deprecated in 
        /data/xxxx/www/pear/Spreadsheet/Excel/Writer/Workbook.php on line 180 Deprecated: Assigning the return value of new by reference 
        is deprecated in /data/xxxx/www/pear/Spreadsheet/Excel/Writer/Workbook.php on line 189 Deprecated: Call-time pass-by-reference
         has been deprecated in /data/xxxx/www/modules/statistics/frontend.class.php on line 16 Deprecated: Call-time pass-by-reference 
         has been deprecated in /data/xxxx/www/modules/users/frontend.class.php on line 19 Deprecated: Assigning the return value of new 
         by reference is deprecated in /data/xxxx/www/pear/DB/common.php on line 958 Deprecated: Assigning the return value of new by
          reference is deprecated in /data/xxxx/www/pear/DB/common.php on line 1150 Notice: DB Error: connect failed in 
          /data/xxxx/www/classes/registry.class.php on line 70 

ここで私が理解しているのは、Simple Mail Transfer Protocol (SMTP) だけです。

一部のデータが正しくコピーされていないようです。フォルダとサブフォルダの excat サイズを確認する方法は? だから私は少なくとも比較することができます:)事前に感謝します。

どんな助けでも非常に速く支持されます。

4

2 に答える 2