Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Stand Alone
Author Message
subzer0
New Member
New Member



Joined: Aug 04, 2005
Posts: 5

PostPosted: Tue Sep 06, 2005 9:57 pm Reply with quote

right now im getting this error, and so is everyone else on my forums..
Quote:

Failed sending email :: PHP ::

DEBUG MODE

Line : 234
File : emailer.php

I'm using phpBB 2.0.16, i know that there is a newer one out there, but I've been using this one since it came out, and had no problems till now.

What I did was I switched hosts, and backed up the database of my forums, and restored it over into the new host, and we've only been getting this error since we switched hosts and I restored the database from the other host...

Something wrong with this new host or is it a common error thats easy to fix?

plz help Sad
 
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce



Joined:
Posts: 5661

PostPosted: Wed Sep 07, 2005 4:23 am Reply with quote

did you checked your mail settings of your forum...
cause the eror refers to that...
Or you have to update,that possible to..

Code:


$board_config['sendmail_fix'] = 1;
                                $result = @mail($to, $this->subject, preg_replace("#(?<!\r)\n#s", "\n", $this->msg), $this->extra_headers);
                        }
                }

                // Did it work?
                if (!$result)
                {
                        message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
                }
 
View user's profile Send private message
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Wed Sep 07, 2005 10:39 am Reply with quote

Check with your webhost, your forum is set to send mail using php's mail()
 
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Stand Alone

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©