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
Logged In: NO
I also have the same problem. What's wrong? sendmail is running and my firewall will allow all out.
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');
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.
Logged In: NO
I also have the same problem. What's wrong?
sendmail is running and my firewall will allow all out.
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');
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.