Pbalazs89
Forum Replies Created
-
Hi Sean,
Were you able to figure out what was causing it?
I’m building a theme from scratch, but outside of bootstrap, swiper, fontawesome nothing seems to be left to check. ?? No plugins either.
Anyone?
The issue is mostly fixed on mobile Chrome, but is unfortunately still apparent in the case of Safari.
- This reply was modified 1 year, 2 months ago by Pbalazs89.
Here’s the code for the form itself as well:
<div class="form-row"> <div class="form-col"> <label> [text* full-name placeholder "Teljes név"] </label> <label> [text* your-nationality placeholder "Nemzetiség"] </label> <label> [date arrival placeholder "éRKEZéS: " ] </label> <label> [text Voucher placeholder "Voucher"] </label> <label> [select GroupType first_as_label " CSOPORTTíPUS" "Egyetemi út" "Iskolás csoport" "Sport út" "Leánybúcsús és legénybúcsús csoportokat nem fogadunk" "Egyéb" ] </label> </div> <div class="form-col"> <label> [email* email-252 placeholder "Email cím"] </label> <label> [tel* your-phone placeholder "Telefonszám"] </label> <label> [date departure placeholder "TáVOZáS: "] </label> <label> [number number-696 placeholder "RéSZTVEV?K SZáMA"] </label> <label> [select Apartmenttype first_as_label "APARTMANTíPUS" "Deluxe Studio" "Deluxe 1 ágyas" "Deluxe 2 ágyas" "Superior Penthouse"] </label> </div> </div> <div class="form-row"> <label> [textarea your-message 200x4 placeholder "AZ ?N üZENETE (OPCIONáLIS)"] </label> </div> <div class="form-row"> [submit "üzenet küldése"] </div>
- This reply was modified 1 year, 2 months ago by Pbalazs89.
Forum: Plugins
In reply to: [Contact Form 7] Form / submitting through GET, and not sending emailThanks a bunch for looking into. Sorry about not finding it myself!
Nevermind, rookie mistake. Used = instead of == ??
Sorry for taking your time.Yes, fortunately they do. Which I don’t quite understand.
Do you have any ideas why it might be that my elseif works for most countries but not all?Forum: Plugins
In reply to: [Plugin for Google Reviews] Number of displayed ratingsInterested in this as well, mine only shows 5
Thanks a bunch, works like a charm!
So the goal would be to have this on the desktop when the wishlist is empty:
https://www.dropbox.com/s/rqha92xed02cztc/Screenshot%202021-08-24%20at%2020.35.57.png?dl=0And this when it starts filling up:
https://www.dropbox.com/s/d76hsa9pqu1lp9f/Screenshot%202021-08-24%20at%2020.37.04.png?dl=0Thanks!
Thanks a lot, that did the trick!
Forum: Plugins
In reply to: [Contact Form 7] CF7 says my email is invalid despite original settingsHi, thanks for getting back to me.
I’m sorry for taking your time, that was the issue, I did not notice that I reused these fields for some dumb reason. Thanks again!
What would the css be to target the text next to it? It does not have any class so I was not able to target it.
Thanks!
Thanks for the tip!
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, 5 months ago by Pbalazs89.