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



Form Tools
Error after Installation - 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: Error after Installation (/showthread.php?tid=2252)



Error after Installation - gill_bin - Nov 2nd, 2012

Hello Folks

I have install form tools successfully on my server & my question is:

1. form tools address don’t working perfectly like; http://www.website.com/admin/clients/

above link is not working but when I enter http://www.website.com/formtools/admin/clients/

it’s working fine, when I click on side links all are dead but when I enter formtools then same links are working.

I can’t understand that thing.

2. I can’t see config.php on server.


Please help me.

Thanks



RE: Error after Installation - mrGarvin - Nov 14th, 2012

It sure sounds like a config problem.
The config file is located here: /FormTools/global/config.php

If you can't find the config file, you need to make one manually. During your installation, in step 4, the system tries to create the config file and puts all the necessary data on the web page for you to copy and paste in to a text file if the system isn't able to create it for you.
Read more about this in http://docs.formtools.org/installation/?page=step4

The information you need to put in the config.php file is like this:
PHP Code:
<?php

// main program paths - no trailing slashes! 
// The root url is the exact web adress to your formtools folder. 
// Root dir is the exact folder adress on your server. This is just an example. Ask your provider for the correct address if in doubt.
$g_root_url "http://www.website.com/formtools";
$g_root_dir "/Applications/MAMP/htdocs/webfolder/formtools";

// database settings. 
$g_db_hostname "localhost";
$g_db_name "mydatabase";
$g_db_username "root";
$g_db_password "root";
$g_table_prefix "ft_";

?>



RE: Error after Installation - locksmith16 - Dec 21st, 2012

i am also using the server system and i have installed so many tools on my server but i have never encountered with kind of problem ,my server system is working properly and till now i didn't have any problem with it , so i cant give you any suggestion


RE: Error after Installation - michatmaster7 - Dec 27th, 2012

Sounds like the installation wasn't completed correctly. Try removing FT from the server and try again. Make sure you follow the steps very carefully. Permissions will likely need to be changed on the server for certain directories in order to have the installation complete successfully.