Hello @kossal,
Sorry to hear you’re having issues with our plugin.
Could you temporary switch your WordPress server to WP_DEBUG = true mode (see https://ww.wp.xz.cn/support/article/debugging-in-wordpress/)? And then check the error message again? It should now give me more information about where the issue is caused.
Thread Starter
kossal
(@kossal)
nothing else shows after change WP_DEBUG to true
It should give you a line number of the error.
In non-debug mode the plugin loads the compressed version of the javascript files. That makes it impossible for me to see the correct line number of where the error occurs.
In debug mode the plugin loads the non compressed versions. It should indeed give the same error but this time with the line number where the error occurs.
Could you make a screenshot of the error in wp_debug = true mode?
Thread Starter
kossal
(@kossal)
Here you have Debug.log file from /wp-content/Debug.log
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined property: stdClass::$1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/wppfm-feed-processing-support.php on line 572
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined offset: 1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/class-wppfm-feed-support.php on line 154
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined property: stdClass::$1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/wppfm-feed-processing-support.php on line 572
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined offset: 1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/class-wppfm-feed-support.php on line 154
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined property: stdClass::$1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/wppfm-feed-processing-support.php on line 572
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined offset: 1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/class-wppfm-feed-support.php on line 154
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined property: stdClass::$1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/wppfm-feed-processing-support.php on line 572
[10-Sep-2020 22:52:46 UTC] PHP Notice: Undefined offset: 1 in /home/golf/domains/golfchampion.cz/public_html/wp-content/plugins/wp-product-feed-manager/includes/application/class-wppfm-feed-support.php on line 154
And here you have JS error from console:
Uncaught SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 1 column 19868 of the JSON data
wppfm_initiateFeed https://golfchampion.cz/wp-content/plugins/wp-product-feed-manager/includes/user-interface/js/wppfm_feed-form.js?ver=1600163614:265
<anonymous> https://golfchampion.cz/wp-content/plugins/wp-product-feed-manager/includes/user-interface/js/wppfm_feed-form.js?ver=1600163614:2579
jQuery 4
i
fireWith
ready
J
wppfm_feed-form.js:265:22
wppfm_initiateFeed https://golfchampion.cz/wp-content/plugins/wp-product-feed-manager/includes/user-interface/js/wppfm_feed-form.js?ver=1600163614:265
<anonymous> https://golfchampion.cz/wp-content/plugins/wp-product-feed-manager/includes/user-interface/js/wppfm_feed-form.js?ver=1600163614:2579
jQuery 4
i
fireWith
ready
J
Thanks @kossal,
That helped. Could you do the following:
Try to edit the Zbozi feed again. Then right click on the page it shows and select the option “View page source”. That should open the page code. On that page search (CNTRL-F) for “wppfm-ajax-feed-data-array”. Make a screenshot of the code in that var field, or send me a copy of the content of that var field.
I see several attributes I can’t identify. Like “Dárková sáčka” or “Dalš&#ED; hůl”. I’m pretty sure this means that there are issues with the character set you’re using.
Can you tell me what character set you are using in your shop?
Also, could you again open that page source and copy the content of the wppfm-ajax-feed-data-array in a txt file and send that file to michel @ wpmarketingrobot.com?
Thread Starter
kossal
(@kossal)
i send e-mail wtih full page source
Hi @kossal,
Did you receive my email?
Solved the issue through email. Will close this topic for now and handle the aftermath through mail.