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
Modules » System Check » Orphan Clean-up - 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: Modules » System Check » Orphan Clean-up (/showthread.php?tid=1845)



Modules » System Check » Orphan Clean-up - michatmaster7 - Jan 5th, 2012

Ben -

I just upgraded to 2.2.0 on both my installations. After I published the new files, I decided to be safe I would run the System Check module on both, as well.

The first install passed with flying colors.

The second install passed up until the Orphan Clean-up, where it starts, but just sits there, without actually doing anything. Advice?


RE: Modules » System Check » Orphan Clean-up - Ben - Jan 8th, 2012

Hmm.. curious!

First off, don't worry: this is purely a house-keeping test, so it doesn't point to anything sinister.

Secondly, do you have error reporting turned up high on your second installation? i.e. do you have the $g_default_error_reporting variable defined in your config.php file? If so, could you comment it out temporarily then re-test?

It sounds like maybe there's some invalid info being returned from the server. A minor warning or notice may well mess up the info for the JS. I *should* work fine, but that's my best guess.

What I'll do on my end is update the module to provide a better error message in case of invalid info returned by the server. Definitely something that's needed!

- Ben


RE: Modules » System Check » Orphan Clean-up - michatmaster7 - Jan 9th, 2012

(Jan 8th, 2012, 12:40 PM)Ben Wrote: Secondly, do you have error reporting turned up high on your second installation? i.e. do you have the $g_default_error_reporting variable defined in your config.php file? If so, could you comment it out temporarily then re-test?

Yes, I have error reporting turned on for both installs, just for safety's sake. I commented the config.php file on the second install, reran Orphan Cleanup, and it ran flawlessly, with no errors. Thanks!


RE: Modules » System Check » Orphan Clean-up - Ben - Jan 10th, 2012

Interesting! I'll log this as a bug - there shouldn't be errors of any kind (warnings, notices etc), so it should be addressed.

- Ben