Onbekend bestand in de WordPress core: wp-includes/SimplePie/Cache/403e03585e2e1e1ff28da4871867a2db.spcType: Bestand
Onbekend bestand in de WordPress core: wp-includes/SimplePie/Cache/adf416701234bb74c7b67e4f1dc6eede.spcType: Bestand
Onbekend bestand in de WordPress core: wp-includes/SimplePie/Cache/ce35f0e1d09e3ed451a8b531d0483cc6.spcType: Bestand
I’m not using a plugin named SimplePie. Can you please let me know if I can ignore these files or do I need to remove them?
]]>maybe you can help me with this feed: https://dsv-preding.at/feed. i can read the feed when i use this url in my browser, but get this error in wpematico, when i am trying to parse:
“cURL error 22: The requested URL returned error: 403 Forbidden RSS”
there is a hint to use “force feed” for this feed, but i cannot find this option. do you have an idea how to solve this issue?
thanks a lot,
klaus
“High Severity Problems:
* Unknown file in WordPress core: wp-includes/SimplePie/Cache/403e03585e2e1e1ff28da4871867a2db.spc
* Unknown file in WordPress core: wp-includes/SimplePie/Cache/adf416701234bb74c7b67e4f1dc6eede.spc
* Unknown file in WordPress core: wp-includes/SimplePie/Cache/ce35f0e1d09e3ed451a8b531d0483cc6.spc ”
I can see a few people asking about simplepie.php files but these look different and I’m not really sure what to do about it them or if they are malicious. Can anyone shed any light on for me?
Thanks in advance!
I hope someone can thell me what this problem is and how to resolve it.
Thank you
A colleague made a widget for displaying the latest disqus-comments. Users sometime tag part of the text as a spoiler by using a built in disqus feature that wraps the text in <spoiler>thing</spoiler> tags. When using fetch_feed I can see that the spoiler tag is in the array, by print_r-ing it, but when using $item->get_content() or get_description the spoiler-tag has been stripped away. Is this done by the get_description function automatically? and is it possible to turn it off?
]]>Now I checked my error logs and got this message:
[Sat Feb 16 15:57:06.418851 2019] [proxy_fcgi:error] [pid 22401:tid 139860752811776] [client 148.251.178.40:43634] AH01071: Got error ‘PHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\nPHP message: PHP Warning: A non-numeric value encountered in /xxx/public_html/wp-includes/SimplePie/Parse/Date.php on line 694\n’
]]>However, WordPress only refreshes these RSS feeds every 12 hours.
I would like to refreshes those to every 2 or 3 hours.
What file(s) do I need to change and what do I need to put in the file to reduce the 12 hour simplepie refresh from 12 hours to less?
]]>“PHP Warning: A non-numeric value encountered in /var/www/html/SITE/wp-includes/SimplePie/Parse/Date.php on line 694”
I know that this is a new error in PHP 7. I am able to fix it by either casting or using the parseInt() function, however I believe this ought to be fixed in the source.
The source is here: https://github.com/WordPress/WordPress/blob/master/wp-includes/SimplePie/Parse/Date.php#L694, and looks like this: $second = round($match[6] + $match[7] / pow(10, strlen($match[7])));
I logged errors to a file and saw that I was generating the same error each time I tried logging in:
[17-Jan-2018 14:29:06 UTC] PHP Warning: array_splice() expects parameter 1 to be array, string given in /home/sites/xxxxx.com/public_html/wp-includes/SimplePie/Cache/favicon_28b6d6.ico(107) : eval()’d code(165) : eval()’d code(203) : eval()’d code on line 206
[17-Jan-2018 14:29:06 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/sites/xxxxx.com/public_html/wp-includes/SimplePie/Cache/favicon_28b6d6.ico(107) : eval()’d code(165) : eval()’d code(203) : eval()’d code on line 207
I had never heard of SimplePie and upon researching it found that it is bundled as part of the vanilla WP install. A plugin that isn’t a plugin! I certainly don’t use any of its functionality. There is nothing I do which is remotely RSS-y.
I have Googled and Googled, followed tips for increasing memory limit, for changing directory names of offending plugins, for deactivating all my plugins by removing the appropriate string from my DB – all sorts. Nothing helps.
The actual website is fine and unaffected. It’s just the /wp-admin/ that returns the 500 error.
Can anyone help at all please?
]]>