Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I have a bone stock installation of wordpress... Tested with stock 2024 and 2025 default Wordpress themes. No other plugins are installed. Cleared all caches. Rebooted server.
Made sure the default form had all necessary categories checked.
Yet wpdiscuz does not show up on my posts. Only the default WordPress comments interface shows up.
I don't know what else to try other than delete Wordpress from my server and start from fresh. Wordpress is updated to the latest version (6.8.2).
Â
Thank you for your help.
Hi,Â
If the comment form is missing please check the points mentioned in this documentation: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/
Checked and all confirmed normal. I do see this error in my console:
jquery-migrate.min.js?ver=3.4.1:2 JQMIGRATE: Migrate is installed, version 3.4.1 wpdiscuz-combo.min.js?ver=7.6.33:10 Uncaught TypeError: Cannot read properties of undefined (reading 'top') at wpdiscuz-combo.min.js?ver=7.6.33:10:29571
I have my .htaccess set as follows:
RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ - [F,L] RewriteRule !^wp-includes/ - [S=3] RewriteRule ^wp-includes/[^/]+\.php$ - [F,L] RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L] RewriteRule ^wp-includes/theme-compat/ - [F,L]
Looking at the "wpdiscuz/class.WpdiscuzCore.php" file, I do see some directories that might need to be added:
include_once WPDISCUZ_DIR_PATH . "/includes/interface.WpDiscuzConstants.php"; include_once WPDISCUZ_DIR_PATH . "/utils/functions.php"; include_once WPDISCUZ_DIR_PATH . "/options/class.WpdiscuzOptions.php"; include_once WPDISCUZ_DIR_PATH . "/utils/class.WpdiscuzHelper.php"; include_once WPDISCUZ_DIR_PATH . "/utils/class.WpdiscuzHelperEmail.php"; include_once WPDISCUZ_DIR_PATH . "/utils/class.WpdiscuzHelperOptimization.php"; include_once WPDISCUZ_DIR_PATH . "/utils/class.WpdiscuzHelperUpload.php"; include_once WPDISCUZ_DIR_PATH . "/includes/class.WpdiscuzDBManager.php"; include_once WPDISCUZ_DIR_PATH . "/forms/wpDiscuzForm.php"; include_once WPDISCUZ_DIR_PATH . "/utils/class.WpdiscuzCache.php"; include_once WPDISCUZ_DIR_PATH . "/utils/class.WpdiscuzHelperAjax.php"; include_once WPDISCUZ_DIR_PATH . "/includes/class.WpdiscuzRest.php";
But this is beyond my skill level. Do you have any suggestions?
FYI, I am running Wordpress on a Directadmin installation which is a very common combination. I think the default Directadmin .htaccess restrictions are interfering with the plugin.
If I can't solve it, I'll have to abandon the plugin because switching from Directadmin at the present moment would be too much of a hassle.
Either way, I'll leave this post here, perhaps someone will come up with a solution in the future.
Hi, I sent you the details you requested, please feel free to investigate.
Ok, I found the solution to the issue:
Your plugin is incompatible with anything newer than twentytwentytwo theme.
For clarification, as of 07/28/2025, it is incompatible with:
twentytwentythree
twentytwentyfour
twentytwentyfive
I wish you would have stated this somewhere in your documentation and not have cost me hours of time troubleshooting something so simple. You would think this would be the first thing that you tested when releasing this.
I will be revoking your access to my site, as it is no longer required.
Thank you! Might I suggest adding this info here:
https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/missing-comment-form/
This will save a lot of people a lot of hassle and time.