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



Form Tools
Import Data - 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: Import Data (/showthread.php?tid=798)



Import Data - mpmonty - Jul 29th, 2010

I am trying to import a csv file, I am able to do it through phpmyadmin but does not show up in my views on my formtools pages, am i doing something wrong or is it not setup to do this? is there any way i can make it work? i have thousands of entries from an old database im trying to put on my formtools. maybe someone can make a module or something i would if i had the knowledge, i would definitely pay money if anyone is interested in helping me, thanks


RE: Import Data - Ben - Aug 3rd, 2010

Hi mpmonty,

Sorry for the wait - I'm spreading myself a little thin over my projects these days.

Importing the data should work okay... Check is that the is_finalized field for each row you're importing it set to "yes". If it's set to "no", it won't show up anywhere.

- Ben


RE: Import Data - mpmonty - Aug 6th, 2010

hey Ben thanks that was it the finalize field was not set, thanks alot again Wink Would there be a way to make a quick import page like the one phpmyadmin uses?


RE: Import Data - marcat - Apr 4th, 2012

Had the same issue, took me a while to find this post but once I did my imported data displayed in the form's view with out a hitch!
So, the is_finalized field value MUST be set to "yes" before a record will display in a FormTools view.
If the value is set to "no", blank or NULL that record will not display in the form's view...

- Trialbuyfire

(Aug 3rd, 2010, 8:58 PM)Ben Wrote: Hi mpmonty,

Sorry for the wait - I'm spreading myself a little thin over my projects these days.

Importing the data should work okay... Check is that the is_finalized field for each row you're importing it set to "yes". If it's set to "no", it won't show up anywhere.

- Ben