We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Sign Up Issue | Forum

Topic location: Forum home » Support » General Questions
AL BALOCH
AL BALOCH Aug 3 '11
I newly installed Oxwall and tried to sign up but got this error after i fill out the form for sign up:
Account created but this error comes after pressing the Join button no other page opened.



OW Debug - Exception
Message:Could not instantiate mail function.File:/home/u317644488/public_html/ow_libraries/php_mailer/class.phpmailer.phpLine:595Trace:#0 /home/u317644488/public_html/ow_libraries/php_mailer/class.phpmailer.php(519): PHPMailer->MailSend('Date: Wed, 3 Au...', '--b1_67ad5d315d...') #1 /home/u317644488/public_html/ow_system_plugins/base/bol/mail_service.php(260): PHPMailer->Send() #2 /home/u317644488/public_html/ow_core/mailer.php(97): BOL_MailService->send(Object(BASE_CLASS_Mail)) #3 /home/u317644488/public_html/ow_system_plugins/base/init.php(435): OW_Mailer->send(Object(BASE_CLASS_Mail)) #4 /home/u317644488/public_html/ow_core/event_manager.php(147): base_welcome_letter(Object(OW_Event)) #5 /home/u317644488/public_html/ow_system_plugins/base/controllers/join.php(257): OW_EventManager->trigger('base_welcome_le...', Object(OW_Event)) #6 /home/u317644488/public_html/ow_system_plugins/base/controllers/join.php(125): BASE_CTRL_Join->joinUser(Object(OW_Event)) #7 [internal function]: BASE_CTRL_Join->index(Array, '290365aadde35a9...') #8 /home/u317644488/public_html/ow_core/dispatcher.php(257): ReflectionMethod->invokeArgs(Array) #9 /home/u317644488/public_html/ow_core/application.php(293): OW_Dispatcher->dispatch(Object(BASE_CTRL_Join), Array) #10 /home/u317644488/public_html/index.php(65): OW_Application->dispatch() #11 {main}Type:phpmailerException
Den Team
Den Aug 8 '11
Hello
It seems that you don't configure your PHP with sendmail program.
Mohammad Gufran
Mohammad Gufran Sep 1 '11
Can you please tell me how could I fix my sendmail ??
I really need to fix it urgently.
Den Team
Den Sep 2 '11
You need to contact your hosting provider about this.
Eric
Eric Sep 3 '11
Locate your PHP.ini.
Open in your favorite editor, and check the following settings:

--cut--------------------------
...
[mail function]
SMTP =
smtp_port = 25
...
--cut--------------------------

In the SMTP statement, specify the full hostname or IP address of your SMTP server.
--Eric