• Resolved Nimbus Digital

    (@nimusdigital)


    Hi,

    I am getting a fatal error under PHP 8…

    FastCGI sent in stderr: "PHP message: PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /wp-content/plugins/accesspress-social-login-lite/google/Utils.php on line 67" while reading response header from upstream, client: 192.168.1.1, server: plugin.cabgrid.com, request: "GET /wp-login.php?apsl_login_id=google_login&state=<del datetime="2021-04-30T11:32:19+00:00">obfuscated</del>8= HTTP/1.1", upstream: "fastcgi://unix:/run/php/php8.0-cabgridplugin.sock:", host: "plugin.cabgrid.com", referrer: "https://plugin.cabgrid.com/wp-login.php?action=register"

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Thank you for writing in.

    Could you please let us know the version of the plugin that you are using currently?

    Thanks!

    Thread Starter Nimbus Digital

    (@nimusdigital)

    Hi @alsonthakuri

    Social Login WordPress Plugin – AccessPress Social Login Lite
    Version 3.4.7

    Thread Starter Nimbus Digital

    (@nimusdigital)

    @alsonthakuri any news on this?

    Thread Starter Nimbus Digital

    (@nimusdigital)

    ok – gave up waiting… the fix is dead simple

    Change line 67 of /wp-content/plugins/accesspress-social-login-lite/google/Utils.php from this

    $ordinalValue = ord($str{$ret});

    to this

    $ordinalValue = ord($str[$ret]);

    Hope @alsonthakuri can include this in next update?!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PHP 8 not supported’ is closed to new replies.