Author |
Message |
dad7732
RavenNuke(tm) Development Team
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Mar 18, 2007
Posts: 1242
|
Posted:
Sat Aug 21, 2010 10:14 am |
|
Ok, did a completely new FRESH install of RN 2.4.0.1 on a brand new domain.
Problems:
1. Resend_Email language file not recognized
2. Email will not be send from the web site unless TegoNuke Mailer is enabled and "mail()" is selected - reproducible 100%
3. For new registrant, the password is send auto-generated, not what the user entered
Oops, one more:
4. When the notify of reply feature is enabled:
Failed sending email :: PHP ::
DEBUG MODE
Line : 238
File : emailer.php
The only thing that will overcome this error is to configure for SMTP.
Also curious as to where this entry comes from in TegoNuke Mailer if SMTP is selected:
"smtp.tusitio.com"
Cheers |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
Site Admin
![](modules/Forums/images/avatars/Dilbert/Dilbert_-_Dogbert_King.gif)
Joined: Mar 30, 2006
Posts: 2583
Location: Pittsburgh, Pennsylvania
|
Posted:
Sat Aug 21, 2010 11:58 am |
|
The mail thing sounds like something on your end. |
_________________ "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan. |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
dad7732
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Aug 21, 2010 12:03 pm |
|
Palbin wrote: | The mail thing sounds like something on your end. |
Yes, it does, especially since it's a fresh install. I've been up and down PHP.INI but don't see anything outstanding yet. PHP5 is a little different in this respect I am seeing. Sendmail on the server seems to be working as intended but still worth looking at. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
Site Admin
![](modules/Forums/images/avatars/0c0adf824792d6d341ef4.gif)
Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Sat Aug 21, 2010 12:54 pm |
|
dad7732 wrote: |
"smtp.tusitio.com" |
I can answer this one. It is just a dummy default value. With the new Mailer I am working on, I have already changed that to be more of a generic pattern as apposed to what you see now. It is simply meant to be a helpful example. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
dad7732
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat Aug 21, 2010 1:00 pm |
|
Sorta should be like: smtp.yoursite.com .. one never knows.
Doesn't really matter tho cuz there is always somebody that's gonna use the example and then wonder why it doesn't work. We fought this at Netscape for eons. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 22, 2010 7:06 am |
|
dad7732, I completely agree and I already changed the default in my new version, but Mailer has been around in RN for awhile now and so that old default still lingers... not much I can do about that until folks upgrade. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
dad7732
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 22, 2010 7:27 am |
|
From experience, I definitely wouldn't have a bona fide smtp address as the example. Even "example.com" will toss an error. Maybe something like:
<outgoing server address> or <smpt server address> or similar thinking.
How about:
"SMTP address: [.......................]" Entry box is blank
Cheers |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
dad7732
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 22, 2010 10:54 am |
|
#1 Resend_Email language file ..... SOLVED!!
At the beginning of the file lang_english.php is
Change to:
Works just fine now. ![Smile](modules/Forums/images/smiles/icon_smile.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
Palbin
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 22, 2010 11:17 am |
|
I'll get that fixes as we should not be using short tags. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
montego
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sun Aug 22, 2010 11:48 am |
|
... and, to be honest, every one of the included scripts should have the final ?> stripped out of them... It would eliminate issues with some blank pages and/or "headers already sent". |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
kguske
Site Admin
![](modules/Forums/images/avatars/41f0b40a419280935f3a0.gif)
Joined: Jun 04, 2004
Posts: 6437
|
Posted:
Mon Aug 23, 2010 6:40 am |
|
Just an FYI: tusitio is Spanish (and maybe Italian, too) for "your site" |
_________________ I search, therefore I exist...
Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
dad7732
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Tue Aug 24, 2010 2:06 pm |
|
As regards issue #4 ..
First of all, emailer.php line #238:
Code: message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
|
If I am NOT using SMTP but rather mail() then why the error regarding SMTP? If I do user SMTP I don't get the error and mail goes out error-free.
I also checked the PHP.INI file and regarding [Mail Function] nothing is out of sorts that I can tell, it's rather straight forward. Never had this problem until RN 2.4.0.1 and PHP-5.3.2
Cheers
Edit: The only way mail can be sent via the forum notify feature is to configure for SMTP in the forum config. I've tried everything that "I" know so far. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|