wp 6.1 // fatal error // wp-blog-header.php

Hello everybody.

I've updated to wp 6.1 and my web (frontend) works but I can't get into backend.

PHP Warning: require_once(/home/vp2pnxmq/public_html/wp-load.php): failed to open stream: No such file or directory in /home/vp2pnxmq/public_html/wp-blog-header.php on line 13

PHP Fatal error: require_once(): Failed opening required '/home/vp2pnxmq/public_html/wp-load.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/vp2pnxmq/public_html/wp-blog-header.php on line 13


Line 13 was like this: require_once __DIR__ . '/wp-load.php';

And I tried this syntax: require_once(__DIR__."/wp-load.php");

I renamed plugings' folder name (and plugings’ folder names) and it still doesn’t work. So, maybe the problem it aren't the plugings.

¿It colud be betheme's problem? Is it usual this problem with wp 6.1?.

Structure: multisite

PHP 7.4

Cache folder is empty.

My browser cache is empty.

Thank you very much!!!

Comments

Sign In or Register to comment.