-
Notifications
You must be signed in to change notification settings - Fork 81
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
Not php 8.3 compatible? #176
Comments
besides the warnings on php i get these after importing Failed to import post tag : Invalid term name. |
That file is intended only on being used when the PHP install doesn't have any XML parser installed, and does look like it might be slightly not ideal. Can you verify if your PHP installation has the XML and/or SimpleXML extensions enabled? |
Just tried it again with a clean install same issue. |
When i import the wordpress demo data i get these numerous warnings on the same line.
Warning: Undefined array key 1 in /var/docs/public/wp-content/plugins/wordpress-importer/parsers/class-wxr-parser-regex.php on line 65
Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/docs/public/wp-content/plugins/wordpress-importer/parsers/class-wxr-parser-regex.php on line 118
Please resolve
I have debug mode enabled. A clean wordpress install with a default wp theme.
I am importing https://github.com/WordPress/theme-test-data file themeunittestdata.wordpress.xml
The text was updated successfully, but these errors were encountered: