Sam
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Recaching only edited page/postI did some debugging and noticed that until version 0.9.9.9, only edited page was recached. The checkbox ‘Clear all cache files when a post or page is published or updated.’ had no effect at all, i.e. even if one had enabled this checkbox, still the edited post/page was the only one that got recached instead of the whole site.
After version 0.9.9.9, whenever a user edited a page/post, whole site got recached instead of specific page/post, and the checkbox ‘Clear all cache files when a post or page is published or updated.’ had no effect at all on the recaching behavior.
I hope this would help in fixing the issue.
Thanks,
Forum: Plugins
In reply to: [BackUpWordPress] Error when selecting 'Excludes' optionHi Paul,
Here is the server/php/mysql/wp information:
BackUpWordPress 3.3.2
WP Version: 4.3.1
WPMU: Yes
MySQL Version: 5.5.45
PHP Version: 5.4.30
Session Save Path: /tmp
WP URL: https://prod.academicsweb.com
Server Name: prod.academicsweb.com
Cookie Domain: prod.academicsweb.com
CURL Library Present: Yes
CENTOS 6.7 x86_64 virtuozzo
—
Active Plugins
Name Version Plugin URL
Admin Columns Pro 3.2 https://www.admincolumns.com/
Breadcrumb NavXT 5.2.2 https://mtekk.us/code/breadcrumb-navxt/
CSSJockey Unlimited Pop-ups 1.4.3 https://cssjockey.com/wordpress-pop-ups/
Co-Authors Plus 3.1.1 https://www.ads-software.com/extend/plugins/co-authors-plus/
Duplicate Post 2.6 https://lopo.it/duplicate-post-plugin/
Post Types Order 1.7.4 https://www.nsp-code.com
Redirection 2.4.2 https://urbangiraffe.com/plugins/redirection/
Category Order and Taxonomy Terms Order 1.4.6.1 https://www.nsp-code.com
TinyMCE Advanced 4.2.5 https://www.laptoptips.ca/projects/tinymce-advanced/
User Role Editor 4.19.2 https://www.role-editor.com
WP Twitter Feeds 1.4.8 https://www.vivacityinfotech.net/Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Unlock link URlJust wondering if this issue has been resolved?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Unlock link URl#1 It seems the cause for the issue #1 i.e. redirecting the user to wp-login.php instead of custom login is coming from the following code
AIOWPSecurity_Utility::redirect_to_url(wp_login_url());
Which is defined on line #324 in wp-security-user-login.php file.
This line should be referring to AIO constant that is for custom login url instead of wp_login_url()
#2 The issue number #2 is coming because of following two lines
$login_header_url = __( ‘https://www.ads-software.com/’ );
$login_header_title = __( ‘Powered by WordPress’ );i.e. line #13 and #14 in wp-security-unlock-request.php file.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Unlock link URlWordPress settings are correct. I guess this has been hard coded somewhere in the plugin code.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Unlock link URlOk.
I also noticed that the site title on the page that shows up after the user clicks on the button ‘Request Unlock’ button, shows link as https://www.www.ads-software.com instead of showing the url of the site.Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Unlock link URlWhen an IP address is Locked and user clicks on the button ‘Request Unlock’, it takes the user to site-url/custom-login-page asking for the email address and a button ‘Send Unlock Request’
This is how we get this link in the email.
The above code did resolve the issue.
Thanks,
Haven’t checked it lately because I deactivated this plugin as it was conflicting with Location rules on ACF. When I activate this plugin, then clicking on ‘AND’ and ‘OR’ buttons for ACF location does not work.
Will check. Thx.