Conversation
supportI ran the wpengine tool which test for PHP7 compatibility. https://wpengine.com/blog/php-7-compatibility-checker-plugin/ It returned these findings about contact form db. Do any of these matter? Do you have a plan to update for PHP 7? FILE: /nas/content/live/stephanieh57/wp-content/plugins/contact-form-7-to-database-extension/phpunit/WP_Mock_Functions.php ———————————————————————————————————————————— FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ———————————————————————————————————————————— 48 | WARNING | Function name “__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use ———————————————————————————————————————————— FILE: /nas/content/live/stephanieh57/wp-content/plugins/contact-form-7-to-database-extension/CFDBWpdbUnbufferedResultIterator.php ——————————————————————————————————————————— FOUND 6 ERRORS AFFECTING 6 LINES ——————————————————————————————————————————— 72 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 74 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 97 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 100 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 122 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 124 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. ——————————————————————————————————————————— FILE: /nas/content/live/stephanieh57/wp-content/plugins/contact-form-7-to-database-extension/CFDBQueryResultIterator.php ———————————————————————————————————————— FOUND 13 ERRORS AFFECTING 13 LINES ———————————————————————————————————————— 47 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 59 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 85 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 87 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 114 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 121 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 122 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 132 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 136 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 138 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 146 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 150 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. 152 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead. ————————————————————————————————————————
Hi, Thank you for contacting us. As we see from your test log, you are using “Contact Form DB” plugin ( https://wordpress.org/extend/plugins/contact-form-7-to-database-extension/ , is currently missing on WordPress), that exports the Contact Form 7 plugin data. It is not our product. Our plugin is Contact Form to DB ( https://wordpress.org/plugins/contact-form-to-db/ ) that allows you to write the data of our Contact Form plugin to the database ( https://wordpress.org/plugins/contact-form-plugin/ ). You should contact Contact Form DB plugin developers.
Hi, Thank you for contacting us. As we see from your test log, you are using “Contact Form DB” plugin ( https://wordpress.org/extend/plugins/contact-form-7-to-database-extension/ , is currently missing on WordPress), that exports the Contact Form 7 plugin data. It is not our product. Our plugin is Contact Form to DB ( https://wordpress.org/plugins/contact-form-to-db/ ) that allows you to write the data of our Contact Form plugin to the database ( https://wordpress.org/plugins/contact-form-plugin/ ). You should contact Contact Form DB plugin developers.