Thread Starter
ZicPL
(@zicpl)
I can’t edit my previous post above, where I forgot to paste the errors (from the console):
GET
https://horbaczewski.info/wp-admin/plugins.php?action=deactivate&plugin=disable-feeds-wp/disable-feeds-wp.php&plugin_status=all&paged=1&s&_wpnonce=6a2f57e3aa
[HTTP/2 500 694ms]
GET
https://horbaczewski.info/favicon.ico
I test my .XML file:
1. RSS Feed Search Check: https://getrssfeed.com/
2. RSS Feed Viewer: https://rssviewer.app/
Hello @zicpl ,
Hope you are doing well.
To replicate the issue, you must enable the debug mode and need to perform the same activity and share the debug logs with us. It will help us reproduce the issue.
To enable the debug logs follow the below steps.
- Locate the wp-config.php file in your root folder.
- Open the configuration file and add the following PHP code above the /* That’s all, stop editing! Happy publishing. */ comment:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, false);
define(‘WP_DEBUG_LOG’, true);
- Go to the wp-content folder and delete the existing debug.log
- Now, perform the same activity and provide the updated debug.log to us.
Thread Starter
ZicPL
(@zicpl)
Sorry I’m just replying. I missed the email notification..
Following Your instructions, I added Your code in wp-config.php and after following the steps, WP created “debug.log”. This file contains:
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$days is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 81
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$type is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 82
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$slug is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 83
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$rating is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 84
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$message is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 85
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$link_label is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 86
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$cap is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 87
[10-Jun-2024 15:56:44 UTC] PHP Deprecated: Creation of dynamic property WP_Review_Me::$scope is deprecated in /home/horbacze1/domains/horbaczewski.info/public_html/wp-content/themes/author/inc/review.php on line 88
[10-Jun-2024 15:56:45 UTC] PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class "DFWP" not found in /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/class-wp-hook.php:324
Stack trace:
#0 /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#1 /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()
#2 /home/horbacze1/domains/horbaczewski.info/public_html/wp-admin/includes/plugin.php(828): do_action()
#3 /home/horbacze1/domains/horbaczewski.info/public_html/wp-admin/plugins.php(211): deactivate_plugins()
#4 {main}
thrown in /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/class-wp-hook.php on line 324
Before disabling Your plugin, I run the “developer tools” from my browser and saw in the console:
GET
https://horbaczewski.info/wp-admin/plugins.php?action=deactivate&plugin=disable-feeds-wp/disable-feeds-wp.php&plugin_status=all&paged=1&s&_wpnonce=dc2327ad39
[HTTP/2 500 1247ms]
Additionally, I am pasting the Apache error log from my DirectAdmin (the control panel for my hosting account provided by my shared hosting provider) below:
2024-06-10 16:59:32.053647 [NOTICE] [802195] [T0] [127.0.0.1:59436#APVH_www.horbaczewski.info:443] [STDERR] PHP Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, class "DFWP" not found in /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/class-wp-hook.php:324\nStack trace:\n#0 /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()\n#1 /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/plugin.php(517): WP_Hook->do_action()\n#2 /home/horbacze1/domains/horbaczewski.info/public_html/wp-admin/includes/plugin.php(828): do_action()\n#3 /home/horbacze1/domains/horbaczewski.info/public_html/wp-admin/plugins.php(211): deactivate_plugins()\n#4 {main}\n thrown in /home/horbacze1/domains/horbaczewski.info/public_html/wp-includes/class-wp-hook.php on line 324\n
btw. I removed .XML file before generating logs above.
I also see that You didn’t respond to my suggestions for additional features (2, 3 from list 1st of my message) for Your plugin. I directed my request to you for the following reasons:
1. You already have a plugin that addresses the topic of RSS feeds
2. You have the necessary experience
3. There are no plugins that have these features (only one plugin I found https://wordpress.org/plugins/staticfeed/ unfortunately it doesn’t work, and if Your plugin offered these features then I wouldn’t need to have so many plugins). Would You share Your opinion on the implementation of these features (do You think You would find the time to implement it)?
-
This reply was modified 4 months ago by ZicPL.
@zicpl — We’re happy to inform you that we’ve addressed the issue you reported. To benefit from the fix, please update your plugin to the latest version.
We appreciate your suggestion. Our team is reviewing it and will get back to you soon with an update.
Thank you for your patience and continued feedback.
Thread Starter
ZicPL
(@zicpl)
Thank you for quickly fixing the bug 🙂
I’ a’m very happy with Your support and I decided to give the best rating. I’ a’m not closing this report topic because I believe that You and Your team will positively evaluate my suggestion. I’ wi’ll be happy to test the plugin when it gains the suggested features.
we are in touch
hello,
@galaxyweblinks
Is feature requested by ZicPL planned for implementation in the near future?