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
Form Tools Core (3.0.0-alpha-20171023) - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: Form Tools 3 alpha (https://forums.formtools.org/forumdisplay.php?fid=21)
+--- Thread: Form Tools Core (3.0.0-alpha-20171023) (/showthread.php?tid=29024)



Form Tools Core (3.0.0-alpha-20171023) - ocbroadband - Oct 24th, 2017

Appears the data visualization is borked in this release.  I installed a clean copy, and when getting to step 6 in the install, it reports errors related to this extension..

Quote:Warning: require_once(/home/abc123/www/ft3/global/code/Accounts.class.php): failed to open stream: No such file or directory in /home/[b]abc123/www/ft3/global/library.php[/b] on line 6

Fatal error: require_once(): Failed opening required '/home/abc123/www/ft3/global/code/Accounts.class.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/abc123/www/ft3/global/library.php on line 6
If I remove that extension folder, it completes the installation as expected.
Let me know if you need further information.
Lyle


RE: Form Tools Core (3.0.0-alpha-20171023) - Ben - Oct 29th, 2017

Thanks Lyle! Strange, I haven't been having any problems. Let me look it over and see if I can find anything that looks suspect.

Ben


RE: Form Tools Core (3.0.0-alpha-20171023) - Ben - Oct 29th, 2017

Hey Lyle, hmm... I've had no problems on my end. What version of PHP are you running?

Does the path look right in that error message you posted? I don't really see how the Data Visualization module is involved to be honest - it would have complained about something in the modules/data_visualization folder, I think.

Also: try adding the module back in with your working installation. Curious to know if you still have problems now.

Ben


RE: Form Tools Core (3.0.0-alpha-20171023) - ocbroadband - Oct 29th, 2017

(Oct 29th, 2017, 8:09 PM)Ben Wrote: Hey Lyle, hmm... I've had no problems on my end. What version of PHP are you running?

Does the path look right in that error message you posted? I don't really see how the Data Visualization module is involved to be honest - it would have complained about something in the modules/data_visualization folder, I think.

Also: try adding the module back in with your working installation. Curious to know if you still have problems now.

Ben

Hi Ben,

Found the issue.  In the archive, the following file has a capitol I in the name..

data_visualization/code/FieldCharts.class.php

in the file data_visualization/library.php

So on *nix boxes, it won't see it.  I changed it to lower case, and viola!  Smile

Lyle


RE: Form Tools Core (3.0.0-alpha-20171023) - Ben - Oct 31st, 2017

Ah, thanks Lyle! Drat, this didn't even cross my mind from the error...! I've actually already patched this & I'll update the module tonight.

Sorry, and thanks again Smile

Ben


RE: Form Tools Core (3.0.0-alpha-20171023) - ocbroadband - Nov 1st, 2017

NP, anytime.


RE: Form Tools Core (3.0.0-alpha-20171023) - lufafujahi - Jun 29th, 2020

When it’s about to the braid maid dress, no I don’t want to think any other idea. I just love it. the wedding is the ritual which is bounded the people with the promise to live happily. The design of dress implemented under assignment writers services instruction.


RE: Form Tools Core (3.0.0-alpha-20171023) - AndreasCarl - Jan 30th, 2021

The data visualization tool is really helpful to analyze the overall performance. I used this tool to analyze or measure my performance as a web designer in Dubai and I got a huge change in my performance that is really worthy for me because it improves productivity.