The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Form Builder Failing "edit_form.php" not found - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.4 (https://userspice.com/forums/forumdisplay.php?fid=27)
+--- Thread: Form Builder Failing "edit_form.php" not found (/showthread.php?tid=1321)



Form Builder Failing "edit_form.php" not found - wbaker - 01-31-2019

Using Form Builder creating from simple table.  id, fname, mname, lname, bdate

It reports success but I see no fields.  I create field for first name with condition "required".  Works.  Move onto middle name and remove "required" condition.  Fails... and reports:

/users/edit_form.php was not found on this server.

I confirm the file is truly missing.  Please advise.


RE: Form Builder Failing "edit_form.php" not found - mudmin - 01-31-2019

(01-31-2019, 09:06 PM)wbaker Wrote: Using Form Builder creating from simple table.  id, fname, mname, lname, bdate

It reports success but I see no fields.  I create field for first name with condition "required".  Works.  Move onto middle name and remove "required" condition.  Fails... and reports:

/users/edit_form.php was not found on this server.

I confirm the file is truly missing.  Please advise.

Sorry about that. Let me take a look at the code on my end and see what I screwed up Smile


RE: Form Builder Failing "edit_form.php" not found - mudmin - 01-31-2019

(01-31-2019, 09:06 PM)wbaker Wrote: Using Form Builder creating from simple table.  id, fname, mname, lname, bdate

It reports success but I see no fields.  I create field for first name with condition "required".  Works.  Move onto middle name and remove "required" condition.  Fails... and reports:

/users/edit_form.php was not found on this server.

I confirm the file is truly missing.  Please advise.

Can you replace the file users/views/_form_edit_field.php with the contents of this file and let me know if that fixes it?

https://pastebin.com/gzxyn3ZV


RE: Form Builder Failing "edit_form.php" not found - wbaker - 01-31-2019

That fixed it!  Thank you!