Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #57444


Ignore:
Timestamp:
01/13/2023 01:05:57 AM (20 months ago)
Author:
SergeyBiryukov
Comment:

Hi there, thanks for the ticket!

Indeed, as pointed out above, this looks like a manifestation of the issue that was previously reported in #57218.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57444

    • Property Status changed from new to closed
    • Property Component changed from Site Health to I18N
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • Ticket #57444 – Description

    initial v4  
    11Since the PHP 8.0 update, I get this error message on my websites while plugins are updating:
    2 
    3 Fatal error: Uncaught Error: Call to undefined function trailingslashit() in ***/httpd.www/ontwikkel/wp-includes/class-wp-textdomain-registry.php:103 Stack trace: #0 ***/httpd.www/ontwikkel/wp-includes/l10n.php(784): WP_Textdomain_Registry->set('default', 'nl_NL', '/*/*/*/...') #1 ***/httpd.www/ontwikkel/wp-includes/load.php(1401): load_textdomain('default', '/*/*/*/...', 'nl_NL') #2 ***/httpd.www/ontwikkel/wp-includes/load.php(278): wp_load_translations_early() #3 ***/httpd.www/ontwikkel/wp-settings.php(74): wp_maintenance() #4 ***/httpd.www/ontwikkel/wp-config.php(125): require_once('/*/*/*/...') #5 ***/httpd.www/ontwikkel/wp-load.php(50): require_once('/*/*/*/...') #6 ***/httpd.www/ontwikkel/wp-admin/admin.php(34): require_once('/*/*/*/...') #7 ***/httpd.www/ontwikkel/wp-admin/index.php(10): require_once('/*/*/*/...') #8 {main} thrown in ***/httpd.www/ontwikkel/wp-includes/class-wp-textdomain-registry.php on line 103
    4 
     2{{{
     3Fatal error: Uncaught Error: Call to undefined function trailingslashit() in ***/httpd.www/ontwikkel/wp-includes/class-wp-textdomain-registry.php:103
     4Stack trace:
     5#0 ***/httpd.www/ontwikkel/wp-includes/l10n.php(784): WP_Textdomain_Registry->set('default', 'nl_NL', '/*/*/*/...')
     6#1 ***/httpd.www/ontwikkel/wp-includes/load.php(1401): load_textdomain('default', '/*/*/*/...', 'nl_NL')
     7#2 ***/httpd.www/ontwikkel/wp-includes/load.php(278): wp_load_translations_early()
     8#3 ***/httpd.www/ontwikkel/wp-settings.php(74): wp_maintenance()
     9#4 ***/httpd.www/ontwikkel/wp-config.php(125): require_once('/*/*/*/...')
     10#5 ***/httpd.www/ontwikkel/wp-load.php(50): require_once('/*/*/*/...')
     11#6 ***/httpd.www/ontwikkel/wp-admin/admin.php(34): require_once('/*/*/*/...')
     12#7 ***/httpd.www/ontwikkel/wp-admin/index.php(10): require_once('/*/*/*/...')
     13#8 {main} thrown in ***/httpd.www/ontwikkel/wp-includes/class-wp-textdomain-registry.php on line 103
     14}}}
    515I censored my domain and such for obivious reasons.
    616