anieves
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Activity Log] Fatal error WSAL_Freemius at 4.4.3.1We had an error also, and it blocked access to admin dashboard. We are running php8:
[30-Jan-2023 18:38:28 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /home//public_html/wp-content/plugins/wp-security-audit-log-premium/extensions/external-db/classes/MirrorLogger.php:94
Stack trace:0. /public_html/wp-content/plugins/wp-security-audit-log-premium/classes/AlertManager.php(701): WSAL_Ext_MirrorLogger->log(1000, Array)
1 /public_html/wp-content/plugins/wp-security-audit-log-premium/classes/AlertManager.php(378): WSAL_AlertManager->log(1000, Array)
2 /public_html/wp-content/plugins/wp-security-audit-log-premium/classes/AlertManager.php(400): WSAL_AlertManager->commit_item(1000, Array, Object(Closure))
3 /public_html/wp-includes/class-wp-hook.php(307): WSAL_AlertManager->commit_pipeline(”)
4 /public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
5 /public_html/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
6 /ho in /public_html/wp-content/plugins/wp-security-audit-log-premium/extensions/external-db/classes/MirrorLogger.php on line 94
Forum: Plugins
In reply to: [Post Duplicator] WordPress 5.5 – JQuery.live()I am having the same issue
Uncaught TypeError: jQuery(…).live is not a function
at HTMLDocument.<anonymous> (pd-admin.js:12)
at i (load-scripts.php?c=0&load[chunk_0]=jquery,utils&ver=5.5:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[chunk_0]=jquery,utils&ver=5.5:2)
at Function.ready (load-scripts.php?c=0&load[chunk_0]=jquery,utils&ver=5.5:2)
at HTMLDocument.J (load-scripts.php?c=0&load[chunk_0]=jquery,utils&ver=5.5:2)Forum: Plugins
In reply to: [Comments - wpDiscuz] Closed Comments data need be regeneratedThat didn’t work.
The regenerate section buttons do not appear to be enabled. See screen shot.
https://www.screencast.com/t/MKhUvfqoNGckForum: Plugins
In reply to: [Enhanced Text Widget] warning of security issue?This code in this file “import-users-from-csv-with-meta.php”
throwing same error:
The error:
<br />
<b>Notice</b>: Undefined index: SERVER_NAME in <b>/home/–xxxx—/public_html/wp-content/plugins/import-users-from-csv-with-meta/import-users-from-csv-with-meta.php</b> on line <b>72</b><br />The code snippet:
function acui_activate(){
global $acui_smtp_options;
$sitename = strtolower( $_SERVER[‘SERVER_NAME’] );
if ( substr( $sitename, 0, 4 ) == ‘www.’ ) {
$sitename = substr( $sitename, 4 );
}Not sure. We do have auto-ban enabled. I manually added the lines to the .htaccess this morning when a client complained their links were not working. I left it alone for the day, then about 6 hours later client emailed again and when I checked the .htaccess file, the lines were missing again.
I am seeing that we are repeatedly loosing theses lines in the .htaccess file:
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]Loosing these lines causes the permalinks to fail.