The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Fatal Error E-mailsettings - 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: Fatal Error E-mailsettings (/showthread.php?tid=1441) |
Fatal Error E-mailsettings - twelph - Jul 8th, 2011 Hi! Suddenly a fatal error happens when I try to setup FORM EMAIL FIELD CONFIGURATION. Fatal error: Call to undefined function ft_update_form_email_settings() in .../formtools/admin/forms/page_email_settings.php on line 4 Any idea how to solve this? Best, Sander RE: Fatal Error E-mailsettings - Ben - Jul 8th, 2011 Hi Twelph, What version of Form Tools are you using? I searched the code but couldn't find that function. - Ben RE: Fatal Error E-mailsettings - twelph - Jul 8th, 2011 Hi Ben, Version 2.0.5. Best, Sander RE: Fatal Error E-mailsettings - Ben - Jul 9th, 2011 Hi Sander, It looks like something must have gone wonky during an upgrade or something. I checked 2.0.5, but that file (page_email_settings.php) and the code base doesn't include the function. So perhaps what happened was that it wasn't FTP'd to your server properly, or something along those lines. But fixing it is pretty easy. Just download 2.0.5 again (you can do this via the Custom Build page: http://www.formtools.org/build/ - select 2.0.5 as the Core version and uncheck any other modules, themes etc). After downloading the zip, locate the page_email_settings.php file and overwrite your old version with it. That should fix this current problem, but do keep an eye out for other weird behaviour. If one file wasn't up to date, maybe others weren't as well. Hope this helps - Ben |