The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Form Tools 1 Data Import Problem - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: Form Tools 1 Data Import Problem (/showthread.php?tid=1428) |
Form Tools 1 Data Import Problem - livetech - Jun 30th, 2011 Hi All I am testing upgrading an old 1.5.1 FT installation to 2.0.6 I installed the Form Tools 1 Data Import Module and ran through the process. All went well and my forms/clients etc have all imported into my new database. Great All except the settings that should be there for the Emails tab when editing a form. These are all missing, with a message saying "No emails have been defined for this form. To add a new one, click the button below." Is this something the importer missed, or just a feature of FT2 that you have to reset these details for the sending of emails when a form is submitted ? Cheers. RE: Form Tools 1 Data Import Problem - Ben - Jul 1st, 2011 Hi Livetech, Wow! A 1.5 installation - it's been a while! I'm afraid that that was one of the limitations of the module: none of the email templates are copied over. See: http://modules.formtools.org/ft1_data_import/index.php?page=limitations The reason was that the old email templates are totally different from the new ones. The new ones are written in Smarty rather than PHP, so they couldn't be ported across (or at least, not without a HUUUUGE amount of work). Sorry about that...! I know it's a pain, but my hands were kind of tied there. - Ben RE: Form Tools 1 Data Import Problem - livetech - Jul 3rd, 2011 No Problems Ben - I worked that out once I read the limitations |