The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
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:
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. |