Looks like I'll have to abandon this plugin. On all sites. The plugin kills the entire site. We can't stop and wait.
Very bad. Now there is so much to redo.
Looks like I'll have to abandon this plugin. On all sites. The plugin kills the entire site. We can't stop and wait.
Very bad. Now there is so much to redo.
Starting from wpDiscuz version 7.6.15, the relevant code is included within the plugin files.
Please remove the code from the functions.php file and then recheck the issue.
For further assistance, refer to this support topic: https://wpdiscuz.com/community/bug-reports/the-plugin-kills-the-entire-site/
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
@asti Yes. I disabled all plugins. And switched to another template. There is no code there. The site still breaks. I have two such sites.
We have to ask you to create a dev/staging copy of your website in some sub-domain and send us the accesses, so we can check the issue.
You can use Duplicator to create that site.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
@asti 84GB
I can't do this forever. I've removed the plugin for now. I put another one. Let's see.
See error logs. I posted it.
I made a simplified version of the site with a critical error.
Everything is allowed. Break it! )
I wrote in private messages.
The issue appears to be originating from the ProfileGrid plugin. It's recommended to reach out to the plugin's support team for assistance with this matter.
Please find the issue description below:
In the class-profile-magic-public.php file, the profile_magic_get_default_user_image function should be modified as follows:
// FIX FOR WPDISCUZ ---START
if ( isset( $args['wpdiscuz_current_user'] ) ) {
unset( $args['wpdiscuz_current_user'] );
}
// FIX FOR WPDISCUZ ---END
Replace with this one:
// FIX FOR WPDISCUZ ---START
if ( isset( $args['wpdiscuz_current_user'] ) ) {
unset( $args['wpdiscuz_current_user'] );
}
if ( isset( $args['wpdiscuz_comment'] ) ) {
unset( $args['wpdiscuz_comment'] );
}
// FIX FOR WPDISCUZ ---END
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
@asti Thank you! He says that the problems are on your side. ))) But, I sent it to them. Let's see. Thank you!
He replied:
Thank you for reaching out.
We have implemented the suggested changes as described.
The updated version of the plugin will be released within the next 2-3 days. We appreciate your cooperation in resolving this issue
Thank you,
ProfileGrid Support Team
Thank you very much!
I’m marking this thread as resolved. Feel free to open a new topic if you have further questions.
In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.
