Using the node on a new site which is otherwise working fine www.thebigfatdiary.com
When submits form gets message like below which is the email mailed to
Array
(
[0] => maureenclarke@toucanssurf.com
)
Emails arrive all OK
Using the node on a new site which is otherwise working fine www.thebigfatdiary.com
When submits form gets message like below which is the email mailed to
Array
(
[0] => maureenclarke@toucanssurf.com
)
Emails arrive all OK
Comments
Comment #1
websi7 commentedUpdated v6.5 with security updated to main Drupal Site
Tell a friend error still persists and tested in Firefox and MS Explorer
Comment #2
ggaetz commentedI'm pretty sure this is now fixed in beta 2 of the module (which I just created).
Thanks for testing it out!
http://drupal.org/node/325857
Comment #3
websi7 commentedHi
Gone worse in further testing as below
1. Installed new update OK and ran test - still gave message error as before
2. Uninstalled totally and deleted module
3. Add module and reinstalled new version
4. Set up form as before BUT in testing the SUBJECT AND CONTENT does not display so now form will NOT work at all
5. Uninstalled and deleted this new version
6. Installed first version and activated but still suffers from same problem at 4. above
7. Ran update.php (with system offline) and no change to problem
8. Plaxo contacts import also does not show on options, previously this worked fine in V1 and emails went fine.
I now have a tell a friend which does NOT work at all due to lack of subject and body of message.
Clearly some files get written which are still there corrupting the install??? or set up
Thanks for further advise to get it working 100% - great module (will be!!)
Please advise
Comment #4
websi7 commentedFurther testing
1. Tried all aspects of editing Tell a Friend Page - results remain the same
2. Deleted page and made a new one
3. Form now WORKS but error continues to show to user on submission
Array
(
[0] => maurice.s.clarke@toucansurf.com
)
4. This is def Beta2 version installed it shows as such in ADMIN
Comment #5
ggaetz commentedI will try tracking this down. I think I get why the error is still happening (my poor CVS skills I think) but I don't run into any other problems with the module. I will try some more tests and hopefully get a fix up tomorrow.
Would you mind trying to uninstall again (delete the module files as well as the database tables) and see how that works for you. If all else works and the only thing wrong is the error message, you can turn off the printing of errors to the browser in admin/settings/error-reporting. I've likely missed this error output because I've been running this module on production sites and not enough in testing situations.
In my last test of the module it worked fine, with the caveat that I had error reporting off.
Comment #6
websi7 commentedI set the error reporting to log only NO screen display
Running the form it delivers OK but STILL shows the screen error
http://www.thebigfatdiary.com/node/10
Comment #7
websi7 commentedIf you submit the form without entering the names and email of the sender you see this
Your First Name field is required.
Your Last Name field is required.
Your Email field is required.
BUT the array error message
Array
(
[0] => maurice.s.clarke@toucansurf.com
)
shows ABOVE the header on the LEFT - this is the email of the RECIPIENT
This suggests the problem is occuring on CLICK SUBMIT rather than at the end of succesful send ......
Comment #8
ggaetz commentedYou are correct about where the error is happening.
Try the latest version (beta4). I just tested it and it appears to be working properly.
Comment #9
websi7 commentedGreat V4 works 100% no errors, tried with several options and could not fault.
Great module and thanks for your efforts through the various versions.
Should be Ok for offical release now!!!!
Comment #10
ggaetz commentedAwesome, thanks so much for your help with testing it.
Comment #11
ggaetz commented