The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
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 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"; 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. Hi Ben, Thanks for replying & Yes it was the only problem I could see. Cheers |