The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
general.php error line 669 - 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: general.php error line 669 (/showthread.php?tid=4922) |
general.php error line 669 - george - Dec 21st, 2014 Hello Thank you for the great applicarion works fine but when try tu create a a public/ with form builder in the second step to go a thank you page have this error message Code: Notice: Undefined index: date_month_short_AM in /home/xxxxx/public_html/source/global/code/general.php on line 669 search this line have this code PHP Code: $translated_str = $LANG["date_month_short_$eng_string"]; i add and select incomplete spanish language don't know if this the problema? any one ? thank you best resgards RE: general.php error line 669 - rgaudard - Dec 27th, 2016 Hi, George! Have you solved this case? I'm having this same issue! :/ Actually to me appears: Notice: Undefined index: date_month_short_PM in xxxxx/global/code/general.php on line 669 Notice: Undefined index: date_month_short_PM in xxxxx/global/code/general.php on line 669 Warning: Cannot modify header information - headers already sent by (output started at xxxxx/global/code/general.php:669) in xxxx/modules/form_builder/global/code/generator.php on line 446 RE: general.php error line 669 - lukas - Jan 25th, 2017 Hey Guys, I’m having the same error, but not on every submission. And the error also occurs at page reloads but only on approximately every 30est. I’m pretty sure the entry is in my data base, but if the error occurs, the users think their data isn’t submitted. So I want to solve this problem so I can use this form for actual submissions. I’m using the Version 2.2.6 fresh installation, the system checks don’t find any problems. Thanks for your time. Best regards Lukas Notice: session_start(): ps_files_cleanup_dir: opendir(/tmp) failed: Permission denied (13) in /kunden/297223_1150/web/igit.at/hvb/formtools/modules/form_builder/global/code/generator.php on line 681 Warning: Cannot modify header information - headers already sent by (output started at /kunden/297223_1150/web/igit.at/hvb/formtools/modules/form_builder/global/code/generator.php:681) in /kunden/297223_1150/web/igit.at/hvb/formtools/modules/form_builder/global/code/generator.php on line 682 Warning: Cannot modify header information - headers already sent by (output started at /kunden/297223_1150/web/igit.at/hvb/formtools/modules/form_builder/global/code/generator.php:681) in /kunden/297223_1150/web/igit.at/hvb/formtools/modules/form_builder/global/code/generator.php on line 683 No recipient addresses found in header Warning: Cannot modify header information - headers already sent by (output started at /kunden/297223_1150/web/igit.at/hvb/formtools/modules/form_builder/global/code/generator.php:681) in /kunden/297223_1150/web/igit.at/hvb/formtools/modules/form_builder/global/code/generator.php on line 446 |