lkraav
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Item Visibility Control] GitHub repo?> About license, the plugin’s license is WTFPL, feel free to use and abuse in any way you like.
Certainly, but we do look to contribute, yet nobody really has bandwidth to work with some single thing outside of GH. For better or worse, GH is useful at the moment, so perhaps with the help of https://github.com/10up/actions-wordpress to auto-publish, you could reconsider setting up GH shop for benefit of all glorious nation?
Forum: Reviews
In reply to: [Zapier for WordPress] EmbarrassmentI don’t public shame plugins often, but when I do.. it’s indeed situations like this.
Zapier product team’s negligence here leaves quite a bad taste.
Yes, plugin fails in combination with WP Super Cache and WooCommerce
Example traceback https://sentry.io/share/issue/9bd4542b34fe484d9bfe724a22db2d3a/
Forum: Plugins
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] Excessive processin usage?Nice NR chart. Are you able to zoom in and get insight into which Sensei requests specifically account for majority of time spent?
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Solution to 4.1.4 update issue4.1.4 -> 4.1.5 logged this. It seems like puzzle still missing some logic pieces.
[10-Dec-2020 11:53:01 UTC] WordPress database error Table 'convers_institute.wp_oauth_clients' doesn't exist for query ALTER TABLE wp_oauth_clients MODIFY client_id VARCHAR(191); made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/oauth2-provider/wp-oauth-server.php'), require_once('/plugins/oauth2-provider/wp-oauth-main.php'), _WO, WO_Server::instance, WO_Server->__construct, WO_Server->check_db, WO_Server->upgrade, QM_DB->query [10-Dec-2020 11:53:01 UTC] WordPress database error Table 'convers_institute.wp_oauth_clients' doesn't exist for query ALTER TABLE wp_oauth_clients MODIFY client_secret VARCHAR(191); made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), include_once('/plugins/oauth2-provider/wp-oauth-server.php'), require_once('/plugins/oauth2-provider/wp-oauth-main.php'), _WO, WO_Server::instance, WO_Server->__construct, WO_Server->check_db, WO_Server->upgrade, QM_DB->query
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] Problem with recent releaseConfirmed. Looks like plugin updates via CLI or web UI fail to activate DB migration routines.
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] THIS PLUGIN IS NOT SAFE TO USEBuild 3.8.1 still displays this message. Are we waiting for an updated build here?
- This reply was modified 4 years, 4 months ago by lkraav.
Forum: Plugins
In reply to: [Zapier for WordPress] register_rest_route was called incorrectlyZapier team has to care.
Forum: Plugins
In reply to: [Zapier for WordPress] register_rest_route was called incorrectlyI noticed today 1.0.2 was released with updates to nothing but marketing messages in README.
Could we get this issue fixed first, instead? Tyvm.
Forum: Plugins
In reply to: [Download Monitor] PHP 7.4 Error Notice@luminsol analysis and solution is correct. Hopefully y’all can release 7.4 compatibility version soon.
EDIT it should probably be
isset( $current_support[0] )
, in theory it could also be an empty array, sois_array( $current_support )
is not 100% safe.- This reply was modified 4 years, 11 months ago by lkraav. Reason: isset() is better
Forum: Plugins
In reply to: [Sensei LMS - Online Courses, Quizzes, & Learning] auto grade errorI’m fairly certain we still have an issue open wrt grading at https://github.com/Automattic/sensei/issues/1375#issuecomment-587436666
Are you using Query Monitor when testing this plugin?
0.7.0 triggers:
Notice wc_get_page_id was called with an argument that is deprecated since version 2.1! The “pay” and “thanks” pages are no-longer used – an endpoint is added to the checkout instead. To get a valid link use the WC_Order::get_checkout_payment_url() or WC_Order::get_checkout_order_received_url() methods instead.
Did you replace some deprecated functions with other deprecated functions?
The original plugin does exactly that https://www.ads-software.com/plugins/bp-rsed/
Forum: Plugins
In reply to: [Broken Link Checker] Error create_function()This is real and creates a massive amount of log spam on modern PHP 7.3.
Duplicate of https://www.ads-software.com/support/topic/errors-warnings-in-php-7-x-2/
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Not Working With WooCommerce MembershipThanks for jumping in here @nekojira