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



Form Tools
[SOLVED] Out of the blue, i cannot access "edit submission" page. - 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: [SOLVED] Out of the blue, i cannot access "edit submission" page. (/showthread.php?tid=5034)



[SOLVED] Out of the blue, i cannot access "edit submission" page. - Mservices - Feb 9th, 2015

version 2.2.6
internal form.

Ran the system check. all fine.....

Database fine....

All worked fine til now :-(

I use FT on several domains without problems but now i'm stuck with a very annoying problem

After submitting around 80 entry's today, all of a sudden i can no longer edit submissions.
When i click on view, i can see all my submissions, but when i click the edit button for any of the submissions i get a blank page.
The "add" button adds a new submission but doesn't show the form. when i go back i can see FT created a new submission but again i cannot edit it. but i can delete it.

With chrome/ inspect element i found out it has some thing to do with a "500
Internal Server Error"
I would really appreciate some help!

Peter

[SOLVED] Ran systemcheck again and found some orphans.....

TABLE: vw_field_validation
- num orphans: 4
- error description:
1. Invalid reference to field_id: 81 for rule_id: 8
2. Invalid reference to field_id: 116 for rule_id: 8
3. Invalid reference to field_id: 93 for rule_id: 9
4. Invalid reference to field_id: 128 for rule_id: 9

Deleted them and everything seems to work fine again.....


RE: Out of the blue, i cannot access "edit submission" page. - Mservices - Feb 10th, 2015

(Feb 9th, 2015, 10:13 AM)Mservices Wrote: version 2.2.6
internal form.

Ran the system check. all fine.....

Database fine....

All worked fine til now :-(

I use FT on several domains without problems but now i'm stuck with a very annoying problem

After submitting around 80 entry's today, all of a sudden i can no longer edit submissions.
When i click on view, i can see all my submissions, but when i click the edit button for any of the submissions i get a blank page.
The "add" button adds a new submission but doesn't show the form. when i go back i can see FT created a new submission but again i cannot edit it. but i can delete it.

With chrome/ inspect element i found out it has some thing to do with a "500
Internal Server Error"
I would really appreciate some help!

Peter

Update...

After backing up everything, tried the following with no result:
Clean installation, changed Global/config.php to link to the DB with my entries, problem remains the same, so somehow there must be something going on with the database....

Tried to backup the form, with "form backup" but that won't run either... blank page.

I can however use the download/export utility... it copies all entries to excel file fine...

Usually,"500 internal server error" has to do something with permissions, but i didn't change them...

tried different browser, same problem...

"edit submission" give a 500 internal server error and "add submission gives a "302
Moved Temporarily" error, all else seems to work fine....

created a new form just for testing and that works fine, no errors, so no corrupt files i guess...

Only thing i can think of is that i was adding an option to a "option list" when at the same time my partner was adding a submission...

HELP!!