As I noticed, Goldfish-Autoresponder is using the old mysql-extension. This needs to be replaced if there should be any support for PHP 7, because since that version, these functions have been removed.
From the PHP.net Manual:
This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used.
Hello there.
As I noticed, Goldfish-Autoresponder is using the old mysql-extension. This needs to be replaced if there should be any support for PHP 7, because since that version, these functions have been removed.
From the PHP.net Manual:
Regards.