admin管理员组

文章数量:1122832

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 4 months ago.

Improve this question

My website has a PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/vhosts/katalytes/httpdocs/wp-includes/script-loader.php on line 706

any idea please to fix it because my website is down and i cant work.Also i can't login to wordpress admin

Closed. This question is off-topic. It is not currently accepting answers.

Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?

Closed 4 months ago.

Improve this question

My website has a PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /var/www/vhosts/katalytes.com/httpdocs/wp-includes/script-loader.php on line 706

any idea please to fix it because my website is down and i cant work.Also i can't login to wordpress admin

Share Improve this question asked Mar 22, 2023 at 7:38 Maria k.Maria k. 112 bronze badges 6
  • What version of PHP are you using and what version of WordPress are you running? – Jacob Peattie Commented Mar 22, 2023 at 8:04
  • 1 now i have PHP version 8.1.17 and before was 5.4.16 – Maria k. Commented Mar 22, 2023 at 8:47
  • 2 And what version of WordPress? It sounds like you updated to a PHP version that was not supported by the version of WordPress you are using. Downgrade your PHP, update WordPress, then upgrade PHP again. – Jacob Peattie Commented Mar 22, 2023 at 8:50
  • The first version of WordPress to support PHP 8.1 is WordPress 5.9. See the PHP Compatibility page. Also note that just because WP Core supports a given PHP version doesn't mean all plugins and themes will also support it. – Pat J Commented Mar 22, 2023 at 16:06
  • I have the exact same error in my WordPress. I have changed $value{0} to $value[0], but the issue persists. I also tried downgrading PHP, but when I do so I get 500 error. – Felipe Felix de Luca Commented May 15, 2023 at 12:25
 |  Show 1 more comment

1 Answer 1

Reset to default 0

Update WordPress Version or change a bracket { } to [ ].If not check plugin deactivate one by one. Plugin is confilct.

本文标签: pluginsPHP FATAL ERROR