Hey There! Can you tell me what version of PHP you're using and what version of Form Tools you're using? Based on what I'm seeing I'd first guess that your hosting/server has had an upgrade of your ...
Make sure that you have configured the credentials of new host database correctly, in your Wp-config.php file double check the database name, database username, and database password. Make sure the ...
This code uses the mysql_* functions, which are deprecated and have been removed from PHP 8.0. This will cause a fatal error if run on a PHP 8.0+ system.