Thread Starter
icxj
(@icxj)
hi
line 496 content is:
——————
echo ” . sprintf( esc_html__( ‘Displaying %1$d of %2$d entries.’, ‘connections’ ), absint( $instance->resultCount ), absint( $instance->resultCountNoLimit ) ) . ”;
—————-
As I was using PHP 8.0, I revert to PHP 7.4 and the plugin is now working again.
Domenico
Thread Starter
icxj
(@icxj)
Hi
the plugin version is 10.4.65
in the meanwhile, I commented out line 496of the manage.php file, and the plugin is working again.
domenico