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
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
Can't Access Form Tools - 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: Can't Access Form Tools (/showthread.php?tid=2408)



Can't Access Form Tools - HounderBounder - Mar 25th, 2013

I installed Form Tools 8/15/12 because I need it for a client's website. I was able to get it setup and running. I put a simple email submission form on her website and I haven't need form tools since.
Now I need to create another form for a client and I cannot access the login screen. From all of my notes I made, it appears I should go to http://hounderbounder.com/formtools/ to access my account. But today when I try to access it I get this error:

Uh-oh.
Either the theme cache folder doesn't have write-permissions, or your $g_root_dir value is invalid. Please update the /home/content/j/e/s/jessgrady/html/formtools/themes/default/cache to have full read-write permissions (777 on unix).

I tried to make sure the permissions on the "Cache" folder and the "index.html" file inside the cache folder were set to 777, but this did not resolve the problem. I host my websites with GoDaddy and a month ago they upgraded my hosting package and moved my websites to a new server which changed my IP address. Most of my websites moved without problem, but I'm wondering if this problem could be related to that move. And if so, how do I fix it? If it's not related to that move, then how do I get into Form Tools?

Jessica Grady
Graphic Designer
Hounder Bounder Graphics


RE: Can't Access Form Tools - alexh - Mar 25th, 2013

I am wondering if it's because when you moved, the actual path to formtools changed.

Go to your formtools folder then /global/ then check your config.php file. Make sure the following lines are accurate:

// main program paths - no trailing slashes!
$g_root_url = "http://www.YourDomain.com/forms";
$g_root_dir = "/home/path/to/formtools";

PM me if you need help.

-Alex

(Mar 25th, 2013, 3:54 PM)HounderBounder Wrote: I installed Form Tools 8/15/12 because I need it for a client's website. I was able to get it setup and running. I put a simple email submission form on her website and I haven't need form tools since.
Now I need to create another form for a client and I cannot access the login screen. From all of my notes I made, it appears I should go to http://hounderbounder.com/formtools/ to access my account. But today when I try to access it I get this error:

Uh-oh.
Either the theme cache folder doesn't have write-permissions, or your $g_root_dir value is invalid. Please update the /home/content/j/e/s/jessgrady/html/formtools/themes/default/cache to have full read-write permissions (777 on unix).

I tried to make sure the permissions on the "Cache" folder and the "index.html" file inside the cache folder were set to 777, but this did not resolve the problem. I host my websites with GoDaddy and a month ago they upgraded my hosting package and moved my websites to a new server which changed my IP address. Most of my websites moved without problem, but I'm wondering if this problem could be related to that move. And if so, how do I fix it? If it's not related to that move, then how do I get into Form Tools?

Jessica Grady
Graphic Designer
Hounder Bounder Graphics




RE: Can't Access Form Tools - HounderBounder - Mar 25th, 2013

I checked the lines in the config.php file and they are correct. I called GoDaddy to ask if they thought moving my server could have messed it up. They recommended that I change permissions on the whole /formtools/ folder to 777 which I am doing now. Not sure how long that's going to take, apparently awhile. I'm hoping that takes care of the problem, but no luck yet.

Jessica


RE: Can't Access Form Tools - alexh - Mar 25th, 2013

Well hopefully you won't have to keep everything set at 777. It will be interesting to see if that makes it work though.


RE: Can't Access Form Tools - HounderBounder - Mar 26th, 2013

Changing everything to 777 didn't work. I still get the same error message. Any more ideas? I'm guessing I'm going to delete the folder and start over installing this. But if I do that I would like to get the data from the 1 form I had setup. Can you at least tell me how to find the data collected from my client's form?

Jessica


RE: Can't Access Form Tools - alexh - Mar 26th, 2013

I would first create a phpinfo file and confirm the path it displays is exactly as it is in your config.php file in your formtools installation.

To do so, create a php file in that directory with the following code (only that) and run it. It will give you lots of info, including the path.

<?php phpinfo(); ?>

(Mar 26th, 2013, 9:08 AM)HounderBounder Wrote: Changing everything to 777 didn't work. I still get the same error message. Any more ideas? I'm guessing I'm going to delete the folder and start over installing this. But if I do that I would like to get the data from the 1 form I had setup. Can you at least tell me how to find the data collected from my client's form?

Jessica