Fatal error on PHP 8.3
-
Hello,
I’m trying to update a site to PHP 8.3 from 7.4 where everything was working fine but I got this fatal error when testing:
Fatal error: Uncaught Error: Failed opening required '/wp-content/plugins/wp-typography/vendor-scoped/mundschenk-at/check-wp-requirements/src/partials/requirements-error-notice.php' (include_path='.:/opt/alt/php83/usr/share/pear:/opt/alt/php83/usr/share/php:/usr/share/pear:/usr/share/php') in /wp-content/plugins/wp-typography/vendor-scoped/mundschenk-at/check-wp-requirements/src/class-wp-requirements.php:234
Stack Trace
1.
WP_Typography\Vendor\Mundschenk\WP_Requirements->display_error_notice()
/wp-content/plugins/wp-typography/includes/wp-typography/class-requirements.php:96
2.
WP_Typography\Requirements->admin_notices_dom_disabled()
/wp-includes/class-wp-hook.php:324
3.
WP_Hook->apply_filters()
/wp-includes/class-wp-hook.php:348
4.
WP_Hook->do_action()
/wp-includes/plugin.php:517
5.
do_action()
/wp-admin/admin-header.php:303
6.
require_once('/home/homedirg/...')
/wp-admin/index.php:137
7.
{main}
thrown in /wp-content/plugins/wp-typography/vendor-scoped/mundschenk-at/check-wp-requirements/src/class-wp-requirements.php on line 234
Warning: require(/wp-content/plugins/wp-typography/vendor-scoped/mundschenk-at/check-wp-requirements/src/partials/requirements-error-notice.php): Failed to open stream: No such file or directory in /wp-content/plugins/wp-typography/vendor-scoped/mundschenk-at/check-wp-requirements/src/class-wp-requirements.php on line 234Now, this is a bit confusing because I tested on another server with exactly the same PHP 8.3.16 version and everything is working fine without errors. Might be a sever misconfiguration or something but I prefer to let you know first if you have another idea.
Thanks.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.