Title: Fatal Error PHP 8.0
Last modified: March 16, 2021

---

# Fatal Error PHP 8.0

 *  Resolved [nikcree](https://wordpress.org/support/users/nikcree/)
 * (@nikcree)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-php-8-0/)
 * There is a fatal error with PHP v8.0
 * —
 * Fatal error: Array and string offset access syntax with curly braces is no longer
   supported in …/public_html/wp-content/plugins/brozzme-db-prefix-change/includes/
   brozzmeDbPSettings.php on line 211

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

 *  [JEB desarrollo](https://wordpress.org/support/users/jebdesarrollo/)
 * (@jebdesarrollo)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/fatal-error-php-8-0/#post-14741135)
 * Hello,
    the same thing happened to me and there are several solutions, but the
   most stable is that you change the PHP version from 8.0 to 7.4 or earlier, as
   it seems that the plugin is not 100% compatible with PHP 8. Greetings!
 *  [Coin-coin le Canapin](https://wordpress.org/support/users/canapin/)
 * (@canapin)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-php-8-0/#post-15250598)
 * This is easily fixable.
 * Go to `plugins/brozzme-db-prefix-change/includes/brozzmeDbPSettings.php`
    Line
   211 Replace: `$key .= $inputs{mt_rand(0,37)};` By; `$key .= $inputs[mt_rand(0,37)];`
 *  Plugin Author [Benoti](https://wordpress.org/support/users/benoti/)
 * (@benoti)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-php-8-0/#post-15269432)
 * An update has been published to resolve this issue.
    Thank Coin-coin for the 
   solution before the update !

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

The topic ‘Fatal Error PHP 8.0’ is closed to new replies.

 * ![](https://ps.w.org/brozzme-db-prefix-change/assets/icon-128x128.png?rev=1984539)
 * [Brozzme DB Prefix & Tools Addons](https://wordpress.org/plugins/brozzme-db-prefix-change/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/brozzme-db-prefix-change/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/brozzme-db-prefix-change/)
 * [Active Topics](https://wordpress.org/support/plugin/brozzme-db-prefix-change/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/brozzme-db-prefix-change/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/brozzme-db-prefix-change/reviews/)

## Tags

 * [fatal error](https://wordpress.org/support/topic-tag/fatal-error/)

 * 3 replies
 * 4 participants
 * Last reply from: [Benoti](https://wordpress.org/support/users/benoti/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-php-8-0/#post-15269432)
 * Status: resolved