Re: メール手動取込時の不具合

投稿ツリー

  • なし Re: メール手動取込時の不具合 (なーお, 2011/4/25 10:36)
  • なし Re: メール手動取込時の不具合 (なーお, 2011/4/26 13:35)
  • なし Re: Re: メール手動取込時の不具合 (ほんだ, 2011/4/27 5:52)
  • なし Re: メール手動取込時の不具合 (ほんだ, 2011/4/27 5:18)
  • なし Re: Re: メール手動取込時の不具合 (ゲスト, 2011/4/27 5:28)
  • なし Re: Re: メール手動取込時の不具合 (なーお, 2011/4/27 6:10)
  • なし Re: Re: Re: メール手動取込時の不具合 (ほんだ, 2011/4/27 6:21)
  • なし Re: メール手動取込時の不具合 (ほんだ, 2011/4/27 21:49)
  • なし Re: メール手動取込時の不具合 (なーお, 2011/4/27 22:48)
  • なし Re: メール手動取込時の不具合 (ほんだ, 2011/4/28 0:35)
  • なし Re: メール手動取込時の不具合 (ゲスト, 2011/4/28 0:46)
  • なし Re: メール手動取込時の不具合 (なーお, 2011/4/28 1:11)
  • なし Re: メール手動取込時の不具合 (ほんだ, 2011/4/28 2:21)
  • なし Re: メール手動取込時の不具合 (なーお, 2011/5/2 23:38)
  • なし Re: メール手動取込時の不具合 (ほんだ, 2011/5/7 9:49)
  • なし Re: メール手動取込時の不具合 (なーお, 2011/5/7 11:29)
  • なし Re: メール手動取込時の不具合 (ほんだ, 2011/5/8 3:17)
  • なし Re: メール手動取込時の不具合 (なーお, 2011/5/8 3:43)

  • このトピックの投稿一覧へ

    なし Re: メール手動取込時の不具合

    msg# 1.2
    depth:
    1
    前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011/4/26 13:35 | 最終変更
    なーお  長老   投稿数: 1832 オンライン

    クラス名の干渉が原因だという推測のもと、取り急ぎの対策として、以下の変更にて回避可能かお試しください。

    (trust側)/modules/d3diary/include/post_pop3.php

    19
    
        class POP3 {

     ↓変更

    19
    
        class D3diary_POP3 {

    (trust側)/modules/d3diary/include/mimeDecode.php

    95
    
        class Mail_mimeDecode extends PEAR

     ↓変更

    95
    
        class D3diary_Mail_mimeDecode extends PEAR

    (trust側)/modules/d3diary/class/mailpost.class.php

    68
    
        $this->pop3 = & new POP3();

     ↓変更

    68
    
        $this->pop3 = & new D3diary_POP3();
    150
    
        $structure = Mail_mimeDecode::decode($params);

     ↓変更

    150
    
        $structure = D3diary_Mail_mimeDecode::decode($params);

    以上、よろしくお願いします。

    投票数:0 平均点:0.00
    返信する

    この投稿に返信する

    題名
    ゲスト名
    投稿本文

      条件検索へ


    ログイン

    メインメニュー

    テーマ選択
    Cube