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 "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
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 Smile

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 Smile

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

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 Smile