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 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (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.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 "Select" Links Broken - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4)
+--- Thread: Module "Select" Links Broken (/showthread.php?tid=139)



Module "Select" Links Broken - kmac - May 5th, 2009

Hi,

Just noticed this issue after upgrading to latest version a few days ago.
When I click on any of the "SELECT" links on the Modules page, I get the following error:
Quote:Not Found
The requested URL /admin/forms/ was not found on this server.

For instance the "SELECT" link for the Export Manager is:
https://www.example.com/form_tools/modules/export_manager/

But when clicked, gives the above error message.

Help with this would be greatly appreciated.

PHP5
Linux
Module Folder & Files chmodded 755


RE: Module "Select" Links Broken - kmac - May 6th, 2009

Hi,

Problem fixed!
I removed
Code:
$g_session_type = "database";
from my config and modules are now loading when I click the SELECT link.

Don't know why it worked though.

Just thought I would mention this in case anyone comes across this prob in future.

Cheers


RE: Module "Select" Links Broken - Ben - May 10th, 2009

Very odd! Thanks for posting the fix.

You didn't encounter any other problems with $g_session_type set to "database" than that? That setting just determines where FT should store temporary data for logged in users. Some environments have restrictive (or non-existent) PHP session support, so this is provided as an alternative. It's possible there's a bug with the way modules are handling sessions.

If anyone else encounters this problem, post here and I'll investigate further.

- Ben


RE: Module "Select" Links Broken - kmac - May 10th, 2009

(May 10th, 2009, 9:19 AM)Ben Wrote: Very odd! Thanks for posting the fix.

You didn't encounter any other problems with $g_session_type set to "database" than that? That setting just determines where FT should store temporary data for logged in users. Some environments have restrictive (or non-existent) PHP session support, so this is provided as an alternative. It's possible there's a bug with the way modules are handling sessions.

If anyone else encounters this problem, post here and I'll investigate further.

- Ben

Hi Ben,

Thanks for replying & Yes it was the only problem I could see.

Cheers