Will do, back soon
I've enabled debug in wp-config. Do I need to do anything else?
You need to reenable Formidable, try to load WordPress, and tell us what error messages you see.
Reenabled Forms, logged out of WordPress and it went to a page not found. Tried to log in again Page not found message, can only log in via cPanel. I can't see any logs anywhere however, which I though I should? Formidable Registration and Basic Forms appear to be the culprits though. I have registration disabled now.
When you use WordPress debug, you should see the error message on the screen. Make sure you have all the debug options set to true.
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
define( 'SCRIPT_DEBUG', true );
What version of PHP are you running on your site?
Have you tried saving permalinks again?
PHP is 8.1.27 reloaded wp-config, back in a minute.
Did you get anywhere with this?
Hi Victor, I've been dealing with a database problem with the hosting company which is just about fixed. Could be the cause of a number of problems. I'll get back to you as soon as I have the site working properly and can revisit the Forms issue if it's still there.
Cheers
Hi Victor
Problems all sorted, it appears to have been something at the host end. Working well now. I will be back I'm sure as I'm building a site for a co-op with many members so there'll be challenges I'm sure. Thanks again for your prompt responses and assistance.
Cheers
In your example, the id is the id of the form entry to edit and page_id is the id of the WordPress page that displays your form.
What is the code you're using to display the link?
If an editlink is not displaying anything on the front end 99% of the time it's because the form's settings is not set to support it for the user that's logged in. In the form's settings -> Form Permissions the "Allow front-end editing of the entries" needs to be checked and the "Role required..." values have to be set correctly. In the same tab, the "Allow saving drafts" checkbox needs to be checked for the Save Draft button to show. If those are both set as I've described, there's something else going on and you should either contact Formidable Support or hire a developer to look into it.
Please login or Register to submit your answer