The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
error with 2.0.0-beta-20091210 - 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: error with 2.0.0-beta-20091210 (/showthread.php?tid=394)



error with 2.0.0-beta-20091210 - Alexis - Dec 11th, 2009

hello

since i upgrdaded to 2.0.0-beta-20091210 i am seing this error message on top of the submissions view page

Notice: Undefined variable: page_submission_ids in /......./forms/submissions.php on line 249

and on the edit submissions:


Notice: Undefined variable: view_info in /...../global/code/views.php on line 250

Warning: Invalid argument supplied for foreach() in /..../global/code/views.php on line 250

let me know if you need any details


Alexis


RE: error with 2.0.0-beta-20091210 - Ben - Dec 11th, 2009

Ack! I know exactly that that problem is, drat. Don't worry - it's nothing sinister, just an undefined variable - it won't have any impact whatsoever other than that ugly message. Just some bad code merging on my part.

I'll release an update tonight (late!).

- Ben


RE: error with 2.0.0-beta-20091210 - Alexis - Dec 11th, 2009

thank you ben ! your script is very helpfull, and for now i downgraded to last version awaiting for a fix
i will make a note about it when we'll publish the multicentric study we are performing with the help of formtools.

by the way, did you have a solution do my date validation question here
http://forums.formtools.org/showthread.php?tid=355


RE: error with 2.0.0-beta-20091210 - Ben - Dec 12th, 2009

Hey Alexis,

I just responded to that post (sorry it's so general, but I hope it's enough to go on).

And tonight's release should fix that problem you were having. Smile

- Ben


RE: error with 2.0.0-beta-20091210 - Alexis - Dec 13th, 2009

Hello Ben and thank you

the problem has been fixed with the view submissions page but not on the edit submission page (http://www......admin/forms/edit_submission.php?form_id=.....)


Notice: Undefined variable: view_info in ///global/code/views.php on line 250

Warning: Invalid argument supplied for foreach() in //global/code/views.php on line 250

Alexis


RE: error with 2.0.0-beta-20091210 - Ugur - Dec 13th, 2009

thats right! Smile there's still error on line 250


RE: error with 2.0.0-beta-20091210 - Ben - Dec 13th, 2009

Oh bloomin' eck. I'm really not winning here, am I?

I'll look at this & post a fix today.

- Ben


RE: error with 2.0.0-beta-20091210 - Alexis - Dec 13th, 2009

its working perfectly now, thank you Ben