Forums
Home / Plugin: Contact Form 7 Database Addon - CFDB7 / PHP version
(@ctx8)
1 year, 4 months ago
Hi,Does plugin support PHP 8.0 or 8.1?
Thank you.
(@arshidkv12)
Yes
(@istvan_r9)
On a multisite you get a critical error upon activation when on php 8.x
Fatal error: Uncaught Error: Call to a member function add_cap() on null
/plugins/contact-form-cfdb7/contact-form-cfdb-7.php:64 Stack trace: #0
if ( !function_exists( 'populate_roles' ) ) { require_once( ABSPATH . 'wp-admin/includes/schema.php' ); } populate_roles();
This fixed the issue when I added it to theme functions.php.