YAFLogo

Posted by: patgaunt1 - Monday, 19 January 2009 01:30:54
Hi, I've just put YAF into a webpage - http://www.dbnetsuitevs.com/dbnetsuitevs/support.aspx - it works fine however it is very slow to load. The forum is in an iframe and the page loads around it but the forum isn't displayed for a while after. The timings say on the first load it is generated in around 2.5 seconds in Firefox however the page doesn't display for around 8-10 seconds. Do you know of any reason why it is running so slow? Once it has loaded once the next time it is loaded it is very fast (as expected). I presume that is to do with cached memory though. Thanks Pat

Posted by: test2005 - Monday, 19 January 2009 14:35:50
I've seen this behaviour before in IFRAME's. Not sure what the cause is, but if you put the control in a DIV, it will load as fast as the site. IFRAME's are good for small pop-ups, but YAF isn't small!! HTH :)

Posted by: ddscart - Monday, 19 January 2009 15:10:03
If you are hosted by Godady Check the following; Administration » Host Settings SMTP Server: relay-hosting.secureserver.net It must read “relay-hosting.secureserver.net” or the forum will run slow for you and you members.

Posted by: RichP714 - Tuesday, 20 January 2009 09:44:05
My forum (yaf 1.9.1.8 on godaddy) was originally working fine; I have: host settings: Forum email: @ smtp: relay-hosting.secureserver.net The site worked fine, until last night, when the database size grew from 12M to 17M, NOW every action takes about 10 seconds to refresh, and yields the following error: Error sending emails to users System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) at yaf.pages.ForumPage.SendMailThread() This was usually related to the smtp server, which I haven't changed. If I restore to a prior database everything works again. Fairly new site, but hoping to be able to continue with YAF. Any thoughts?

Posted by: Mek - Tuesday, 20 January 2009 10:32:14
Hit their support :-)

Posted by: RichP714 - Tuesday, 20 January 2009 12:43:02
I sent in a ticket; haven't heard back from them yet; meanwhile, my email is getting flooded with HUNDREDS of messages from the same post; "A new message has been posted in the thread Post Your Favorite Pictures of Anything at Carver site!." I looked in the header and it says: Return-Path: Received: from fed1rmimpi04.cox.net ([70.169.32.73]) by fed1rmmtai112.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20090120213723.JADI19441.fed1rmmtai112.cox.net@fed1rmimpi04.cox.net> for ; Tue, 20 Jan 2009 16:37:23 -0500 Received: from p3nlsmtp03.shr.prod.phx3.secureserver.net ([72.167.234.227]) by fed1rmimpi04.cox.net with IMP id 5xdN1b04L4v2oQg05xdPvl; Tue, 20 Jan 2009 16:37:24 -0500 Received: (qmail 9329 invoked from network); 20 Jan 2009 16:18:35 -0000 Received: from unknown (HELO P3NW3SH012) ([72.167.232.62]) (envelope-sender ) by p3nlsmtp03.shr.prod.phx3.secureserver.net (qmail-ldap-1.03) with SMTP for ; 20 Jan 2009 16:18:11 -0000 X-VR-Score: 30.00 X-Authority-Analysis: v=1.0 c=1 a=GJUhZhDAPYYA:10 a=1xKqHew6q24A:10 a=zRB3vs20YNNIQ+mSWUSjZQ==:17 a=a2DTCcAQAAAA:8 a=dB3_AzlneMFsle4HepUA:9 a=-NLxzRQLjSeIxxvgrBYA:7 a=p48IksIfbl1-O88wH6fFOFJaNKMA:4 a=oltX7JrCFroA:10 X-CM-Score: 0.00 MIME-Version: 1.0 From: phl0g1st0n@carvermk2.com To: phl0g1st0n@cox.net Date: 20 Jan 2009 09:18:11 -0700 Subject: Topic Subscription New Post Notification (From Carver site!) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <20090120213723.JADI19441.fed1rmmtai112.cox.net@fed1rmimpi04.cox.net> [size=8][b]X-NAS-BWL: No match found for 'phl0g1st0n@carvermk2.com' (166 addresses, 0 domains)[/b][/size]X-NAS-Bayes: #0: 4.41259E-168; #1: 1 X-NAS-Classification: 0 X-NAS-MessageID: 11841 X-NAS-Validation: {5FED3188-195A-4654-8C45-CB5870A9BC57} At the end, where it says no match found.....hmmmmm I DO have an email address setup at the site. BTW, do I need to install DSN or ASP schema to the database?

