Skip Navigation

[Resolved] Content template can't be edited. and some bug while display in front-end

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 0.25 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 14 replies, has 2 voices.

Last updated by yang-anL 1 year, 11 months ago.

Assisted by: Shane.

Author
Posts
#2357177
Wrong Layout.jpg

I am trying to:
Fix the problem of custom post type template.

Link to a page where the issue can be seen:
hidden link

I expected to see:
Just the content in the content template, no origin theme layout.

Instead, I got:
Like the image attached.
P.S.
It seems to happen after I updated the theme version, it doesn't appear like this before.
And also, I try to see what's wrong with the content template of portfolio, but I can't open it ( all blank).

#2357275

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for getting in touch.

I noticed that the content template is just displaying a white screen.
What we recommend doing here is to enable the wordpress debugging functions to understand the error being thrown.

To enable the wordpress debugging you will either need to log into your website using FTP or using your Host's CPanel's file manager.

From there you will need to edit the wp-config file by adding the following.

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );

// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );

If the define( 'WP_DEBUG', true ); function already exists you will need to change 'false' to 'true'

Once you've done this please revisit the page with the issue and let me know what the issue is.

#2357421

The origin setting is false. But I encountered big bug which causes me can not log in my site. So I turned the setting to the following lines, and seeked the help from Bluehost.

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );

// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );

// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );

// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define( 'SCRIPT_DEBUG', true );

I go to debug.log and copy the text. I don't know whether it is what you want .
---------------

