tlovett1 / custom-contact-forms

Build beautiful custom forms and manage submissions the WordPress way.
https://taylorlovett.com
161 stars 50 forks source link

Need to Update to PHP 7.2 - some issues reported - what FORMS plugin should I substitute #350

Open mmiconnect opened 4 years ago

mmiconnect commented 4 years ago

FILE: /home/stables/ABCDtest.com/wp-content/plugins/custom-contact-forms/classes/class-ccf-api-form-controller.php

FOUND 2 ERRORS AFFECTING 2 LINES

1094 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 1097 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead

FILE: /home/stables/ABCDtest.com/wp-content/plugins/custom-contact-forms/wp-api/extras.php

FOUND 1 ERROR AFFECTING 1 LINE

168 | ERROR | Extension 'mysql_' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead

FILE: /home/stables/ABCDtest.com/wp-content/plugins/custom-contact-forms/wp-api/lib/endpoints/class-wp-rest-revisions-controller.php

FOUND 2 ERRORS AFFECTING 2 LINES

241 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 244 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead

FILE: /home/stables/ABCDtest.com/wp-content/plugins/custom-contact-forms/wp-api/lib/endpoints/class-wp-rest-comments-controller.php

FOUND 2 ERRORS AFFECTING 2 LINES

494 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 495 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead

FILE: /home/stables/ABCDtest.com/wp-content/plugins/custom-contact-forms/wp-api/lib/endpoints/class-wp-rest-posts-controller.php

FOUND 2 ERRORS AFFECTING 2 LINES

633 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead 636 | ERROR | Extension 'mysql' is deprecated since PHP 5.5 and removed since PHP 7.0; Use mysqli instead

FILE: /home/stables/ABCDtest.com/wp-content/plugins/custom-contact-forms/wp-api/core/wp-includes/rest-api/class-wp-rest-server.php

FOUND 4 ERRORS AFFECTING 4 LINES

1162 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead 1168 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead 1169 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead 1172 | ERROR | Global variable '$HTTP_RAW_POST_DATA' is deprecated since PHP 5.6 and removed since PHP 7.0; Use php://input instead