Error after installation
Deprecated: The called constructor method for WP_Widget in Sentry_Widget_Recent_Comments is deprecated since version 4.3.0! Use __construct() instead. in path-to-server/public_html/domainorg/wp-includes/functions.php on line 4870
Identical solution for another plugins referred and reported with the https://stackoverflow.com/questions/6127559/wordpress-plugin-call-to-undefined-function-wp-get-current-user but we did not find a predefined construct in /wp-sentry/sentry-widgets.php
But in the above snippets we did not find the class defining the widget constructor, instead having following class
if (class_exists(‘WP_Widget’)) {
class Sentry_Widget_Pages extends WP_Widget {
function Sentry_Widget_Pages() {
$widget_ops = array(‘classname’ => ‘widget_pages’, ‘description’ => __( ‘Your blog’s WordPress Pages’) );
$this->WP_Widget(‘pages’, __(‘Pages’), $widget_ops);
}
Noticed that the class constructor is defined in the code
Kind regards
]]>Hi,
I would like to report all WP errors from new created WP_Error instances to Sentry. How do this?
]]>Hello I have a problem if I set like private a post, then nobody can’t post a comment, Do you know what could be the problem?
]]>When readers try to comment it goes to a page cannot be found page. Any ideas as to how to fix this?
]]>Hello, I have a little issue with Woocommerce and WP sentry plugins cooperation, could you please help me to solve it?
When WP sentry plugin is activated I see Additional Predicate Text “Publish” in all fields of Woocommerce products (in all columns of product description).
You can check it in screenshot here https://imgur.com/zd7gvE4
This issue does not affect functional part of both plugins, but have only this Display issue. How I can remove this Text from all fields?
Thank you for your help.
]]>Compared to some other plugins, this plugin is ridiculously easy to use and makes granting users and/or groups access to individual posts a snap.
Is there planned support for custom post types?
]]>This plugin is a great tool. My only wish is that I could get a report showing a list of private posts and the users that have access to them on a post by post basis.
Another helpful report would be a list of users showing each post a user has access to.
It would be nice to do this from within the plugin or via MySQL.
]]>I tried using Facebook like button with WP Sentry.
Some private post can use, but nearly all private post can’t use Like botton and got error message.
Can I redirect the private post to a link instead for Facebook linter to pass through and get no error?
THANKS
i have a problem with the preview link option
i have the preview option “above the fold” and if some unregistered users want to access the full post they hit the Read More button which redirect them to the post if they are signed in or redirect them to the LOGIN page.
The problem is if I have the LOGIN link as the “Preview Link” the links from the NAVBAR are linking also to the LOGIN link.
Hi…
what should i do…
had this error when opening a group page:
Fehler beim Verarbeiten des Skript-Headers / Error parsing script headers:
WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' member_of)' at line 1 für Abfrage SELECT id FROM wp_sentry_groups WHERE FIND_IN_SET(, member_of) von require, require_once, include, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, MultiWidget->widget_callback, AuthorAvatarsWidget->widget, UserList->output, UserList->get_output, UserList->get_users, UserList->_filter, UserList->get_user_postcount, get_usernumposts, get_private_posts_cap_sql, current_user_can, call_user_func_array, WP_User->has_cap, apply_filters, call_user_func_array, wp_sentry->has_capability, wp_sentry->user_is_allowed
Skript-Ausgabe (111782 Bytes) folgt / Script output (111782 bytes) follows:
WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' member_of)' at line 1 für Abfrage SELECT id FROM wp_sentry_groups WHERE FIND_IN_SET(, member_of) von require, require_once, include, get_sidebar, locate_template, load_template, require_once, dynamic_sidebar, call_user_func_array, MultiWidget->widget_callback, AuthorAvatarsWidget->widget, UserList->output, UserList->get_output, UserList->get_users, UserList->_filter, UserList->get_user_postcount, get_usernumposts, get_private_posts_cap_sql, current_user_can, call_user_func_array, WP_User->has_cap, apply_filters, call_user_func_array, wp_sentry->has_capability, wp_sentry->user_is_allowed
]]>