aberbenni
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Updates Manager] Cannot stop plugin automatic updateNo plugin in
/wp-admin/plugins.php
list shows the “managed by Easy Updates Manager” message.
No “Automatic Updates” column available in “Screen Options”.EUM Version 9.0.6
- Disabled some repair and optimization table queries during the initial request.
https://github.com/wp-statistics/wp-statistics/releases/tag/13.0.3
Renaming WP statistic worked for me.
I’m waiting for new version https://www.ads-software.com/support/topic/error-occurred-while-updating-wp-statistics-v13-0/#post-13724141You should detect recently updated plugin and try to deactivate them via FTP/SSH.
Are you using WP Statistics in you website?
https://it.www.ads-software.com/plugins/wp-statistics/Forum: Plugins
In reply to: [WPS Hide Login] File changed from WordPress v.5.5 to v.5.4I’m not saying anything. I just highlighted a file change in the versioning repository.
I leave it to the creator of the plugin to answer in merit.
Forum: Plugins
In reply to: [WPS Hide Login] File changed from WordPress v.5.5 to v.5.4File is changed on repo but no new version (eg: 1.5.7) released.
I already checked that response, but the security configuration was correct and has not changed over time. The plugin was configured a year ago and never changed again. It stopped working by itself without human intervention.
Forum: Plugins
In reply to: [WP Activity Log] No record of plugin deactivation eventNo other admin user works on the website.
I think the deactivation was caused by a crash due to a defective plugin update. Other users have reported crash problems with the same plugin version and on same day: https://www.ads-software.com/support/topic/2-0-8-crashes-my-woocommerce/Forum: Plugins
In reply to: [WP Activity Log] No record of plugin deactivation eventLink available.
Forum: Plugins
In reply to: [WP Activity Log] No record of plugin deactivation eventThe linked post has been held for moderation by WordPress Forums automated system and will be manually reviewed by a moderator.
It will be available shortlyYou need to change code in
adrotate-pro.php
from:$start_month = date("m", strtotime($start_month."-".$start_year)); // Convert month to number $end_month = date("m", strtotime($end_month."-".$end_year)); // Convert month to number
to
$start_month = date("m", strtotime("01-".$start_month."-".$start_year)); // Convert month to number $end_month = date("m", strtotime("01-".$end_month."-".$end_year)); // Convert month to number
otherwise
strtotime()
returnsFALSE
and bothdate("m", FALSE)
anddate("m", TRUE)
returns01
on PHP 7Forum: Plugins
In reply to: [Redirection] Force a redirect from HTTP to HTTPS not saving.No errors to report in console or server-side logs. I think the problem is that the checkbox is not populated correctly from JSON data.
Options are saved in db:
a:21:{s:7:"support";b:0;s:5:"token";s:32:"969334de9cfacdd3e84d02e4fd4439dc";s:12:"monitor_post";i:2;s:13:"monitor_types";a:3:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:5:"trash";}s:19:"associated_redirect";s:0:"";s:11:"auto_target";s:0:"";s:15:"expire_redirect";i:30;s:10:"expire_404";i:30;s:7:"modules";a:0:{}s:10:"newsletter";b:0;s:14:"redirect_cache";i:1;s:10:"ip_logging";i:2;s:13:"last_group_id";i:2;s:8:"rest_api";i:0;s:5:"https";b:1;s:8:"database";s:3:"4.1";s:10:"flag_query";s:5:"exact";s:9:"flag_case";b:0;s:13:"flag_trailing";b:0;s:10:"flag_regex";b:0;s:7:"headers";a:0:{}}
XHR JSON is:
{ "settings":{ "support":false, "token":"969334de9cfacdd3e84d02e4fd4439dc", "monitor_post":2, "monitor_types":[ "post", "page", "trash" ], "associated_redirect":"", "auto_target":"", "expire_redirect":30, "expire_404":30, "modules":[ ], "newsletter":false, "redirect_cache":1, "ip_logging":2, "last_group_id":2, "rest_api":0, "https":true, "database":"4.1", "flag_query":"exact", "flag_case":false, "flag_trailing":false, "flag_regex":false, "headers":[ ] }, "groups":[ { "label":"WordPress", "value":[ { "label":"Redirect", "value":1 }, { "label":"Modified posts", "value":2 } ] } ], "installed":"\/var\/www\/www.website.com\/", "canDelete":true, "post_types":{ "post":"Posts", "page":"Pages", "project":"Projects", "trash":"Trash" } }
But checkbox is not selected in UI.
No, I don’t think you have to do anything. Just wait for the “WP Security Audit Log” team to resolve the issue.
I reported the problem here, the authors of “WP Security Audit Log” should resolve the issue.