Posted by: RichP714 - Tuesday, 20 January 2009 16:23:00
Well, godaddy says there's nothing wrong with their relay smtp. I'm still getting flooded with thousands of emails from the last post before things locked up (it's thousands of duplicates of the same email, every few minutes I get another hundred or so. I discovered that if I invoke: [code]delete from yaf_Mail[/code] to the database the forum perks up for a few minutes, but then bogs down with the same smtp timeout. Clearing yaf_Mail doesn't stop my email floods either; and members are getting the same thing. Any way to kill these emails and/or get the forum back up? ALSO: clearing yaf_mail also messed up 'new message' and 'sent items' in inbox I now get: [color=darkred]Server Error in '/yetanotherforum' Application. -------------------------------------------------------------------------------- The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /yetanotherforum/Default.aspx[/color] any other ideas?

Posted by: Whitterz - Tuesday, 20 January 2009 16:27:41
Mine has done exactly the same - www.surinfarang.com/board Could do with this being resolved asap :(

Posted by: RichP714 - Tuesday, 20 January 2009 18:37:59
[quote=Whitterz]Mine has done exactly the same - www.surinfarang.com/board Could do with this being resolved asap :([/quote]I don't know if your problem is the slow board, or the no new message thing I'm having, BUT I THINK I've 'fixed' the smtp timeout thing. It was a case of RTFM. I had somehow skipped the "add a root tag to yafnet.config" now that I have the root element in place, the forum is snappy again, and no more smtp timeouts (fingers crossed). I STILL don't have access to sent items and new message, with the error posted above. I THINK I did this to myself when I issued a clear to the yaf_mail and yaf_eventlog tables. I ust have corrupted them somehow, or there are entried that need to exist for PM creation and sent viewing. Any way to get these back?

Posted by: Whitterz - Tuesday, 20 January 2009 19:05:18
:cheesy: Hey Rich. I think I know what you mean, But can you copy and paste it ?? Thanks Danny

Posted by: olaHalo - Tuesday, 20 January 2009 19:10:01
i have this same problem as a temporary fix i have disabled forum emails under (Host settings, Allow email sending) the site is much much faster now I will change the settings back as soon as i get a reliable SMTP check it out http://www.lvscions.com/forum/

Posted by: Whitterz - Tuesday, 20 January 2009 19:17:38
[quote=olaHalo]i have this same problem as a temporary fix i have disabled forum emails under (Host settings, Allow email sending) the site is much much faster now I will change the settings back as soon as i get a reliable SMTP check it out http://www.lvscions.com/forum/[/quote] Good idea and nice forum !:!:

Posted by: Whitterz - Tuesday, 20 January 2009 19:24:27
Just tried that Halo, still getting the ' error sending mail ' at the bottom !

Posted by: RichP714 - Tuesday, 20 January 2009 19:56:57
[quote=Whitterz]:cheesy: Hey Rich. I think I know what you mean, But can you copy and paste it ?? Thanks Danny [/quote] In yafnet.config, add a root element, for me it looks like this: /yetanotherforum/ I added it right after the element

Posted by: Whitterz - Tuesday, 20 January 2009 23:12:22
One member has just complained that he has recieved 100 emails from the forum

Posted by: patgaunt1 - Wednesday, 21 January 2009 02:09:24
Hi, My forum seems to be running fine now, I'm not sure why! Oh well, as long as it works. Thanks for your help. Pat

Posted by: Whitterz - Wednesday, 21 January 2009 20:14:04
Heres a reply i got off godaddy.com Dear Daniel Whitnall, Thank you for contacting Online Support. It appears you are referring to the email delivery being slow. We apologize for this inconvenience. Generally emails using our hosting accounts to send mail will not have a large delay if any delays. The reason you are experiencing this is because we currently are encountering a known issue where the hosting accounts are taking 1-4 hours to send email. We are working promptly to resolve this matter. Thank you for your patience and understanding. Let us know if you have any further questions or concerns. Regards, Matt P. Online Support

Posted by: lrojas - Sunday, 25 January 2009 17:34:47
[quote=ddscart]If you are hosted by Godady Check the following; Administration » Host Settings SMTP Server: relay-hosting.secureserver.net It must read “relay-hosting.secureserver.net” or the forum will run slow for you and you members. [/quote] +1 Thanks that helped me out too :)

Posted by: chip - Wednesday, 28 January 2009 11:16:32
[/quote] "I THINK I've 'fixed' the smtp timeout thing. It was a case of RTFM. I had somehow skipped the "add a root tag to yafnet.config" now that I have the root element in place, the forum is snappy again," [b] What is this and how do i fix mine???????? mine is slow as molasses in January.[/b]

Posted by: olaHalo - Wednesday, 28 January 2009 18:24:15
[quote=Whitterz] Good idea and nice forum !:!: [/quote] thanks alot [quote=Whitterz]Just tried that Halo, still getting the ' error sending mail ' at the bottom ![/quote] yes by disabling the emails, it still gives you the error code. however your site will now run faster (if you were having issues with the SMTP) disabling the email makes the site run quicker, but you wont get any email notifications it is meant to be a temporary fix EDIT biggest disadvantage with this option is you cant have email registrations (i think?)