WPAL conflict with GiveWP 3.17.2
-
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 DetailsAn 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
- You must be logged in to reply to this topic.