2203 comments found.
PHP Deprecated: Sabai_Platform::htmlize(): Implicitly marking parameter $allowedTags as nullable is deprecated, the explicit nullable type must be used instead in …/public_html/legalverse/wp-content/plugins/sabai/lib/Sabai/Platform.php on line 127
Hello, I hope you are well. I wanted to follow up regarding the plugin, as I’ve noticed ongoing issues that have not been addressed, including mine. Could you please confirm whether the plugin is still actively maintained?
If it is, I would appreciate it if you could review and resolve the attached PHP errors at your earliest convenience, as they are affecting site functionality.
(1) PHP Deprecated: Sabai_Platform_WordPress::htmlize(): Implicitly marking parameter $allowedTags as nullable is deprecated, the explicit nullable type must be used instead in …/public_html/wp-content/plugins/sabai/lib/Sabai/Platform/WordPress.php on line 451
(2) PHP Deprecated: Sabai_Platform_WordPress::loadJqueryUiHelper(): Implicitly marking parameter $components as nullable is deprecated, the explicit nullable type must be used instead in ../public_html/wp-content/plugins/sabai/lib/Sabai/Platform/WordPress.php on line 1547
(3) PHP Deprecated: Sabai_Platform_WordPress::createPage(): Implicitly marking parameter $log as nullable is deprecated, the explicit nullable type must be used instead in …/public_html/wp-content/plugins/sabai/lib/Sabai/Platform/WordPress.php on line 1644
(4) PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the bulkpress domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in …/public_html/wp-includes/functions.php on line 6131.
Thank you for your attention, and I look forward to your response.
Hello,
Thank you for using Sabai Discuss.
This page is for pre-sales questions only. If you need support, please submit a support request from https://codecanyon.net/item/sabai-discuss-plugin-for-wordpress/3455723/support/contact
Yes, we do update the plugin periodically. We have been releasing updates for newer PHP versions and hopefully we can do so again soon.
Thank you for your response. I have been waiting for about a month for help and a response to emails sent.
At this stage, many of the plugin files are deprecated and require updating, as they are now generating errors and affecting the functionality of other plugins.
Hello, I bought it there. your plugin for a long time – I installed it on my site and am trying to understand how it works – I read the documentation, but I ran into a problem: how to modify a label assigned to a question and how to assign it to questions. This doesn’t seem to work for me. Can you tell me how to do it. Thanking you. Kind regards
Look, I have a problem…, everything was working fine, I just wanted to assign labels to questions… and then boom, nothing works anymore. The questions exist, but they no longer display them on the site (message saying that nothing is found) – I uninstalled and reinstalled the plugin, but nothing works, I no longer have access to the question pages on the site (nothing is displayed anymore. Can you tell me what is wrong, please. Thanking you in advance.
It’s okay, I partly solved the problem by uninstalling everything and then redoing the installation. But I still have problems assigning tags to the subject.
question: I would like one of the “question” topics to be reserved for health professionals, but viewable by other members – can we make a discussion topic private, not viewable by others? if so how to do it, thanking you in advance.
small translation error: not accessible or visible to other members – visible only to professionals
Hello, First of all, I’m happy, almost everything works well. But, I would like to remind you again because you did not answer my question “I would like one of the discussion topics to be reserved for health professionals, while remaining accessible to other members. Is it possible to make a topic private? If so, how to proceed? Thank you in advance.’”
Subject: PHP 8.1 warning: Undefined array key “clone” in Sabai.php during WooCommerce checkout
Hello,
I am encountering a recurring PHP warning when running Sabai on PHP 8.1 together with WooCommerce:
Warning: Undefined array key “clone” File: /wp-content/plugins/sabai/lib/Sabai.php Line: 268
This happens during the WooCommerce checkout flow (AJAX requests), even though Sabai shortcodes are not used on the checkout page.
Root cause: In Sabai.php, method _getAddonData($addonName, $key, $throwException = true) accesses addon data using suppressed array access:
return @$local_addons$addonName; return @$this->_addonsLoaded$addonName;
On PHP 8.1, suppressed access (@) does not prevent warnings for undefined array keys (e.g. clone). When addon metadata does not contain the requested key, PHP emits a warning.
Proposed fix (PHP 8.1 compatible): Replace the above lines with defensive access checks:
return isset($local_addons$addonName) ? $local_addons$addonName : null;
and
return isset($this->_addonsLoaded$addonName) ? $this->_addonsLoaded$addonName : null;
This preserves existing logic while preventing PHP 8.1 warnings and avoids unnecessary log noise during WooCommerce checkout.
I believe this should be included in a future release for full PHP 8.1+ compatibility.
Best regards,
also , I am seeing repeated PHP warnings coming from Sabai during WooCommerce checkout (AJAX requests). The exact warning is:
include_once(): Failed opening ’/wp-content/sabai/functions.php’ File: wp-content/plugins/sabai/lib/Sabai/Platform/WordPress.php (around line 558)
Root causes / observations: - Sabai attempts to include WP_CONTENT_DIR . ’/sabai/functions.php’ unconditionally: @include_once WP_CONTENT_DIR . ’/sabai/functions.php’; - The file often does not exist in installations (the plugin uses a separate plugin folder wp-content/plugins/sabai or wp-content/plugins/sabai-discuss), so include_once fails and triggers warnings during AJAX checkout. - This include is hardcoded to WP_CONTENT_DIR and executed on every request (including WooCommerce AJAX), resulting in noisy logs and potential performance issues.
Suggested fixes: 1) Defensive include (preferred minimal fix) Replace with: $file = WP_CONTENT_DIR . ’/sabai/functions.php’; if (is_readable($file)) { include_once $file; }
2) Or better: determine the correct path (plugin dir) or load shared runtime only when Sabai is actually needed (i.e., when serving Sabai shortcodes/pages or in admin), instead of globally on all front-end requests.
Please include this fix in the next release to avoid warnings on PHP 8.x and to prevent interfering with WooCommerce/AJAX workflows.
Can anyone help with the shortcode for the question form? https://demo.sabaidiscuss.com/questions/ask
It is not provided on the short code list here: https://demo.sabaidiscuss.com/shortcodesHi. I just purchased this plugin, and it says Plugin could not be activated because it triggered a fatal error.
Hello,
Thank you for using Sabai Discuss.
This page is for pre-sales questions only. If you need support, please submit a support request from https://codecanyon.net/item/sabai-discuss-plugin-for-wordpress/3455723/support/contact
Do this plugin support multisite network?That is, with one WordPress and this plugin installation, the sites owner can run multiple websites with different domain names And the content of each domain website can be completely different. If supported, what is the entire operation process and sequence?
Hello,
Thank you for your interest in Sabai Discuss.
Unfortunately it does not support network activation, so you will need to activate it for each site.
Pre-sale: I see that this plugin hasn’t been updated for over a year. Is it compatible with the latest WP version?
Hello,
Thank you for your interest in Sabai Discuss.
Yes, it is compatible with the latest version of WordPress.
do you support AI? whenever someone post question, the AI will response?
Hello,
Thank you for your interest in Sabai Discuss.
Unfortunately no, hwoever that sounds like a nice feature to have in a later version.
approx when can you schedule this feature? this could be game challenger if you could add.
Hello i have few questions below
Here are the few pre-purchase questions
1Does this comes with one or two licenses ?
2)Is this a standalone which needs to have its own database?
3)Can files be stored on Aws storage to avoid the use of server disk space?
4)Does this have Single Sign-On (SSO) for users, allowing them to log in through your existing website and access the forum without the need for separate login credentials.?
5)Is this forum seo friendly which topics and threads can show up on google and when search on search engines ?
Your response would be appreciated
Hello,
Thank you for your interest in Sabai Discuss.
> 1Does this comes with one or two licenses ?
It will include a single license for each purchase.
> 2)Is this a standalone which needs to have its own database?
It uses the same database WordPress uses, so you do not need any extra database.
> 3)Can files be stored on Aws storage to avoid the use of server disk space?
No.
> 4)Does this have Single Sign-On (SSO) for users, allowing them to log in through your existing website and access the forum without the need for separate login credentials.?
No.
> 5)Is this forum seo friendly which topics and threads can show up on google and when search on search engines ?
Yes.
I have used all three of this producers product and I am very happy with them. I like them as they are simple and easy to use. But I was wondering I wanted to have a go at a New Zealand style Reddit and was wondering if the discussion one could be adapted? Do you know of any examples you could suggest ? maybe there is a way to search for installs? By the way isnt it time you did something AI? 
Hi!,
We’re having issues with the plugin. There are times where all question content gets replaced by the last entry and we don’t know why this is happening.
For additional context. On the table wp_sabai_entity_field_content_body, all data under the “value” column gets replaced by the last entry.
Would you be able to assist / point us to the correct direction please?
Update to share options is there update to the share options in the future? Outdated ATM
Hello,
Thank you for using Sabai Discuss.
We’ll have a look at it and see what we can do.
Hi!,
We’re having issues with the plugin. There are times where all question content gets replaced by the last entry and we don’t know why this is happening.
For additional context. On the table wp_sabai_entity_field_content_body, all data under the “value” column gets replaced by the last entry.
Would you be able to assist / point us to the correct direction please?
Hello,
Thank you for using Sabai Discuss.
Unfortunately, we have not seen this issue before, and it may be caused by a conflict with another plugin on your site. If you need further assistance, please contact support using the account you used to purchase the plugin on CodeCanyon.
Please share correct item ID for the Envato Market plugin.
I get a “wrong item id” when I attempt to add Sabai to my item list with 3455723. All my other envato purchases show in list without issues. https://snipboard.io/Rzct7L.jpg
Thanks for your attention.
Hello,
Thank you for using Sabai Discuss.
We’re unsure what you are using it for or which ID you are referring to exactly. However, 3455723 is the number assigned by codecanyon.net used in the URL, as you can see in the URL of this page.
I was trying to use the envato app for updates so when you update the files, I can easily update it in wordpress. But the envato app is not recognizing the Sabai ID 3455723 which shows on the url. This is why I wanted to confirm the ID with you. I will ask envato.
Thanks for your response.
Hi, I bought this plugin and I like it. However, it is not compatible with the theme I am using. I’m using Wolmart theme also in themeforest.net, could I ask for a refund or is there any way you can make it compatible with Wolmart theme?
Hello,
Thank you for using Sabai Discuss.
Could you please contact support and let us know in detail how it is not compatible with your theme? https://codecanyon.net/item/sabai-discuss-plugin-for-wordpress/3455723/support/contact
Hi,
I want to add admin approval to the questions sent, but I couldn’t find the relevant section in the panel. Where exactly can I set this?
Nobody can answer me?
Hello,
Thank you for using Sabai Discuss.
We’re sorry but if you are looking for support, please make sure that you have a valid support package and contact support from https://codecanyon.net/item/sabai-discuss-plugin-for-wordpress/3455723/support/contact
I have a few pre-purchase questions regarding your plugin Sabai Discuss – Q&A forum plugin
Can this plugin be integrated with a WordPress theme that I am developing for Themeforest?
Does the plugin support template overriding, similar to how WooCommerce allows customization via a theme’s directory? I’d like to modify the templates to match my design.
I’ve designed a layout that can be viewed here: https://prnt.sc/_TEJmvEWVc7s. Would it be possible to achieve this functionality using your plugin?
Since this is for a commercial project intended for Themeforest, I’d like to ensure that your plugin is suitable for my use case and complies with the necessary requirements.
Hello,
Thank you for your interest in Sabai Discuss.
For details on customizations using templates, please see https://codecanyon.net/item/sabai-discuss-plugin-for-wordpress/3455723/faqs/18756
Hello,
Am I able to charge users to submit questions or to view answers? I want to see if there will be ways to monetize this service if I buy this software.
Hello,
Thank you for your interest in Sabai Discuss.
Unfortunately, this is currently not possible.
Hello,
unfortunately the sabei widgets are not displayed in the template (block) editor. If I switch to an older theme, they are visible again. What am I doing wrong?
Greetings, Ramon
I am temporarily using the V3P0 Lagacy Widget plugin, but this is not a permanent solution.
https://gutenbergtimes.com/using-classic-widgets-with-blocked-based-themes-introducing-the-legacy-widget-block-plugin/