• I am seeing the following errors on wp-admin/import.php with WP_DEBUG set to true, running PHP 5.4.7, in my single and multisite test installs:

    Strict Standards: Redefining already defined constructor for class WXR_Parser_Regex in E:\xampp\htdocs\xxxxx\wp-content\plugins\wordpress-importer\parsers.php on line 408

    Strict Standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in E:\xampp\htdocs\xxxxx\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 38

    http://wordpress.org/extend/plugins/wordpress-importer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kpdesign

    (@kpdesign)

    Per @nacin, I’ve created a Trac ticket for this: http://core.trac.wordpress.org/ticket/24373

    I noticed the error as well.

    Strict Standards: Redefining already defined constructor for class WXR_Parser_Regex in .../wp-content/plugins/wordpress-importer/parsers.php on line 408
    
    Strict Standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in /...wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38

    Just as a reminder that the issue still persists at the date I’m writing this comment.

    Beside that, the import proceeds smoothly but it fails to import Custom Post Types not enabled by the current theme, as well as Taxonomies and Media files attached to them.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strict Standards errors with WP 3.6-beta3-24300’ is closed to new replies.