Good afternoon, I installed the Bulk Settings Manager extension and now I can not send user settings to the site using the All in One WP Security plugin. How can I fix the problem?
Is this a local domain? I can’t resolve the domain, so it’s not available. There’s a change it also doesn’t have a valid SSL certificate and the error says something about a not trusted certificate.
Yes, it’s local domain. Is it possible to send ready settings for local domain?
Somebody! Help me please!
Hi @nickline
Can you please post the community system report from your MainWP Dashboard for review? The report is located in your Dashboard under Info → Server, on the top right of the page.
Be sure to use the button like the one below; this button hides all your private information:
Pressing the button auto-copies the report to your clipboard then just paste it in a reply here.
### WordPress Check Required Detected Status ###
FileSystem Method = direct direct Pass
MultiSite Disabled =true true Pass
WordPress Memory Limit >=64M 40M Warning
WordPress Version >=3.6 6.0.3 Pass
### PHP Required Detected Status ###
cURL Extension Enabled =true true Pass
cURL Timeout >=300 seconds 60 Warning
cURL Version >=7.18.1 7.29.0 Pass
OpenSSL Version >=OpenSSL/1.1.0 NSS/3.53.1 Pass
PCRE Backtracking Limit >=10000 1000000 Pass
PHP Allow URL fopen N/A YES
PHP Disabled Functions N/A No functions disabled.
PHP Exif Support N/A YES ( V7.4.)
PHP IPTC Support N/A YES
PHP Loaded Extensions N/A Core, PDO, Phar, Reflection, SPL, SimpleXML, apache2handler, bz2, calendar, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, json, libxml, mbstring, mysqli, mysqlnd, openssl, pcre, pdo_mysql, pdo_sqlite, session, shmop, sockets, sqlite3, standard, tokenizer, xml, zip, zlib
PHP Max Execution Time >=30 seconds 30 Pass
PHP Max Input Time >=30 seconds 60 Pass
PHP Memory Limit >=128M 256M Pass
PHP Post Max Size >=2M 20M Pass
PHP Safe Mode Disabled =true true Pass
PHP Upload Max Filesize >=2M 20M Pass
PHP Version >=7.4 7.4.32 Pass
PHP XML Support N/A YES
SSL Extension Enabled =true true Pass
SSL Warnings = empty Pass
### MySQL Required Detected Status ###
MySQL Client Encoding N/A utf8
MySQL Mode N/A NOT SET
MySQL Version >=5.0 5.5.68-MariaDB Pass
### Server Configuration Detected Value ###
Accept Content text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Charset Content N/A
Architecture 64 bit
Gateway Interface CGI/1.1
HTTPS OFF
Memory Usage 37.15 MB
Operating System Linux
Request Time 1680537636
Server Protocol HTTP/1.1
Server self connect Response Test O.K.
Server Software Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/7.4.32
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:106.0) Gecko/20100101 Firefox/106.0
### MainWP Dashboard Settings Detected Value ###
Abandoned plugins/themes tolerance 365
Basic uptime monitoring enabled Yes
Cache control enabled No
MainWP Dashboard Version Latest: 4.4.0.4 | Detected: 4.4.0.4 Pass
MainWP legacy backups enabled Yes
Maximum number of pages to return 50
Maximum number of posts to return 50
Maximum simultaneous install and update requests
Maximum simultaneous requests 4
Maximum simultaneous requests per ip1
Maximum simultaneous sync requests
Minimum delay between requests 200
Minimum delay between requests to the same ip1000
Number of child sites 133
Optimize for shared hosting or big networksNo
Plugin advanced automatic updates enabledYes
Primary backup system MainWP Legacy Backups
REST API enabled No
Site health monitoring enabled Yes
Theme advanced automatic updates enabledYes
Use WP Cron No
WP Core advanced automatic updates enabledYes
### Extensions Version License Status ###
MainWP Bulk Settings Manager Extension4.0.5 Actived Pass
MainWP Favorites Extension 4.0.11 Actived Pass
### Plugin Version Status ###
MainWP Dashboard 4.4.0.4 Active
Thanks for the system report.
nicklinetest.com, as you said, is a local domain, but is the Dashboard also hosted locally?
And can you please check on the Child Site, on the WP Admin > Settings > MainWP Child > Server Information page, if there are any SSL Warnings?
Thanks for the update.
We will see if it’s possible to avoid certificate validation when using Bulk Settings Manager on a localhost site.
We will update you via this thread as soon as we have more information.
Can you try adding this hook on the Dashboard and see if that helps?
add_filter( 'mainwp_get_post_data_authed', 'mycustom_mainwp_get_post_data_authed', 10, 4 );
function mycustom_mainwp_get_post_data_authed( $data, $website, $what, $params ) {
if( 'bulk_settings_manager' == $what ){
$data['sslVerify'] = 0;
}
return $data;
}
You can use our Custom Dashboard extension to add the hook quickly and easily.
Correct, the code should be inserted in the PHP section.
The message indicates that it is successful, and the initial error message is no longer present.
But the best would be to actually verify that the settings are being applied by checking the child site itself.
Sorry to ask a question on another topic, I do not understand how to make a key with Keymaker Main WP to configure the All in One WP plugin. Because there are several pages with settings and each time on each page I shake. But the key records only the last action, as I understand it. How can I record all the actions in one key?
I see that you’ve created a separate topic for this so I will answer your question there:
We have a help article that outlines the steps for resolving the Error: Invalid nonce! error message:
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.