Uncaught Error: Class “PPM_WP_History” not found
-
Just installed WordPress 6.6.2 with BuddyPress 14.1.0 and Force Login 5.6.3 for a horse boarding barn. We have about 20 boarders and staff who should have accounts. Manually adding 20 accounts one by one is really a pain. So I installed this plugin 1.27.5.
I then tested it by exporting the existing accounts (just admin and one subscriber user I had added manually) to a csv file. I edited the csv by deleting the admin user and duplicating the subscriber row, then editing the user_login and user_email fields in that row appropriately, along with the other user-specific fields like name and such. I left the user_pass field unchanged, expecting that would give the new users the same password as the original subscriber.
Then I imported the edited csv file. The import seemed to work okay, the new user showed up in the admin dashboard as expected, although I couldn’t login with the password from the original subscriber whose row I had duplicated.
HOWEVER, I soon received the following email notification from wordpress@my-site-name:
<pre>Howdy!
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.
In this case, WordPress caught an error with one of your plugins, Import and export users and customers.
First, visit your website (https://wp.freestylefarm.org/) and check for any visible issues. Next, visit the page where the error was caught (https://wp.freestylefarm.org/wp-admin/tools.php?page=acui&tab=homepage) and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can't access your dashboard normally, WordPress now has a special "recovery mode". This lets you safely login to your dashboard and investigate further.
https://wp.freestylefarm.org/wp-login.php?action=enter_recovery_mode&rm_token=kGF34INcFvARBZX7SsnB8r&rm_key=cu6IXLEbfL31O6nYka7RSU
To keep your site safe, this link will expire in 1 day. Don't worry about that, though: a new link will be emailed to you if the error occurs again after it expires.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.6.2
Active theme: BuddyX (version 4.7.4)
Current plugin: Import and export users and customers (version 1.27.5)
PHP version 8.0.30.2
Error Details
=============
An error of type E_ERROR was caused in line 33 of the file /var/www/wp-content/plugins/import-users-from-csv-with-meta/addons/melapress-login-security.php. Error message: Uncaught Error: Class "PPM_WP_History" not found in /var/www/wp-content/plugins/import-users-from-csv-with-meta/addons/melapress-login-security.php:33
Stack trace:
#0 /var/www/wp-includes/class-wp-hook.php(324): ACUI_MelapressLoginSecurity->import(Array, Array, 6, Array, Array, Array, false, false, true, true)
#1 /var/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#2 /var/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#3 /var/www/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(632): do_action('post_acui_impor...', Array, Array, 6, Array, Array, Array, false, false, true, true)
#4 /var/www/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(815): ACUI_Import->import_user(3, 37, Array, Array, Array, Array, Array)
#5 /var/www/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(244): ACUI_Import->import_users('/tmp/phpHHlpBE', Array, false, false)
#6 /var/www/wp-content/plugins/import-users-from-csv-with-meta/classes/import.php(25): ACUI_Import->fileupload_process(Array, false)
#7 /var/www/wp-includes/class-wp-hook.php(324): ACUI_Import->show('')
#8 /var/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)
#9 /var/www/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#10 /var/www/wp-admin/admin.php(259): do_action('tools_page_acui')
#11 /var/www/wp-admin/tools.php(40): require_once('/var/www/wp-adm...')
#12 {main}
thrown
</pre>The error says that Class “PPM_WP_History” was not found in /var/www/wp-content/plugins/import-users-from-csv-with-meta/addons/melapress-login-security.php:33
Does mean that some other plugin is required, or is it just a bug in this plugin?
- You must be logged in to reply to this topic.