Query Monitor + PHP 8 breaks WP
-
With the last update there is a bug in combination with PHP8. With PHP 7.4 it is working.
When I update a page or post I get the following error:
Updating failed. The response is not a valid JSON response.Also when deactivate a plugin I get an error… 502 Bad Gateway
Disabling your plugin solves the issue.
- This topic was modified 3 years, 10 months ago by a223123131.
-
Can you check your PHP error log for any fatal errors and let me know what they are?
There is nothing in
Anything in your server’s error log?
No, I see nothing related to your plugin
What my hoster told me is, that the PHP errors will be within the Apache error log. Not sure if this is right, if not, then I do not have access to the PHP error log.Can you ask your host for access? Or ask them to send you the most recent log? Unfortunately there’s nothing I can do without seeing an error message.
Don’t know what happens… I deactivated all of my plugins and reactivated them one by one… it is working now.
They told me that the PHP error logs are in the appache log… and there is nothing.
While it is working now, I’m fine. The only thing you can do for your plugin is to make sure it is 100% PHP ready… independent from my issue.
Thanks for your help John! I realy do like your plugin!!!
Thanks for letting me know!
Hi there,
I’m having some trouble transitioning to PHP 8 with Query Monitor also. The error I’m getting is:
Fatal error: Uncaught Error: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/testsite/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 Call stack: sprintf() wp-content/plugins/query-monitor/collectors/php_errors.php:154 QM_Collector_PHP_Errors::error_handler() wp-content/themes/testsite/inc/shortcodes/shortcodes-function.php:571 buxindex_function() wp-includes/shortcodes.php:343
If I delete the buxindex_function() from /shortcodes-function.php:571
The error disappears, but I am unsure what causes it.It navigates to an else statement:
$index_BUX = number_format( $index_BUX, 0, ‘,’, ‘ ‘ );
$index_Closing = number_format( $index_Closing, 0, ‘,’, ‘ ‘ );
$min_52weeks = number_format( $min_52weeks, 0, ‘,’, ‘ ‘ );
$max_52weeks = number_format( $max_52weeks, 0, ‘,’, ‘ ‘ );
$index_Change = number_format( $index_Change, 0, ‘,’, ‘ ‘ );
$traffic = ”;`else {
$percent_52weeks = round( ( $index_BUX – $min_52weeks ) / ( $max_52weeks – $min_52weeks ) * 100, 2 );
}And the error log:
[12-May-2021 13:37:13 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:37:13 UTC] PHP Stack trace: [12-May-2021 13:37:13 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:37:13 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:37:13 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:37:13 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:37:13 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:37:13 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:37:13 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:37:13 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:37:13 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:37:13 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:37:13 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:37:13 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:37:13 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:37:13 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:37:13 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:37:13 UTC] PHP Stack trace: [12-May-2021 13:37:13 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:37:13 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:37:13 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:37:13 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:37:13 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:37:13 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:37:13 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:37:13 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:37:13 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:37:13 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:37:13 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:37:13 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:37:13 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:37:13 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:37:13 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:37:13 UTC] PHP Stack trace: [12-May-2021 13:37:13 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:37:13 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:37:13 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:37:13 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:37:13 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:37:13 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:37:13 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:37:13 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:37:13 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:37:13 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:37:13 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:37:13 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:37:13 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:37:13 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:37:13 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:37:13 UTC] PHP Stack trace: [12-May-2021 13:37:13 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:37:13 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:37:13 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:37:13 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:37:13 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:37:13 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:37:13 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:37:13 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:37:13 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:37:13 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:37:13 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:37:13 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:37:13 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:37:13 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:37:13 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:37:13 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:37:13 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:37:13 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:37:13 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:37:13 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:37:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:37:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:37:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:37:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:37:26 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:37:26 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:37:27 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:37:27 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] PHP Deprecated: Required parameter $logger follows optional parameter $is_cron in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/wp-all-import-pro/models/import/record.php on line 4519 [12-May-2021 13:38:12 UTC] PHP Stack trace: [12-May-2021 13:38:12 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-admin/plugins.php:0 [12-May-2021 13:38:12 UTC] PHP 2. activate_plugins() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-admin/plugins.php:124 [12-May-2021 13:38:12 UTC] PHP 3. activate_plugin() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-admin/includes/plugin.php:876 [12-May-2021 13:38:12 UTC] PHP 4. do_action() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-admin/includes/plugin.php:701 [12-May-2021 13:38:12 UTC] PHP 5. WP_Hook->do_action() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:484 [12-May-2021 13:38:12 UTC] PHP 6. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:311 [12-May-2021 13:38:12 UTC] PHP 7. PMXI_Plugin->activation() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:38:12 UTC] PHP 8. PMXI_Plugin->autoload() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/wp-all-import-pro/wp-all-import-pro.php:1079 [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:12 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:22 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:22 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:38:22 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:22 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:22 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:22 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:22 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:22 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:50 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:38:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:56 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:57 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:57 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:57 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:57 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:57 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:38:57 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:01 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:01 UTC] PHP Stack trace: [12-May-2021 13:39:01 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:01 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:01 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:01 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:01 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:01 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:01 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:01 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:01 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:01 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:01 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:01 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:01 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:01 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:01 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:01 UTC] PHP Stack trace: [12-May-2021 13:39:01 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:01 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:01 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:01 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:01 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:01 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:01 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:01 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:01 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:01 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:01 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:01 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:01 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:01 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:01 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:01 UTC] PHP Stack trace: [12-May-2021 13:39:01 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:01 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:01 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:01 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:01 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:01 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:01 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:01 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:01 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:01 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:01 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:01 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:01 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:01 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:01 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:01 UTC] PHP Stack trace: [12-May-2021 13:39:01 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:01 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:01 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:01 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:01 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:01 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:01 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:01 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:01 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:01 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:01 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:01 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:01 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:01 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:01 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:01 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:01 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:01 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:01 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:01 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:02 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:06 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:18 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:18 UTC] PHP Stack trace: [12-May-2021 13:39:18 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:18 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:18 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:18 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:18 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:18 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:18 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:18 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:18 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:18 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:18 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:18 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:18 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:18 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:18 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:18 UTC] PHP Stack trace: [12-May-2021 13:39:18 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:18 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:18 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:18 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:18 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:18 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:18 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:18 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:18 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:18 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:18 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:18 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:18 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:18 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:18 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:18 UTC] PHP Stack trace: [12-May-2021 13:39:18 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:18 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:18 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:18 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:18 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:18 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:18 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:18 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:18 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:18 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:18 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:18 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:18 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:18 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:18 UTC] PHP Warning: A non-numeric value encountered in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/inc/shortcodes/shortcodes-function.php on line 571 [12-May-2021 13:39:18 UTC] PHP Stack trace: [12-May-2021 13:39:18 UTC] PHP 1. {main}() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:0 [12-May-2021 13:39:18 UTC] PHP 2. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/index.php:17 [12-May-2021 13:39:18 UTC] PHP 3. require_once() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-blog-header.php:19 [12-May-2021 13:39:18 UTC] PHP 4. include() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template-loader.php:106 [12-May-2021 13:39:18 UTC] PHP 5. get_template_part() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/front-page.php:49 [12-May-2021 13:39:18 UTC] PHP 6. locate_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/general-template.php:204 [12-May-2021 13:39:18 UTC] PHP 7. load_template() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:676 [12-May-2021 13:39:18 UTC] PHP 8. require() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/template.php:732 [12-May-2021 13:39:18 UTC] PHP 9. get_fields() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/themes/tozsdeforum/template-parts/content-right.php:2 [12-May-2021 13:39:18 UTC] PHP 10. get_field_objects() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:269 [12-May-2021 13:39:18 UTC] PHP 11. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php:342 [12-May-2021 13:39:18 UTC] PHP 12. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 13. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 14. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 15. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 16. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 17. acf_field_flexible_content->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 18. acf_format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php:866 [12-May-2021 13:39:18 UTC] PHP 19. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php:141 [12-May-2021 13:39:18 UTC] PHP 20. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 21. _acf_apply_hook_variations() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 22. apply_filters_ref_array() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php:101 [12-May-2021 13:39:18 UTC] PHP 23. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:255 [12-May-2021 13:39:18 UTC] PHP 24. acf_field_wysiwyg->format_value() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 25. apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php:461 [12-May-2021 13:39:18 UTC] PHP 26. WP_Hook->apply_filters() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/plugin.php:212 [12-May-2021 13:39:18 UTC] PHP 27. do_shortcode() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/class-wp-hook.php:287 [12-May-2021 13:39:18 UTC] PHP 28. preg_replace_callback() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 29. do_shortcode_tag() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:218 [12-May-2021 13:39:18 UTC] PHP 30. buxindex_function() /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-includes/shortcodes.php:343 [12-May-2021 13:39:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:21 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:21 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:21 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:21 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:21 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:21 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:58 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:58 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:58 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:58 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:58 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:39:58 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:13 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:13 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:13 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:13 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:13 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:13 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:32 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:32 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:32 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:32 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:32 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:32 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:32 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:33 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:34 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:34 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:34 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:34 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:34 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:34 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:40:35 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:15 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:19 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:41:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:19 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:41:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:43:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:43:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:43:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:43:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:43:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:43:16 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:08 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:08 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:09 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:09 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:09 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:09 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:14 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:29 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:29 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:44:29 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:29 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:29 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:29 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:29 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:44:29 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:03 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:03 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:45:03 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:03 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:03 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:03 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:03 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:03 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:17 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:24 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:24 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:45:24 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:24 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:24 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:24 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:24 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:24 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:50 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:45:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:50 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:59 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:59 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:45:59 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:59 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:59 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:59 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:59 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:45:59 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:47:18 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:47:18 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:47:18 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:47:18 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:47:18 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:47:18 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:49:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:49:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:49:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:49:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:49:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:49:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:50:37 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:50:37 UTC] PHP Fatal error: Uncaught ValueError: Unknown format specifier """ in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php:154 Stack trace: #0 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(154): sprintf('V\xC3\xA1ratlan hiba....', 'https://wordpre...') #1 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(284): QM_Collector_PHP_Errors->error_handler(2, 'Undefined array...', '/Users/paszliba...', 284) #2 /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php(79): QM_Collector_PHP_Errors->output_fatal('Fatal error', Array) #3 [internal function]: QM_Collector_PHP_Errors->exception_handler(Object(ValueError)) #4 {main} thrown in /Users/paszlibalazs/Local Sites/tozsdeforum/app/public/wp-content/plugins/query-monitor/collectors/php_errors.php on line 154 [12-May-2021 13:50:37 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:50:37 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:50:37 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:50:37 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:50:37 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:50:37 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:51:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:51:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:51:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:51:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:51:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-( [12-May-2021 13:51:20 UTC] Xdebug: [Step Debug] Could not connect to debugging client. Tried: 127.0.0.1:9000 (from HTTP_X_FORWARDED_FOR HTTP header), localhost:9000 (fallback through xdebug.client_host/xdebug.client_port) :-(
Do you have any pointers on how I can fix this?
- This reply was modified 3 years, 6 months ago by Pbalazs89.
@pbalazs89 This is unrelated to Query Monitor, which is just reporting this fatal error for you. You’ll need to contact the author of your theme.
Thanks for the tip!
- The topic ‘Query Monitor + PHP 8 breaks WP’ is closed to new replies.