Menu

#55 Contact agent errors

open
nobody
None
5
2004-10-24
2004-10-24
Anonymous
No

When sending listing email to the agent I recieve the
following error.

Fatal error: Cannot redeclare class mail in
/var/www/html/lib/pear/Mail.php on line 33

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I also have the same problem. What's wrong?
    sendmail is running and my firewall will allow all out.

     
  • speut

    speut - 2004-11-06

    Logged In: YES
    user_id=1151434

    This error can be resolved by editing the following.

    mod/phpwslistings/class/ListingManager.php

    On line 1046 change the

    include('Mail.php');
    to
    include_once('Mail.php');

     
  • speut

    speut - 2004-11-06

    Logged In: YES
    user_id=1151434

    Sorry guys. I posted the fix that worked for me but I don't
    know jack about this sourceforge junk.

    But if any one can confirm this then update the code and
    close the ticket.

    Hope it helps.

     

Log in to post a comment.