Title: PHP 8 not supported
Last modified: April 30, 2021

---

# PHP 8 not supported

 *  Resolved [Nimbus Digital](https://wordpress.org/support/users/nimusdigital/)
 * (@nimusdigital)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/php-8-not-supported/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-8-not-supported%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Access Keys (Alson)](https://wordpress.org/support/users/alsonthakuri/)
 * (@alsonthakuri)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/php-8-not-supported/#post-14391852)
 * 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](https://wordpress.org/support/users/nimusdigital/)
 * (@nimusdigital)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/php-8-not-supported/#post-14393270)
 * Hi [@alsonthakuri](https://wordpress.org/support/users/alsonthakuri/)
 * Social Login WordPress Plugin – AccessPress Social Login Lite
    Version 3.4.7
 *  Thread Starter [Nimbus Digital](https://wordpress.org/support/users/nimusdigital/)
 * (@nimusdigital)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/php-8-not-supported/#post-14426810)
 * [@alsonthakuri](https://wordpress.org/support/users/alsonthakuri/) any news on
   this?
 *  Thread Starter [Nimbus Digital](https://wordpress.org/support/users/nimusdigital/)
 * (@nimusdigital)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/php-8-not-supported/#post-14471101)
 * 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](https://wordpress.org/support/users/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.

 * ![](https://s.w.org/plugins/geopattern-icon/accesspress-social-login-lite_692f2e.
   svg)
 * [AccessPress Social Login Lite - Social Login WordPress Plugin](https://wordpress.org/plugins/accesspress-social-login-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/accesspress-social-login-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/accesspress-social-login-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/accesspress-social-login-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/accesspress-social-login-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/accesspress-social-login-lite/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Nimbus Digital](https://wordpress.org/support/users/nimusdigital/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/php-8-not-supported/#post-14471101)
 * Status: resolved