Wordpress 6 script-loader.php issue
Dears, I did reset my WordPress website after updating to wp 6 and now I have this issue I can't access the website
Fatal error: Uncaught ValueError: Missing format specifier at end of string in /home/bahr/bahrtales.com/wp-includes/script-loader.php:1271 Stack trace: #0 /home/bahr/bahrtales.com/wp-includes/script-loader.php(1271): sprintf('\xD8\xAA\xD9\x87\xD8\xA7\xD9\x86\xD9\x8A\xD9\x86\xD8\xA7!...', 'https://wordpre...', '<button type="b...') #1 /home/bahr/bahrtales.com/wp-includes/class-wp-hook.php(307): wp_default_scripts(Object(WP_Scripts)) #2 /home/bahr/bahrtales.com/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #3 /home/bahr/bahrtales.com/wp-includes/plugin.php(524): WP_Hook->do_action(Array) #4 /home/bahr/bahrtales.com/wp-includes/class.wp-scripts.php(167): do_action_ref_array('wp_default_scri...', Array) #5 /home/bahr/bahrtales.com/wp-includes/class.wp-scripts.php(142): WP_Scripts->init() #6 /home/bahr/bahrtales.com/wp-includes/functions.wp-scripts.php(24): WP_Scripts->__construct() #7 /home/bahr/bahrtales.com/wp-includes/functions.wp-scripts.php(147): wp_scripts() #8 /home/bahr/bahrtales.com/wp-includes/widgets/class-wp-widget-text.php(59): wp_add_inline_script('text-widgets', 'wp.textWidgets....') #9 /home/bahr/bahrtales.com/wp-includes/class-wp-widget.php(274): WP_Widget_Text->_register_one() #10 /home/bahr/bahrtales.com/wp-includes/class-wp-widget-factory.php(102): WP_Widget->_register() #11 /home/bahr/bahrtales.com/wp-includes/class-wp-hook.php(307): WP_Widget_Factory->_register_widgets('') #12 /home/bahr/bahrtales.com/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array) #13 /home/bahr/bahrtales.com/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #14 /home/bahr/bahrtales.com/wp-includes/widgets.php(1854): do_action('widgets_init') #15 /home/bahr/bahrtales.com/wp-includes/class-wp-hook.php(307): wp_widgets_init('') #16 /home/bahr/bahrtales.com/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #17 /home/bahr/bahrtales.com/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #18 /home/bahr/bahrtales.com/wp-settings.php(598): do_action('init') #19 /home/bahr/bahrtales.com/wp-config.php(112): require_once('/home/bahr/bahr...') #20 /home/bahr/bahrtales.com/wp-load.php(50): require_once('/home/bahr/bahr...') #21 /home/bahr/bahrtales.com/wp-blog-header.php(13): require_once('/home/bahr/bahr...') #22 /home/bahr/bahrtales.com/index.php(17): require('/home/bahr/bahr...') #23 {main} thrown in /home/bahr/bahrtales.com/wp-includes/script-loader.php on line 1271
난 어떻게 해야 하지?
모든 회사 사이트가 갑자기 다운되어 파일을 열고 1266행에서 secon %를 삭제했습니다.
__( 'Hurray! Your theme supports Full Site Editing with blocks. <a href="%1$s">Tell me more</a>. %2$s' ),
다음과 같이 표시됩니다.
__( 'Hurray! Your theme supports Full Site Editing with blocks. <a href="%1$s">Tell me more</a>. 2$s' ),
도움이 되길 바랍니다!
언급URL : https://stackoverflow.com/questions/72412237/wordpress-6-script-loader-php-issue
'programing' 카테고리의 다른 글
실제 장치에서 반응 네이티브의 개발 메뉴를 열려면 어떻게 해야 합니까? (0) | 2023.02.18 |
---|---|
AngularJS: 요청된 리소스에 "Access-Control-Allow-Origin" 헤더가 없습니다. (0) | 2023.02.14 |
react.js의 소품을 갱신할 수 없는 이유는 무엇입니까? (0) | 2023.02.14 |
Angular에서의 "네임스페이스" 서비스JS (0) | 2023.02.14 |
노드에서 워드프레스 암호 암호화JS (0) | 2023.02.14 |