Hello – I am getting my error logs filled with entries similar to:
[20-Nov-2024 16:58:48 UTC] WordPress database error Unknown column ‘is_read’ in ‘INSERT INTO’ for query REPLACE INTO wp34r_wsal_occurrences
(site_id
, alert_id
, created_on
, is_read
, is_migrated
) VALUES (0, 1000, 1732121928.495884, ”, ”) made by do_action(‘login_form_itsec-passwordless-login’), WP_Hook->do_action, WP_Hook->apply_filters, ITSEC_Lib_Login_Interstitial->async_action, ITSEC_Lib_Login_Interstitial->render_current_interstitial_or_login, ITSEC_Lib_Login_Interstitial->handle_interstitials_completed, ITSEC_Lib_Login_Interstitial->set_auth_cookie, do_action(‘wp_login’), WP_Hook->do_action, WP_Hook->apply_filters, WSAL\MainWPExtension\Sensors\Sensor_MainWP->event_login, WSAL\MainWPExtension\AlertManager->trigger, WSAL\MainWPExtension\AlertManager->commit_event, WSAL\MainWPExtension\AlertManager->log, WSAL\MainWPExtension\Loggers\Database->log, WSAL\MainWPExtension\Models\ActiveRecord->Save, WSAL\MainWPExtension\Adapters\MySQL\ActiveRecord->Save
Any suggestions on where I should start to look to resolve this? Thanks so much!
]]>Sorry, i’ve reported the issue with wpal 5.2.0, and the thread was marked as resolved:
https://www.ads-software.com/support/topic/php-notice-filling-logs-with-new-wp6-7/
and i don’t know how to continue the thread, but i’ve tried the update 5.2.2 and the problem remains:
the php notice still appears, using language spanish, php 8.1:
[12-Nov-2024 14:00:20 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-security-audit-log
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/local/mysite.org/wp-includes/functions.php on line 6114
I’ve mitigated the same problem until the problem is solved with woocommerce 9.4 and 9.4.1(the release compatible with wp 6.7) by adding a code snippet:
add_filter( ‘doing_it_wrong_trigger_error’, ‘__return_false’ );
That works perfectly with woocomerce, but if yours plugin is active, the php notice comes again for both plugins! Tried wp 6.7 rc5 and woo 9.4/9.4.1. and wpal 5.5.2…
Thanks again in advance, and thanks againfor this excellent plugin,a must por wp users!!!
]]>Hi there!
I have been using your plugin for a long time and it is great because it shows activity in much detail … however, I noticed that my database is getting Big and found out that it’s mostly because of the your plugin. I had a lot of entries (2 months) but I have cleaned it all to last 14 days, but DB files are still very big (wsal_metadata and wsal_occurrences are almost 10GB!) even after I used WP Optimize plugin to optimize database.
So, can you please explain how I can optimize these files in the database, please?
Thanks, Danijel
]]>I’m experiencing an issue with the Premium WP Activity Log plugin. In the plugin list, it shows that a new version (5.2.1) is available and ask me to update. However, when I attempt to update the plugin, I receive an error message indicating that the plugin is already at its latest version.
I am receiving the fatal error below when updating to GiveWP 3.17.2.
If I read the error message correctly, I believe WPAL is trying to call the Faker PHP library within GiveWP. This library was removed in 3.17.2, per its changelog:
Security: Removed Faker PHP library from production to prevent malicious direct access
Am I reading this correctly, that the issue is tied to WPAL? Or is this an issue that GiveWP needs to address?
WordPress version 6.6.2
Current plugin: WP Activity Log (version 5.2.1)
PHP version 8.0.30 Error Details
An error of type E_ERROR was caused in line 346 of the file /home/website.com/directory/public_html/wp-content/plugins/wp-security-audit-log/third-party/vendor/composer/InstalledVersions.php. Error message: Uncaught Error: Failed opening required ‘/home/website.com/directory/public_html/wp-content/plugins/wp-security-audit-log/third-party/vendor/composer/installed.php’ (include_path=’.:/usr/share/php’) in /home/website.com/directory/public_html/wp-content/plugins/wp-security-audit-log/third-party/vendor/composer/InstalledVersions.php:346
Stack trace: 0 /home/website.com/directory/public_html/wp-content/plugins/wp-security-audit-log/third-party/vendor/composer/InstalledVersions.php(99): Composer\InstalledVersions::getInstalled() 1 /home/website.com/directory/public_html/wp-content/plugins/give/src/TestData/ServiceProvider.php(112): Composer\InstalledVersions::isInstalled() 2 /home/website.com/directory/public_html/wp-content/plugins/give/src/TestData/ServiceProvider.php(29): Give\TestData\ServiceProvider->isFakerInstalled() 3 /home/website.com/directory/public_html/wp-content/plugins/give/give.php(366): Give\TestData\ServiceProvider->register() 4 /home/website.com/directory/public_html/wp-content/plugins/give/give.php(288): Give->loadServiceProviders() 5 /home/website.com/directory/public_html/wp-includes/class-wp-hook.php(324): Give->init() 6 /home/website.com/directory/public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() 7 /home/website.com/directory/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 8 /home/website.com/directory/public_html/wp-settings.php(555): do_action() 9 /home/website.com/directory/public_html/wp-config.php(92): require_once(‘/home/60954-496…’) 10 /home/website.com/directory/public_html/wp-load.php(50): require_once(‘/home/60954-496…’) 11 /home/website.com/directory/public_html/wp-admin/admin.php(34): require_once(‘/home/60954-496…’) 12 /home/website.com/directory/public_html/wp-admin/plugins.php(10): require_once(‘/home/60954-496…’) 13 {main}
thrown
]]>Hi, as always, thanks for your excellent plugin and support! I’m testing my site with the upcoming wp 6.7 that will be released next week, but i’ve see the following error/notice filling my logs coming form your plugin:
[03-Nov-2024 02:36:56 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-security-audit-log
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/local/mysite.org/wp-includes/functions.php on line 6087
I’ve tested that it is also present with default them and deactivating all other plugins. I thinks It’s related to:
https://core.trac.www.ads-software.com/ticket/62154
and many plugins authors are fixing their code to get rid of it….could you take a look?(the only way to that i could do is not registering any logs, which is very problematic…) Thanks in advance!
]]>Hi there,
I’ve created an integration for Paid Memberships Pro and would like to contribute it to your code base, are you open to that?
I reached out on your site but never heard back! Please let me know if it’s okay to create the integration Pull Request.
Hi Team. I encountered similar issue PHP Fatal error – WP Activity Log (Premium) mine is different version.
I’m installing via wp cli
Please see log below. Version 5.2.1
Operating System:Linux
Software:nginx/1.26.2
MySQL version:MySQL Community Server – GPL v8.0.34
PHP Version:8.2.24
Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /var/www/html/wp-content/plugins/wp-security-audit-log/classes/Helpers/class-settings-helper.php:945 Stack trace: #0 /var/www/html/wp-content/plugins/wp-security-audit-log/classes/Helpers/class-settings-helper.php(945): explode(‘,’, Array) #1 /var/www/html/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-database-sensor.php(99): WSAL\Helpers\Settings_Helper::get_disabled_alerts() #2 /var/www/html/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-database-sensor.php(83): WSAL\WP_Sensors\WP_Database_Sensor::is_sensor_enabled() #3 [internal function]: WSAL\WP_Sensors\WP_Database_Sensor::init() #4 /var/www/html/wp-content/plugins/wp-security-audit-log/classes/Controllers/class-sensors-load-manager.php(187): call_user_func_array(Array, Array) #5 /var/www/html/wp-content/plugins/wp-security-audit-log/classes/class-wp-security-audit-log.php(156): WSAL\Controllers\Sensors_Load_Manager::load_sensors() #6 /var/www/html/wp-includes/class-wp-hook.php(324): WpSecurityAuditLog->{closure}(”) #7 /var/www/html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #8 /var/www/html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #9 /var/www/html/wp-settings.php(700): do_action(‘init’) #10 /var/www/html/wp-config.php(154): require_once(‘/var/www/html/w…’) #11 /var/www/html/wp-load.php(50): require_once(‘/var/www/html/w…’) #12 /var/www/html/wp-admin/admin.php(34): require_once(‘/var/www/html/w…’) #13 /var/www/html/wp-admin/index.php(10): require_once(‘/var/www/html/w…’) #14 {main} thrown in /var/www/html/wp-content/plugins/wp-security-audit-log/classes/Helpers/class-settings-helper.php on line 945
]]>Hi,
I had the plugin installed in my MainWP site, and one of the child sites. That site appears in the drop down on the main site. Now, after I installed the plugin on several other sites, I see them in the logs on the main site, but they are not appearing in the drop down menu. I tried settings but could not find anything that would relate to it.
Any hint?
Thank you
]]>Hi Team. Please seee log bellow. Version 4.5.3
PHP Fatal error: Uncaught TypeError: explode() expects parameter 2 to be string, array given in /var/www/html/wp-content/plugins/wp-security-audit-log-premium/classes/Helpers/class-settings-helper.php:754
Stack trace: 0 /var/www/html/wp-content/plugins/wp-security-audit-log-premium/classes/Helpers/class-settings-helper.php(754): explode(‘,’, Array) 1 /var/www/html/wp-content/plugins/wp-security-audit-log-premium/classes/WPSensors/class-wp-database-sensor.php(98): WSAL\Helpers\Settings_Helper::get_disabled_alerts() 2 /var/www/html/wp-content/plugins/wp-security-audit-log-premium/classes/WPSensors/class-wp-database-sensor.php(82): WSAL\WP_Sensors\WP_Database_Sensor::is_sensor_enabled() 3 [internal function]: WSAL\WP_Sensors\WP_Database_Sensor::init() 4 /var/www/html/wp-content/plugins/wp-security-audit-log-premium/classes/Controllers/class-sensors-load-manager.php(171): call_user_func_array(Array, Array) 5 /var/www/html/wp-content/plugins/wp-security-audit-log-premium/wp-security-audit-log.php(273): WSAL\Controllers\Senso in /var/www/html/wp-content/plugins/wp-security-audit-log-premium/classes/Helpers/class-settings-helper.php on line 754
Hello, on a RH9 machine with PHP 8.2.13, when trying to activate wp-security-audit-log plugin, I get a fatal error on line 1117 of wp-security-audit-log/classes/class-wp-security-audit-log.php.
Here the stacktrace
PHP Fatal error: Uncaught Error: Call to undefined function wsal_freemius() in /usr/local/mysite/htdocs/wp-content/plugins/wp-security-audit-log/classes/class-wp-security-audit-log.php:1117
Stack trace:
#0 /usr/local/mysite/htdocs/wp-content/plugins/wp-security-audit-log/classes/class-wp-security-audit-log.php(970): WpSecurityAuditLog::sync_premium_freemius()
#1 /usr/local/mysite/htdocs/wp-includes/class-wp-hook.php(324): WpSecurityAuditLog::install()
#2 /usr/local/mysite/htdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /usr/local/mysite/htdocs/wp-includes/plugin.php(517): WP_Hook->do_action()
#4 /usr/local/mysite/htdocs/wp-admin/includes/plugin.php(703): do_action()
#5 phar:///usr/bin/wp/vendor/wp-cli/extension-command/src/Plugin_Command.php(363): activate_plugin()
#6 [internal function]: Plugin_Command->activate()
#7 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(100): call_user_func()
#8 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
#9 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(497): call_user_func()
#10 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(441): WP_CLI\Dispatcher\Subcommand->invoke()
#11 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(464): WP_CLI\Runner->run_command()
#12 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1295): WP_CLI\Runner->run_command_and_exit()
#13 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
#14 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(83): WP_CLI\Bootstrap\LaunchRunner->process()
#15 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
#16 phar:///usr/bin/wp/php/boot-phar.php(20): include('...')
#17 /usr/bin/wp(4): include('...')
#18 {main}
thrown in /usr/local/mysite/htdocs/wp-content/plugins/wp-security-audit-log/classes/class-wp-security-audit-log.php on line 1117
Fatal error: Uncaught Error: Call to undefined function wsal_freemius() in /usr/local/mysite/htdocs/wp-content/plugins/wp-security-audit-log/classes/class-wp-security-audit-log.php:1117
Stack trace:
#0 /usr/local/mysite/htdocs/wp-content/plugins/wp-security-audit-log/classes/class-wp-security-audit-log.php(970): WpSecurityAuditLog::sync_premium_freemius()
#1 /usr/local/mysite/htdocs/wp-includes/class-wp-hook.php(324): WpSecurityAuditLog::install()
#2 /usr/local/mysite/htdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#3 /usr/local/mysite/htdocs/wp-includes/plugin.php(517): WP_Hook->do_action()
#4 /usr/local/mysite/htdocs/wp-admin/includes/plugin.php(703): do_action()
#5 phar:///usr/bin/wp/vendor/wp-cli/extension-command/src/Plugin_Command.php(363): activate_plugin()
#6 [internal function]: Plugin_Command->activate()
#7 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php(100): call_user_func()
#8 [internal function]: WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}()
#9 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php(497): call_user_func()
#10 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(441): WP_CLI\Dispatcher\Subcommand->invoke()
#11 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(464): WP_CLI\Runner->run_command()
#12 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php(1295): WP_CLI\Runner->run_command_and_exit()
#13 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php(28): WP_CLI\Runner->start()
#14 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/bootstrap.php(83): WP_CLI\Bootstrap\LaunchRunner->process()
#15 phar:///usr/bin/wp/vendor/wp-cli/wp-cli/php/wp-cli.php(32): WP_CLI\bootstrap()
#16 phar:///usr/bin/wp/php/boot-phar.php(20): include('...')
#17 /usr/bin/wp(4): include('...')
#18 {main}
thrown in /usr/local/mysite/htdocs/wp-content/plugins/wp-security-audit-log/classes/class-wp-security-audit-log.php on line 1117
Thanks
]]>I am running WP Activity Log on two multisite instances where I am the superadmin. In both instances, I am unable to access settings or enable/disable events interfaces via the tabs at the top of the log viewer (https:/mysite.gov/wp-admin/network/admin.php?page=wsal-auditlog). I get, “Sorry, you are not allowed to access this page,” messages. I can, however access these panels successfully from the left-side admin menu.
Not really a deal-breaker, since I can access the panels, but kind of annoying. Thought I would submit a report.
]]>Hi Team
After activating the premium plugin not able to see latest activity log on wp dashboard
I have enable all the settings aslo i am using The Events Calendar Pro plugin can you quickly help me in this
Hi! We got the following errors in our logs:
Cron reschedule event error for hook: wsal_generate_reports_cron, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {"schedule":"tenminutes","args":[],"interval":600}
Something is wrong with registering your custom time intervals.
]]>I just ran the update for this plugin through SFTP and it broke our entire website. The site was just not even available – not even giving a 404 error on the homepage. When I stopped the plugin and refreshed our page, the site came back immediately. If you are running WP Release 6.6.2 (September 10, 2024) I do not recommend that you run the WP Activity Log 5.2.1 update until they’ve fixed the bug.
]]>After updating your plugin, my entire website broke, and I had to roll it back. Why did this happen? When will you fix it?
The update was 40 minutes ago, and the entire design on the homepage and some other pages was completely broken!
]]>v5.2.0 increases memory utilization to 100% — happens within a minute of the activation and is reproducable on all of our websites. 5.2.1 hasn’t fixed that. 5.1.0 has never caused this issue.
]]>Latest version
PHP Fatal error: Uncaught Error: Cannot use object of type Closure as array in /nas/content/live/MYSITE/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-redirection-sensor.php:150#012Stack trace:#012#0 /nas/content/live/scpharmastage/wp-includes/class-wp-hook.php(324): WSAL\WP_Sensors\Redirection_Sensor::WSAL\WP_Sensors\{closure}(NULL, Object(WP_REST_Request), ‘/elementor/v1/g…’, Array)#012#1 /nas/content/live/MYSITE/wp-includes/plugin.php(205): WP_Hook->apply_filters(NULL, Array)#012#2 /nas/content/live/MYSITE/wp-includes/rest-api/class-wp-rest-server.php(1224): apply_filters(‘rest_dispatch_r…’, NULL, Object(WP_REST_Request), ‘/elementor/v1/g…’, Array)#012#3 /nas/content/live/scpharmastage/wp-includes/rest-api/class-wp-rest-server.php(1063): WP_REST_Server->respond_to_request(Object(WP_REST_Request), ‘/elementor/v1/g…’, Array, NULL)#012#4 /nas/content/live/MYSITE/wp-includes/rest-api.php(547): WP_REST_Server->dispatch(Object(WP_REST_Request))#012#5 /nas/content/live/MYSITE/wp-content/plu in /nas/content/live/MYSITE/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-redirection-sensor.php on line 150
]]>Hi, thanks for your excellent plugin, when i’ve updated to latest version today i’ve encountered this errors when :
[12-Sep-2024 14:36:21 UTC] PHP Warning: Undefined array key “CurrentUserID” in /test.dev/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-register-sensor.php on line 123
[12-Sep-2024 14:36:22 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /test.dev/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-register-sensor.php:123) in /test.dev/wp-includes/pluggable.php on line 1093
[12-Sep-2024 14:36:22 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /test.dev/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-register-sensor.php:123) in /test.dev/wp-includes/pluggable.php on line 1094
[12-Sep-2024 14:36:22 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /test.dev/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-register-sensor.php:123) in /test.dev/wp-includes/pluggable.php on line 1095
[12-Sep-2024 14:36:22 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /test.dev/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-register-sensor.php:123) in /test.dev/wp-includes/pluggable.php on line 1435
[12-Sep-2024 14:36:22 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /test.dev/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-register-sensor.php:123) in /test.dev/wp-includes/pluggable.php on line 1438
A blank screen is shown when you register as a new user and the previous errors are shown, the same errors appears if you try to register with a mail that belongs to an actual user…it seems the warning triggers the blank screen…i’ve tried exactly the same with the same environment (php 8.1) in my live site with the 5.1 version of your plugin and the warning and problem doesnt appears..thanks in advance
]]>after upgrading to Version:?5.2.0 we are unable to edit any pages on our site with elementor. site will show a critical error. downgrading to the previous version of activity log fixes the issues and also deactivating the activity log fixes the issue. is there going to be a fix for this soon?
error below:
#43 {main}
thrown in /home/vciinc/public_html/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-redirection-sensor.php on line 150
[12-Sep-2024 11:46:04 UTC] PHP Warning: Attempt to read property “schedule” on bool in /home/vciinc/public_html/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-wp-system-sensor.php on line 390
[12-Sep-2024 11:46:04 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type Closure as array in /home/vciinc/public_html/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-redirection-sensor.php:150
Stack trace:
Hi. Currently getting numerous “Warning: Undefined array key “zapier_integration_active” in?/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-yoast-seo-sensor.php on line 934” error messages in short bursts frequently throughout the day . Running plugin v 5.1
]]>WooCommerce status log (Japanese)
Uncaught TypeError: parse_url(): Argument #1 ($url) must be of type string, bool given
PHP Ver 8.2.20
WordPress 6.6.1
WooCommerce 9.2.3
WP Activity Log 5.1.0
Hi,
We are importing orders from the 3rd party, and when we add orders on the website at that time we are facing the below fatal error. Could you let us know why it is happening and how to fix this?
PHP Fatal error: Uncaught Error: Call to a member function get_name() on bool in wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-woocommerce-sensor.php
Let us know if you have any concerns.
Thanks,
]]>WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.6.1
Active theme: Woodmart Child (version 1.0.0)
Current plugin: WP Activity Log (version 5.1.0)
PHP version 8.1.27
Error Details
=============
An error of type E_ERROR was caused in line 4957 of the file /www/mobiliacleopatra_598/public/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-woocommerce-sensor.php. Error message: Uncaught TypeError: basename(): Argument #1 ($path) must be of type string, null given in /www/mobiliacleopatra_598/public/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-woocommerce-sensor.php:4957
Stack trace:
#0 /www/mobiliacleopatra_598/public/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-woocommerce-sensor.php(4957): basename(NULL)
#1 /www/mobiliacleopatra_598/public/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-woocommerce-sensor.php(830): WSAL\WP_Sensors\WooCommerce_Sensor::check_image_change(Object(WP_Post))
#2 /www/mobiliacleopatra_598/public/wp-content/plugins/wp-security-audit-log/classes/WPSensors/class-woocommerce-sensor.php(715): WSAL\WP_Sensors\WooCommerce_Sensor::event_changed(Object(WP_Post), true)
#3 /www/mobiliacleopatra_598/public/wp-includes/class-wp-hook.php(324): WSAL\WP_Sensors\WooCommerce_Sensor::inline_product_changed(Object(WC_Product_Simple))
#4 /www/mobiliacleopatra_598/public/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#5 /www/mobiliacleopatra_598/public/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#6 /www/mobiliacleopatra_598/public/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php(425): do_action('woocommerce_adm...', Object(WC_Product_Simple))
#7 /www/mobiliacleopatra_598/public/wp-includes/class-wp-hook.php(324): WC_Meta_Box_Product_Data::save(245461, Object(WP_Post))
#8 /www/mobiliacleopatra_598/public/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#9 /www/mobiliacleopatra_598/public/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#10 /www/mobiliacleopatra_598/public/wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php(273): do_action('woocommerce_pro...', 245461, Object(WP_Post))
#11 /www/mobiliacleopatra_598/public/wp-includes/class-wp-hook.php(326): WC_Admin_Meta_Boxes->save_meta_boxes(245461, Object(WP_Post))
#12 /www/mobiliacleopatra_598/public/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
#13 /www/mobiliacleopatra_598/public/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#14 /www/mobiliacleopatra_598/public/wp-includes/post.php(4891): do_action('save_post', 245461, Object(WP_Post), true)
#15 /www/mobiliacleopatra_598/public/wp-includes/post.php(4993): wp_insert_post(Array, false, true)
#16 /www/mobiliacleopatra_598/public/wp-admin/includes/post.php(453): wp_update_post(Array)
#17 /www/mobiliacleopatra_598/public/wp-admin/post.php(227): edit_post()
#18 {main}
? thrown
Will someone please tell me how to fix this error?
]]>
Hi there,
Whenever I change the order status the log appears for the event as well as it shows that email was sent. However, when the order note is added no such events are getting recorded. WordPress automatically send an email once the customer note is added to the order but this event isn’t logged. How can I enable this logging?
]]>Hello!
I’m curious about the Enable Events for WordPress Background Activity setting. This is what it says on the settings page:
Do you want to keep a log of WordPress background activity?
WordPress does a lot of things in the background that you do not necessarily need to know about, such as; deletion of post revisions, deletion of auto saved drafts etc. By default the plugin does not report them since there might be a lot and are irrelevant to the user.
Would it be possible to provide a full list of background events that this setting enables? Thanks!
]]>hi team
I Have update my PHP version to 8.2.2 and WordPress version 6.5.5 and my Server architecture Linux 6.1.85+ x86_64 Web server nginx/1.25.2
After update getting below warning on WordPress dashboard :
Warning: Undefined array key 0 in /code/wp-content/plugins/wp-security-audit-log/classes/Helpers/class-widget-manager.php on line 76
A quick solution will help me a lot
Thanks
Parag
I have an activity logged, but I don’t know what it means. The topic is “Options” with blank Context, and then the Meta is “sidebars_widgets” and the Action is Updated. I have no idea what this line means. My theme crashed right about this time, so I think this might indicate what happened. I would love some insight on this. Thanks.
]]>Because PHP has CVE (https://nvd.nist.gov/vuln/detail/CVE-2024-4577), I updated the php version to 8.3.8, and then the following error occurred
PHP Warning: Undefined array key 0 in C:\WebRoot\xxxx\wp-content\plugins\wp-security-audit-log\classes\Helpers\class-widget-manager.php on line 76
]]>Hi,
I am concerned about these types of records:
AttachmentID: 14675
FileName: File-454-DEL-11_07_23.pdf
FilePath: /var/www/html/wordpress/wp-content/uploads/2024/06
ClientIP: ip of the server
Severity: 250
Object: file
EventType: deleted
UserAgent: WordPress/6.5.5;
Username: Unknown User
A user ‘unknown user’ has deleted several files ! How can I solve and stop these attempts to delete files ?
]]>