For years, I have had an application form, done through formmail, that has worked. It has now stopped working, and my local guru and I suspect this happened with the latest (and greatest) release of Backlight.
I spent a lot of time setting this up and over the years, tweaking it to update it. Any suggestions that I might pursue without starting from scratch???
Daniel tried it and got the error message that he posted above and the same one I have been getting. Once my daughter who is here from Colorado leaves, I will try Daniel’s and Rod’s suggestions.
Hi @TBCbarefoot, a 500 error usually generates a log entry with further details somewhere on the server. Can you ask your local guru or the system admin to look for any error logs? They may be under /var/log/apache or similar location for php or there may be an error_log file in your home directory or a subdirectory such as logs.
If that doesn’t shed any light on it, a brute force approach would be to edit formemail.php and place lines such as die(‘here’); starting at the top and moving it for each test till you find which part of the file is failing (because the error will have happened before the die statement has been reached). You don’t need to fill out the form for each test. Just hit refresh and resubmit the form data. Something that person may be able to help with.
You might check with the formmail.php script author to make sure that the version you’re using is compatible with the php version running on your site.
Out of curiosity, @TBCbarefoot , have you also contacted support at FormToEmail? It is their script you’re having an issue with, after all. As Ben states above, the processing for this form should have nothing to do with Backlight. We don’t mind offering advice, but they should be ultimately responsible for their script.
Thanks, Matthew, an d did not know that is an option. So many progrmams these days have putrid support, so I find that more time is spent on that than is worth the effort. That said, I’ll give your suggestion a try.
In the mean time, do follow up on the advice that we have already provided. You should be able to work out the issues by following what I provided above.
To Rod, Daniel, Ben, and Matthew, thank you all for your input. It has been a challenge complicated with family visits. All suggestions were excellent, but there is no software support for my old php, so that went out with the poor Dodo! They want to suck you into VIP service at great expense.
I have had our server downgrade our php to 7.4.28 for the nonce until I can create a whole new application using one of the plug-ins for WordPress, since I have my blog there.
Any suggestions of a good WP Plug-in that people have had success with for applications would be much appreciated. Currently, I am looking at WP User Manager, but I suspect it may not be ideal for an application. There are expensive ones out there, but we are a small operation, and I am familiar with HTML, having designed our original website with same many years ago.