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

websi7’s picture

Updated v6.5 with security updated to main Drupal Site

Tell a friend error still persists and tested in Firefox and MS Explorer

ggaetz’s picture

Assigned: Unassigned » ggaetz

I'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

websi7’s picture

Hi

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

websi7’s picture

Further 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

ggaetz’s picture

I 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.

websi7’s picture

I 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

websi7’s picture

If 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 ......

ggaetz’s picture

You are correct about where the error is happening.

Try the latest version (beta4). I just tested it and it appears to be working properly.

websi7’s picture

Great 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!!!!

ggaetz’s picture

Status: Active » Fixed

Awesome, thanks so much for your help with testing it.

ggaetz’s picture

Status: Fixed » Closed (fixed)