Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
Your message could not be sent at this time.
|
| Author |
Message |
squeak24
Junior Member
 
Posts: 2
Joined: Mar 2010
Reputation: 0
|
RE: Your message could not be sent at this time.
(24-03-2010 11:59 AM)Sam Wrote: The plugin uses the functionality from the reCAPTCHA library (recaptchalib.php) - the reCAPTCHA server URLs are:
Code:
define("RECAPTCHA_API_SERVER", "http://api.recaptcha.net");
define("RECAPTCHA_API_SECURE_SERVER", "https://api-secure.recaptcha.net");
define("RECAPTCHA_VERIFY_SERVER", "api-verify.recaptcha.net");
(the above is specified in the library not the plugin by the way)
Hi,
Can you do the following:
Zip up the extension directory you are currently using and attach it to this email
Overwrite recaptchalib.php with the one from http://code.google.com/p/recaptcha/downl...p-1.10.zip
- Ben
This is what the people at reCAPTCHA have told me to do, haven't done it yet, have been away for a couple of days and only just got back. Looks like there may have been a change with the recaptchalib.php
|
|
| 25-03-2010 10:21 PM |
|
Local
Junior Member
 
Posts: 5
Joined: Mar 2010
Reputation: 0
|
RE: Your message could not be sent at this time.
(25-03-2010 10:21 PM)squeak24 Wrote: Hi,
Can you do the following:
Zip up the extension directory you are currently using and attach it to this email
Overwrite recaptchalib.php with the one from http://code.google.com/p/recaptcha/downl...p-1.10.zip
- Ben
This is what the people at reCAPTCHA have told me to do, haven't done it yet, have been away for a couple of days and only just got back. Looks like there may have been a change with the recaptchalib.php
No need to download the library v1.10 as its the same throughout within the plugin.
In reading through my mail server I've noticed as to why it cannot be sent for my side and maybe a few others.
When the mail gets sent my server likes to have an email to send to, in which the case states it doesn't.
Code:
To: My Wordpress Blog <>
Subject: New Message From My Wordpress Blog
X-PHP-Script: www.domain.com/index.php for ***.***.***.***, ***.***.***.***
Date: Wed, 31 Mar 2010 14:36:40 +0000
Return-Path: example@example
From: TESTING <example@example>
Message-ID: <dfc34d00f08ab97b0ff1aa5cc71c544e@www.domain.com>
X-Priority: 3
X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
You have received a message from domain. Message details are as follows:
Date and Time: Wednesday 31st March 2010 14:36:40
IP address: ***.***.***.*** (***.***.***.***)
Message: TESTING CONTACT FORM please reply if received!!
** Edited due to security reasons but all else is as shown.
In the first line there is no email address to send my emails to, this used to work perfectly fine before upgrading to 2.9 and 1.2:
Code:
To: My Wordpress Blog <>
(This post was last modified: 31-03-2010 05:56 PM by Local.)
|
|
| 31-03-2010 05:01 PM |
|
Local
Junior Member
 
Posts: 5
Joined: Mar 2010
Reputation: 0
|
RE: Your message could not be sent at this time.
(01-04-2010 12:43 PM)Sam Wrote: Are you trying this out on a live web server or locally with WAMPServer or similar?
Could you tell me what version of PHP you have installed please?
Live webserver
PHP version 5.2.13
the mail(); works fine on other plugins just not this one.
|
|
| 01-04-2010 03:45 PM |
|
Local
Junior Member
 
Posts: 5
Joined: Mar 2010
Reputation: 0
|
RE: Your message could not be sent at this time.
(01-04-2010 09:50 PM)Sam Wrote: Is there an email address shown in the plugin settings (it defaults to the original blog administrator's email address), and if so is the address shown valid and complete, without spaces before or after the address?
Sam the plug-in is installed as you've written in your instructions. If it was a simple error as that I believe I would of fixed this by now.
The E-Mail address is as it should be within the plug-in settings.
NO NEED FOR CONTINUED SUPPORT ON THIS ERROR!
I found out it was the reCAPTCHA site getting my keys wrong causing these errors on sending.
(This post was last modified: 06-04-2010 04:51 PM by Local.)
|
|
| 06-04-2010 04:12 PM |
|