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



Form Tools
Step 4 Issues // Log in problems - 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: Step 4 Issues // Log in problems (/showthread.php?tid=1830)



Step 4 Issues // Log in problems - kekeeler - Dec 19th, 2011

Hi,
I recently downloaded form tools and got everything to work perfectly on my local server. However, yesterday tried to run it on off of my Fat Cow MySQL database and since then I have been running into problems. I downloaded the most recent version off of this site and uploaded it with my FTP. I got through steps 1-3 without a problem but step 4 is where I ran into the same problem as everyone else who has posted about step 4 on this forum. So I updated the config.php file manually and uploaded it then I manually skipped ahead to step 5 where I made a user name and password. Everything went through on step 5 so I went back and deleted the install folder and then tried to log in.

Here comes the problem...

When I submit the user name and password nothing happens. I am not redirected to a new page instead, I just remain on the log in page. I even looked at the database I have set up on my Fat Cow server and the user name and password are there but for some reason they are not being read by the form tools files.

This has been driving me crazy trying to figure this out all day. Hopefully someone has some insight!

Thank you and let me know if you need any other information!!


RE: Step 4 Issues // Log in problems - Ben - Dec 23rd, 2011

Hi kekeeler,

Hmm... strange, it sounds like there's a problem with your sessions, but if you were able to install it, that usually means it should work fine. Curious!

One thing you could try is adding the following line to your /global/config.php file:
PHP Code:
$g_session_type "database"

That uses database sessions instead of PHP ones. Let me know if that works or not.

- Ben


RE: Step 4 Issues // Log in problems - kekeeler - Dec 27th, 2011

That worked!!! Thank you so much for your help!!