The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
TEST and Notifications are not working! - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: TEST and Notifications are not working! (/showthread.php?tid=349)



TEST and Notifications are not working! - dawreg - Oct 29th, 2009

I have four forms setup in in FT2. All work except for one. I have tried deleting the form several times and creating a new form with zero success. The submissions are being stored in the database, but my test email will not send and I am receiving zero notifications.

Again, the other forms work, just one is being a pain.

Any ideas?


RE: TEST and Notifications are not working! - Ben - Oct 31st, 2009

Interesting! There's a few possible causes, but my first guess would be that it's caused by an invalid email template. If the Smarty syntax is invalid, it can throw an error and fail to send the email. Could you post your email content here - both HTML and text?

- Ben


RE: TEST and Notifications are not working! - dawreg - Nov 2nd, 2009

Thanks Ben!

I am just doing text, and I am using a supplied template from the dropdown:
There has been a submission made through your form, {$FORMNAME}:

ID: {$SUBMISSIONID}
Name: {$ANSWER_name}
Phone: {$ANSWER_phone}
Email: {$ANSWER_email}
Location: {$ANSWER_location}
Yourexperience: {$ANSWER_yourexperience}
Comments: {$ANSWER_comments}
Bulltype: {$ANSWER_bulltype}
Meat: {$ANSWER_meat}
Rice: {$ANSWER_rice}
Beans: {$ANSWER_beans}
Cheese: {$ANSWER_cheese}
Salsa: {$ANSWER_salsa}
Loadit: {$ANSWER_loadit}
IP Address: {$IPADDRESS}

Submission made: {$SUBMISSIONDATE}


RE: TEST and Notifications are not working! - Ben - Nov 7th, 2009

Heya,

Well that sure looks fine. Interesting!

So what exactly happens when trying to test the email - does it both fail to send the email and fail to display it? Or does it display the email content okay?

I gotta admit, I don't see any reason for why one would work over another, unless it's something to do with the configuration of the email template itself... very puzzling.

- Ben


RE: TEST and Notifications are not working! - dawreg - Dec 1st, 2009

Basically data gets into the database when the form is filled out, so I know it is working in that respect. When I test the form it says that the test was successful but then I never receive anything. This is now happening to others. I thought something could be wrong with the server configuration but I ran the test file on the server and it all worked.

I am completely stumped.

Sorry for the delayed response, it has been crazy here.