• Resolved icxj

    (@icxj)


    Hi

    We cannot use the Manage entry in the Admin Menu. WordPress reports, via mail, the following error:

    ————————————————————————————

    Dettagli dell’errore

    Un errore di E_ERROR è stato causato nella linea 496 del file /web/htdocs/www.xxxx.it/home/v1/wp-content/plugins/connections/includes/admin/pages/manage.php. Messaggio di errore: Uncaught ValueError: Unknown format specifier “v” in /web/htdocs/www.xxxx.it/home/v1/wp-content/plugins/connections/includes/admin/pages/manage.php:496
    Stack trace: 0 /web/htdocs/www.xxxx.it/home/v1/wp-content/plugins/connections/includes/admin/pages/manage.php(496): sprintf() 1 /web/htdocs/www.xxxx.it/home/v1/wp-content/plugins/connections/includes/admin/class.menu.php(263): connectionsShowViewPage() 2 /web/htdocs/www.xxxx.it/home/v1/wp-includes/class-wp-hook.php(324): cnAdminMenu::showPage() 3 /web/htdocs/www.xxxx.it/home/v1/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 4 /web/htdocs/www.xxxx.it/home/v1/wp-includes/plugin.php(517): WP_Hook->do_action() 5 /web/htdocs/www.xxxx.it/home/v1/wp-admin/admin.php(259): do_action() 6 {main}

    thrown

    ————————————————————————————

    Any suggestion ?

    Thanks

    Domenico

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    What version of Connections do you have installed?

    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

    Plugin Author Steven

    (@shazahm1hotmailcom)

    What is on line 496? I ask because there should not be a “v” in the sprintf statement.

    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)

    Resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.