text/plain debug.log ( HTML document, UTF-8 Unicode text, with very long lines )
[06-May-2022 10:39:52 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/admin.php(34): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/wp-admin/index.php(10): require_once('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 10:39:52 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 10:39:52 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 10:39:52 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 10:39:52 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 10:39:52 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 10:57:14 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 10:57:14 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 10:57:52 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 10:57:52 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 10:58:09 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 10:58:09 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:05:59 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:06:00 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:06:05 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:06:06 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:06:23 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:06:24 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:08:01 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:08:02 UTC] PHP Fatal error: Uncaught Error: Class 'Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader' not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 hidden link): require('/home1/yanganst...')
#3 hidden link): WP_CLI\Runner->load_wordpress()
#4 hidden link): WP_CLI\Runner->start()
#5 hidden link): WP_CLI\Bootstrap\LaunchRunner->process(Object(WP_CLI\Bootstrap\BootstrapState))
#6 hidden link): WP_CLI\bootstrap()
#7 hidden link in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:31:53 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:31:53 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 11:31:53 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 11:32:06 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 11:32:06 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 11:32:06 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 13:17:07 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 13:17:07 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 13:17:07 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 13:58:12 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 13:58:12 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 13:58:12 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 13:58:13 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 13:58:13 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 13:58:13 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:04:30 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:04:30 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:04:30 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:05:38 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:05:38 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:05:38 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:05:40 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:05:40 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:05:40 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:06:56 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 14:06:56 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 14:06:56 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 14:06:56 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 14:06:57 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 14:06:57 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#6 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#7 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#8 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:06:57 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:06:57 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:06:57 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#6 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#7 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#8 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:06:57 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:06:57 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:07:15 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:07:15 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:07:15 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:07:15 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:07:15 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:07:15 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:07:20 UTC] PHP Warning: Undefined array key "REQUEST_METHOD" in /home1/yanganst/public_html/wp-includes/template-loader.php on line 26
[06-May-2022 14:07:20 UTC] PHP Fatal error: Uncaught Error: Call to undefined function wp_cache_clear_cache() in /home1/yanganst/public_html/cacheclearhg.php:1
Stack trace:
#0 {main}
thrown in /home1/yanganst/public_html/cacheclearhg.php on line 1
[06-May-2022 14:07:23 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:08:37 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/cacheclearhg.php(1): include('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:08:37 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:08:37 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:08:44 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-settings.php(418): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-config.php(110): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-load.php(50): require_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-blog-header.php(13): require_once('/home1/yanganst...')
#5 /home1/yanganst/public_html/index.php(17): require('/home1/yanganst...')
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:08:44 UTC] PHP Notice: 呼叫 is_embed 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:08:44 UTC] PHP Notice: 呼叫 is_search 的方式不正確。在執行查詢前,無法使用條件式查詢標記;因此在執行查詢前,條件式查詢標記只會傳回 false。 請參閱〈<a href="https://wordpress.org/support/article/debugging-in-wordpress/" target="_blank">WordPress 的偵錯功能</a>〉以進一步了解相關資訊。 (這項訊息新增於 3.1.0 版) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:10:21 UTC] PHP Warning: Undefined array key "REQUEST_METHOD" in /home1/yanganst/public_html/wp-includes/template-loader.php on line 26
[06-May-2022 14:10:21 UTC] PHP Fatal error: Uncaught Error: Call to undefined function wp_cache_clear_cache() in /home1/yanganst/public_html/cacheclearhg.php:1
Stack trace:
#0 {main}
thrown in /home1/yanganst/public_html/cacheclearhg.php on line 1
[06-May-2022 14:10:48 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:10:51 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:11:38 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:11:57 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:13:23 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/includes/plugin.php(659): plugin_sandbox_scrape('wordpress-seo/w...')
#5 /home1/yanganst/public_html/wp-admin/plugins.php(58): activate_plugin('wordpress-seo/w...', 'hidden link...', false)
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:13:25 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('wordpress-seo/w...')
#5 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:13:25 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('wordpress-seo/w...')
#5 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:13:54 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/includes/plugin.php(659): plugin_sandbox_scrape('wordpress-seo/w...')
#5 /home1/yanganst/public_html/wp-admin/plugins.php(58): activate_plugin('wordpress-seo/w...', 'hidden link...', false)
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:13:55 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('wordpress-seo/w...')
#5 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:13:56 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('wordpress-seo/w...')
#5 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:14:18 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:14:39 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:14:50 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:15:00 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:15:06 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:15:09 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:15:21 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:15:39 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:15:41 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:16:06 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 14:16:07 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 14:16:07 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 14:16:07 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 14:16:07 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 14:16:27 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 14:16:27 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 14:16:33 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:16:35 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:16:37 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 14:16:37 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:16:59 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:17:02 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 14:17:02 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:17:04 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:17:09 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:17:15 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:17:23 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 291
[06-May-2022 14:17:23 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 249
[06-May-2022 14:17:23 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 334
[06-May-2022 14:17:48 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:18:35 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 14:18:35 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:19:22 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 14:19:22 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:19:25 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:19:49 UTC] PHP Notice: is_archive was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:19:49 UTC] PHP Notice: is_home was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:19:49 UTC] PHP Notice: is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home1/yanganst/public_html/wp-includes/functions.php on line 5775
[06-May-2022 14:19:59 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:25:55 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-admin/includes/plugin.php(659): plugin_sandbox_scrape('jetpack/jetpack...')
#3 /home1/yanganst/public_html/wp-admin/plugins.php(58): activate_plugin('jetpack/jetpack...', 'hidden link...', false)
#4 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:25:56 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('jetpack/jetpack...')
#3 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:25:56 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('jetpack/jetpack...')
#3 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:26:18 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/includes/plugin.php(659): plugin_sandbox_scrape('wordpress-seo/w...')
#5 /home1/yanganst/public_html/wp-admin/plugins.php(58): activate_plugin('wordpress-seo/w...', 'hidden link...', false)
#6 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:26:21 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('wordpress-seo/w...')
#5 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:26:22 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('wordpress-seo/w...')
#5 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:34:06 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 14:34:06 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:34:13 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:38:30 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(28): require()
#1 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(52): jetpack_uninstall()
#2 /home1/yanganst/public_html/wp-admin/includes/plugin.php(1239): include_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(956): uninstall_plugin('jetpack/jetpack...')
#4 /home1/yanganst/public_html/wp-admin/includes/ajax-actions.php(4631): delete_plugins(Array)
#5 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_delete_plugin('')
#6 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#7 /home1/yanganst/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#8 /home1/yanganst/public_html/wp-admin/admin-ajax.php(187): do_action('wp_ajax_delete-...')
#9 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:39:24 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(28): require()
#1 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(52): jetpack_uninstall()
#2 /home1/yanganst/public_html/wp-admin/includes/plugin.php(1239): include_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(956): uninstall_plugin('jetpack/jetpack...')
#4 /home1/yanganst/public_html/wp-admin/includes/ajax-actions.php(4631): delete_plugins(Array)
#5 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_delete_plugin('')
#6 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#7 /home1/yanganst/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#8 /home1/yanganst/public_html/wp-admin/admin-ajax.php(187): do_action('wp_ajax_delete-...')
#9 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:39:37 UTC] PHP Fatal error: Uncaught Error: Class "Composer\Autoload\ComposerStaticInit0518a20db0ba676a758a46dd1caa3725" not found in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php:35
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/autoload.php(7): ComposerAutoloaderInit0518a20db0ba676a758a46dd1caa3725::getLoader()
#1 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo-main.php(78): require('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/wp-seo.php(50): require_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(1251): include_once('/home1/yanganst...')
#4 /home1/yanganst/public_html/wp-admin/includes/plugin.php(956): uninstall_plugin('wordpress-seo/w...')
#5 /home1/yanganst/public_html/wp-admin/includes/ajax-actions.php(4631): delete_plugins(Array)
#6 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_delete_plugin('')
#7 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#8 /home1/yanganst/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#9 /home1/yanganst/public_html/wp-admin/admin-ajax.php(187): do_action('wp_ajax_delete-...')
#10 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php on line 35
[06-May-2022 14:42:42 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(28): require()
#1 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(52): jetpack_uninstall()
#2 /home1/yanganst/public_html/wp-admin/includes/plugin.php(1239): include_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(956): uninstall_plugin('jetpack/jetpack...')
#4 /home1/yanganst/public_html/wp-admin/includes/ajax-actions.php(4631): delete_plugins(Array)
#5 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_delete_plugin('')
#6 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#7 /home1/yanganst/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#8 /home1/yanganst/public_html/wp-admin/admin-ajax.php(187): do_action('wp_ajax_delete-...')
#9 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:42:51 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(28): require()
#1 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(52): jetpack_uninstall()
#2 /home1/yanganst/public_html/wp-admin/includes/plugin.php(1239): include_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(956): uninstall_plugin('jetpack/jetpack...')
#4 /home1/yanganst/public_html/wp-admin/includes/ajax-actions.php(4631): delete_plugins(Array)
#5 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_delete_plugin('')
#6 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#7 /home1/yanganst/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#8 /home1/yanganst/public_html/wp-admin/admin-ajax.php(187): do_action('wp_ajax_delete-...')
#9 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:43:00 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-admin/includes/plugin.php(659): plugin_sandbox_scrape('jetpack/jetpack...')
#3 /home1/yanganst/public_html/wp-admin/plugins.php(58): activate_plugin('jetpack/jetpack...', 'hidden link...', false)
#4 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:43:02 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('jetpack/jetpack...')
#3 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:43:02 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/jetpack.php(141): require_once()
#1 /home1/yanganst/public_html/wp-admin/includes/plugin.php(2288): include_once('/home1/yanganst...')
#2 /home1/yanganst/public_html/wp-admin/plugins.php(192): plugin_sandbox_scrape('jetpack/jetpack...')
#3 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:43:07 UTC] PHP Fatal error: Uncaught Error: Class "Automattic\Jetpack\Autoloader\jpf11009ded9fc4592b6a05b61ce272b3c_jetpackⓥ10_9\Autoloader" not found in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php:13
Stack trace:
#0 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(28): require()
#1 /home1/yanganst/public_html/wp-content/plugins/jetpack/uninstall.php(52): jetpack_uninstall()
#2 /home1/yanganst/public_html/wp-admin/includes/plugin.php(1239): include_once('/home1/yanganst...')
#3 /home1/yanganst/public_html/wp-admin/includes/plugin.php(956): uninstall_plugin('jetpack/jetpack...')
#4 /home1/yanganst/public_html/wp-admin/includes/ajax-actions.php(4631): delete_plugins(Array)
#5 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(307): wp_ajax_delete_plugin('')
#6 /home1/yanganst/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters('', Array)
#7 /home1/yanganst/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array)
#8 /home1/yanganst/public_html/wp-admin/admin-ajax.php(187): do_action('wp_ajax_delete-...')
#9 {main}
thrown in /home1/yanganst/public_html/wp-content/plugins/jetpack/vendor/autoload_packages.php on line 13
[06-May-2022 14:43:24 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:43:52 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:44:41 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:54:05 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:56:22 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 14:56:22 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:56:45 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:57:08 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:57:20 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:57:29 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 14:57:29 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:57:34 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:58:45 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:59:01 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:59:16 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:59:33 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:59:38 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:59:45 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 14:59:53 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:00:05 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:00:17 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:00:21 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:00:26 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:00:34 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:01:08 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:01:22 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:02:09 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:02:12 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:02:17 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:02:21 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:02:37 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:02:42 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:03:15 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:04:05 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:05:50 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 291
[06-May-2022 15:05:50 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 249
[06-May-2022 15:05:50 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 334
[06-May-2022 15:05:57 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:06:19 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:06:39 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:07:06 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:07:18 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:08:01 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:08:13 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:08:40 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:08:44 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:09:06 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:09:20 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 291
[06-May-2022 15:09:20 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 249
[06-May-2022 15:09:20 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 334
[06-May-2022 15:11:50 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 15:11:50 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 15:11:50 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 15:11:50 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 15:11:50 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 15:11:51 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 15:11:53 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 15:11:53 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 15:12:05 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:19:26 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 15:19:26 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 15:19:26 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 15:19:26 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 15:19:26 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 15:19:27 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 15:19:28 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 15:19:33 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 291
[06-May-2022 15:19:33 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 249
[06-May-2022 15:19:33 UTC] PHP Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/plugins/types/application/controllers/page/dashboard.php on line 334
[06-May-2022 15:20:14 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 15:44:33 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 15:44:33 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 15:44:33 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 15:44:33 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 15:44:33 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 15:44:35 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 16:24:04 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 16:24:04 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 16:24:04 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 16:24:04 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 16:24:04 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 16:24:06 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 16:24:08 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 16:39:58 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 16:39:58 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 16:39:58 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 16:39:58 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 16:39:58 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 16:40:01 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 16:40:03 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 16:47:11 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 16:47:11 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 16:47:11 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 16:47:11 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 16:47:11 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 16:47:12 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 17:13:29 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 17:13:29 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 17:13:29 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 17:13:29 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 17:13:29 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 17:13:34 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 17:13:36 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:05:56 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 18:05:56 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 18:05:56 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 18:05:56 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 18:05:56 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 18:05:59 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 18:06:01 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:06:03 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 18:06:37 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:06:56 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:07:34 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:10:35 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:10:35 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:18:42 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 18:18:42 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 18:18:42 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 18:18:42 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 18:18:42 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 18:18:43 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 18:18:45 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 18:49:01 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 18:49:01 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 18:49:01 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 18:49:01 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 18:49:01 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 18:49:03 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 18:49:05 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 18:54:38 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 18:54:38 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 18:54:38 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 18:54:38 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 18:54:38 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 18:54:39 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 18:54:40 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 19:51:05 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 19:51:05 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 19:51:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 19:51:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 19:51:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 19:51:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 19:51:06 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 19:51:06 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 19:51:06 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 19:51:06 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 19:51:07 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 19:51:09 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 19:51:09 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 19:51:11 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 20:01:34 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 20:01:34 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 20:01:34 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 20:01:34 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 20:01:34 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 20:01:34 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 20:01:35 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 20:06:53 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 20:06:54 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 20:09:58 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 20:09:59 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 20:09:59 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 20:09:59 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 20:09:59 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 20:10:00 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274
[06-May-2022 20:10:01 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 20:52:00 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 20:52:00 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 20:52:00 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 20:52:00 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 20:52:00 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 20:52:02 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 20:52:05 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 20:56:05 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 20:56:07 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 20:56:07 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 20:56:08 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 20:56:08 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 20:59:27 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 20:59:27 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 20:59:27 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 20:59:27 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 20:59:27 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 20:59:28 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 22:12:11 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 22:12:11 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 22:12:11 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 22:12:12 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 22:12:12 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 22:12:16 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 22:12:19 UTC] PHP Deprecated: 從 3.1.0 版開始,_register_controls 已淘汰不用,請改用 Elementor\Controls_Stack::register_controls()。 in /home1/yanganst/public_html/wp-includes/functions.php on line 5323
[06-May-2022 22:12:19 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 22:31:25 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 22:31:25 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 22:31:25 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 22:31:25 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 22:31:25 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 22:31:28 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 22:31:30 UTC] PHP Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home1/yanganst/public_html/wp-content/themes/soledad/inc/instagram/instagram.php on line 76
[06-May-2022 23:14:58 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 23:14:58 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 23:14:58 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 23:14:58 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 23:14:59 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 23:15:02 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 23:55:39 UTC] PHP Deprecated: Required parameter $in follows optional parameter $method in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-query-debug.class.php on line 417
[06-May-2022 23:55:39 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 155
[06-May-2022 23:55:39 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/filters/wpv-filter-meta-field.php on line 501
[06-May-2022 23:55:39 UTC] PHP Deprecated: Required parameter $wpv_found_items follows optional parameter $context in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/inc/wpv-listing-common.php on line 266
[06-May-2022 23:55:39 UTC] PHP Deprecated: Required parameter $meta_type follows optional parameter $view_settings in /home1/yanganst/public_html/wp-content/plugins/toolset-blocks/embedded/inc/wpv-summary-embedded.php on line 1772
[06-May-2022 23:55:41 UTC] PHP Deprecated: Required parameter $field follows optional parameter $post in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/embedded/includes/api.php on line 405
[06-May-2022 23:57:30 UTC] PHP Deprecated: Required parameter $item follows optional parameter $type in /home1/yanganst/public_html/wp-content/plugins/types/vendor/toolset/types/includes/classes/class.wpcf.roles.php on line 274

#2359055

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hello,

Thank you for the debug data.

I had a look at it and it seems the reason why you're not able to edit the content template is because of the jetpack plugin.

Can you disable it and let me know if you're able to edit after ?

Thanks,
Shane

#2359135

Hi, I disabled Jetpack plugin, but the template still can't be opend .
Are there any other possible bugs?

#2359301

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yang,

We would need to go through the basic debugging steps before checking for bugs.

In a case like this when the plugins are not functioning as intended we recommended that you disable the non-toolset plugins.
What this means is that you will need to go through your list of plugins and disable each of your plugins one at a time while checking to see if the issue still remains.

Thanks,
Shane

#2359447

Hello, thanks for your advice.

I disabled all of the plugins and checked one by one. I found the bug is the plugin "Ultimate addons fro Gutenberg".
I disabled this and reconstruct the template, it works when no element of this plugin was added. Once I add a element of UAG, the template cant be opend again after I leave the edit.

So, is the only way to solve this problem is not to use this plugin? Or there are other possibilities?

And, the redundant block above is still a problem ......

Please help, thanks again... !

#2359929

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yang,

Given that your theme doesn't provide the option to disable this section we will need to do it with css.

I've added the following css to your content template so this section should no longer be displaying.

.penci-single-pheader{
display:none;
}
.tags-share-box.tags-share-box-s1{
display:none;
}

Also if you're not using the Ultimate addons for Gutenberg plugin then you can leave it disabled.

Thanks,
Shane

#2360019

Hello, the redundant block probelm is being solved.

And I find the core problem is that: If I apply dynamic source into the third party plugins, a bug occured. For example, both the plugin "Stackable" and "Ultimate addons for Gutenberg" encountered the same problem. I can't insert dynamice sources to these plugins, otherwise the template can't edit again until disabling corresponding plugin. Also, it cant display properly in the front end.

I really hope we can solve this problem, for that I think these two kind plugins are frequently used and I want to combine with Toolset. In fact, I have asked a question about the compatibilty of Toolset and Stackble ( image box used in Toolset tutorial). And the answer is : I can use Toolset with Stackble v.2 . And I did it sucessfully before. However, it doesn't work now, even with UAG plugin. ( they are compatible before, too)

Thank you very much ......

#2360855

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yang,

Would it be possible for you to try and replicate the issue with the content template on this sandbox site that i've setup?
hidden link

I want to ensure that this is something that is replicable on a fresh site.

Thanks,
Shane

#2361259
截圖 2022-05-12 上午10.36.41.png

Hello Shane,

I did some tests, and the sandbox site works. I uploaded an image to show that.

#2361637

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yang,

Given that we're not able to replicate the problem the sandbox site then this is a good indication that the issue isn't a bug but an issue unique to your site.

Would you mind if I took a copy of the site to test locally to see what happens ?

Thanks,
Shane

#2361759

Hello Shane,
Of cousre I don't mind. I' glad to . Just do it if needed !

Thanks a lot!

Yang An

#2361871

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Yang,

I see you're using php version 8 at the moment. I noticed this when importing the copy of your site.

Currently Toolset isn't compatible with php 8, which could be why you're experiencing these issues. At the moment we're preparing to make the compatibility release sometime next week.

If possible you can wait until this update is available or alternatively you can downgrade the php version to version 7 and this should resolve the issue.

Thanks,
Shane

#2362147

Hi Shane ,

In fact, I dont know how to downgrade the php version... And I don't know whether it will causes other problem after downgrading... If Toolset will really release updates next week, I can wait. I hope that will help. Thanks.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.