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
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
Module Installation Failed - 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: Module Installation Failed (/showthread.php?tid=4704)



Module Installation Failed - mwdcmatt - Oct 13th, 2014

Good Afternoon, All

I have a few modules that, when selected, go to a blank page.
I have tried 2.2.6 and 2.2.7. The module that I would really like setup is "submission accounts" but this same issues is prevalent on the following modules.

"Swift Mailer"
"Submission Accounts"
"Pages"

I have also tried earlier versions of submission accounts but I have had no luck. Any assistance at all would be wonderful. I appreciate the program and any future help.

Thank You!
-Matt


RE: Module Installation Failed - Joe - Oct 14th, 2014

Hi Matt,

Have you run a system check yet? It will help identify missing files that are causing the modules to fail.

Cheers,

Joe


RE: Module Installation Failed - mwdcmatt - Oct 15th, 2014

I sure have. I just ran it on all of the components and they all have passed.

It's odd, I can go to the submission_accounts/admin/add.php page from my browser and it displays everything but when I attempt to save my addition to the page it blanks out. I can access all of the .php pages within the admin folder for the module but I can't directly get to the module nav from the modules page then select.


RE: Module Installation Failed - mwdcmatt - Nov 3rd, 2014

I have fixed my issue in case anyone else has this same problem. I opened the index.php file in the submissions_accounts folder from the module.

I then commented out the following code

$folder = dirname(__FILE__);
require_once("$folder/library.php");


After commenting it out it will look like this, for those of you that would like to try.

/*$folder = dirname(__FILE__);
require_once("$folder/library.php");*/


I then saved the file and was able to access the module as normal and it is working as expected.