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
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
Start up error - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5)
+--- Thread: Start up error (/showthread.php?tid=1861)



Start up error - Internaut - Jan 17th, 2012

After a fresh install, immediately after logging in as admin, I get the following error.

Failed query in _ft_cache_form_stats, line 1704

Can be repeated with each startup of FT. As it is, can't do anything with FT.

Can continue from there but can't pull any previously created Forms.

Using 2.2.0
Core Field Types = 1.0.2
Export Mngr = 2.1.1
File Upload = 1.0.8
Pages = 1.2.6
Swift Mailer = 1.1.2
System Check = 1.0.2
TinyMCE Field = 1.0.8

I






RE: Start up error - Ben - Jan 18th, 2012

Weird... let's see if we can get any more info out of the error.

Add this to your global/config.php file then log in again:
PHP Code:
$g_default_error_reporting 2047

Does it show any other info (notices / warnings)?

- Ben


RE: Start up error - Internaut - Jan 18th, 2012

Nothing changed - still the same result.
Ran the system check and everything there was OK.





UPDATE RE: Start up error - Internaut - Jan 19th, 2012

New:

Since last reply to Ben, have:
  1. deleted the entire dbase.
  2. removed all of FT
  3. created new dbase
  4. re-installed 2.2.0
  5. added a new dbase item -
Result: Same error code.
Still unable to access and dbase data to add or edit.
Data created is store in dbase, but otherwise, not seen by FT.

SUMMARY: Can create new data, and it is saved in to dbase. But not accessible to FormTools.


RE: Start up error - Ben - Jan 22nd, 2012

Hi Internaut,

Very weird indeed. It sounds like maybe a sessions problem... but without debugging the problem directly I wouldn't be able to know.

One thing you could try is switching to database sessions. It may not help, but its worth a shot. Add this line to your /global/config.php file:

PHP Code:
$g_session_type "database"

Then try logging in again.

- Ben



RE: Start up error - tshirtz - Jan 6th, 2015

This thread solved my issue, and I was getting the same error. >>

http://forums.formtools.org/showthread.php?tid=2202&highlight=_ft_cache_form_stats


RE: Start up error - Desy231 - Dec 4th, 2017

This is a very serious issue, I do not understand it very well yet. But thanks to you everything becomes clear.