Fatal error with PHP 8
-
Happens in Backend and Frontend:
Fatal error: Uncaught ValueError: Unknown format specifier “”” in /var/www/vhosts/timreeves.de/httpdocs/trip-content/plugins/shortcodes-ultimate/inc/core/assets.php:125
That line is:
‘error’ => sprintf( ‘%1$s. <u>%2$</u>‘, __( ‘Failed to load content.’, ‘shortcodes-ultimate’ ), __( ‘Open link’, ‘shortcodes-ultimate’ ) ),
I strongly suspect that either “%url%” or “%2$” (missing “s”?) is causing the problem.
Hope this helps,
Tim
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal error with PHP 8’ is closed to new replies.