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



Form Tools
SOLVED - Submission Pre-Parser not showing in modules list - 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: SOLVED - Submission Pre-Parser not showing in modules list (/showthread.php?tid=5138)



SOLVED - Submission Pre-Parser not showing in modules list - waizen - Apr 27th, 2015

Hello,

I'm trying to install the Submission Pre-Parser in an older installation of Form Tools (client does not wish to upgrade at this time). Form Tools v2.0.2. This is in order to provide them with the Spam Protection technique located on this page:

http://modules.formtools.org/submission_pre_parser/index.php?page=spam_detection_example

According to that module's download page, for that version of Form Tools, I'm supposed to install version 1.0.1 of Submission Pre-Parser. See here:

http://modules.formtools.org/submission_pre_parser/download.php

I've downloaded it, unzipped it in my local machine and used FTP to upload the folder (submission_pre_parser) to website/form-tools-directory/modules/submission_pre_parser/

In the Form Tools control panel, I went to the modules section and clicked on the REFRESH MODULE LIST button, as well as the UPDATE button.

Unfortunately, I do not see the module listed there, no matter how many times I click on the button. Permissions are 755 with the modules directory. I've logged out of the control panel and logged back in...nothing. I've tried different browsers...nothing. Browser cache cleared...nothing.

Can anyone lend a hint as to what might be going on? Thanks in advance.


RE: Submission Pre-Parser not showing in modules list - waizen - Apr 29th, 2015

I found the answer, in case it helps anyone: in my case, we had recently moved the site to another server (from a Direct Admin to a cPanel) and I found the config file had the $g_root_dir = setting structured as the old server. Once I corrected that, the module showed up.

I can't figure out why the control panel worked otherwise, though. I would figure something like that would crash the system completely.