The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Not finding form_tools directory - 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: Not finding form_tools directory (/showthread.php?tid=1432)



Not finding form_tools directory - detaylor12 - Jul 1st, 2011

I have done a complete redownload, and reinstall but I am still getting the page not found error. In looking at the url it is pointing to
http://www.psmconsulting.org/admin/forms/ and not the form_tools directory. The url should be
http://www.psmconsuting.org/form_tools/admin/forms/

Any idea on how to correct this??

All of my sites are on windows based servers.


RE: Not finding form_tools directory - Ben - Jul 4th, 2011

Hi detaylor,

Sorry for the wait! So you can't even see the login screen? Or do you mean it redirects to the wrong URL after you try logging in?

Check your /global/config.php file and see what URL you have entered for the $g_root_url variable. Does that include the form_tools folder?

If it does, then my hunch is that maybe the $_SERVER["PHP_SELF"] variable isn't being populated on your server. Try taking a look at your phpinfo file and see what value is has for that key.

(let me know if you need any help with the above!)

- Ben


RE: Not finding form_tools directory - detaylor12 - Jul 4th, 2011

$g_root_url = "http://www.psmconsulting.org\form-tools";
$g_root_dir = "E:\\USERS\\Psmhost\\www\\PSMConsulting\\form_tools";

// database settings
$g_db_hostname = "mysqldb2.ehost-services.com";
$g_db_name = "xxxxx";
$g_db_username = "xxxxx";
$g_db_password = "xxxxx";
$g_table_prefix = "ft_";

I added the form_tools to the first $G line and tested it but it still doesn't work.
When I enter the url "www.psmconsulting.org/form_tools/" I get the logon screen but none of the graphics show up. the url then shows "www.psmconsulting.org/form_tools/" but the form_tools is grayed out.

Thanks for you help on this I really want to use this tool but am having a heck of a time getting it up..


RE: Not finding form_tools directory - detaylor12 - Jul 4th, 2011

$g_root_url = "http://www.psmconsulting.org\form-tools";
$g_root_dir = "E:\\USERS\\Psmhost\\www\\PSMConsulting\\form_tools";

// database settings
$g_db_hostname = "mysqldb2.ehost-services.com";
$g_db_name = "xxxxx";
$g_db_username = "xxxxx";
$g_db_password = "xxxxx";
$g_table_prefix = "ft_";

I added the form_tools to the first $G line and tested it but it still doesn't work.
When I enter the url "www.psmconsulting.org/form_tools/" I get the logon screen but none of the graphics show up. the url then shows "www.psmconsulting.org/form_tools/" but the form_tools is grayed out.

Thanks for you help on this I really want to use this tool but am having a heck of a time getting it up..


RE: Not finding form_tools directory - Ben - Jul 6th, 2011

Heya,

Oops! Just FYI, I wouldn't ever recommend pasting your actual passwords anywhere - I've replaced them now. Sorry I wasn't clear on that!

Everything looks okay except one thing: is the folder called form-tools or form_tools? There seems to be a discrepancy between the folder name entered in the $g_root_url and $g_root_dir values. Mind double-checking that, then enter the same value for both and test it again!

Let me know if that fixes it!

- Ben