-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'WP_Import' not found #15
Comments
Also - i'm testing this on VIPQS :) |
Is the WordPress Importer plugin installed and activated? |
Sorry, this might be an erroneous suggestion. Testing. |
VIPQS is on WP v4.4 beta4 |
I think line 33 should be:
doing so results: Undefined index: wp_import. So this should also be fixed. Whole function should look like this:
|
If you're hitting this on the admin import screen, then yeah, see #1 (the admin hasn't been touched at all yet). I think that's the only time this mistake is made? |
No I was runing it from WP CLI. |
@szaqal83 Thanks for clarifying, will investigate. Are you running the |
Yes, exactly. |
Hi all, I got the same error and solved it with also installing the former wp-importer plugin. |
Also hitting this. Network-activating old Importer doesn't seem to help. EDIT but activating Importer on subsite, then subsequently activating Importer v2, works. |
Fatal error: Class 'WP_Import' WordPress-Importer-master\plugin.php on line 33 |
Added a PR that wraps the WP_Import call in a class_exists check. |
I think this is now fixed in this branch https://github.com/humanmade/WordPress-Importer/tree/admin-ui |
This is totally fixed now. :) |
Getting this error somewhere in the plugin.php line 33. I believe it should be
WP_Importer
?The text was updated successfully, but these errors were encountered: