
11-29-2005, 07:37 PM
|
 |
|
|
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MyIS_Jordan
Nevermind!
I fixed it!
I looked at the forum of a friend who has the fix working. I looked at his files, tried something and it worked.
Here's what i did:
Code:
In functions.php
Find:
if (true) // will eventually use $vboptions to determine this
Change To:
if (false) // will eventually use $vboptions to determine this
I know the instructions of the smtp fix say it should be the other way around, but this worked for me (and my friends forum which has extremely heavy traffic).
|
Could just upgrade to 3.5
|