• I’m trying to transfer my xml file and I received this error measage:

    “The server has encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [email protected] to imform them…Additionally a 500 internal server error was encountered while trying to use an ErrorDocument to handle the request. ”

    The xml file is 841 Ko.

    When I go back to the screen where I attached the file, it says
    ” File is Empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.”

    Any help would be greatly appreciated. Thank you!

Viewing 1 replies (of 1 total)
  • Hello!

    Are you using any plugin or are you trying to achieve this via Tools > Import?

    As the error states, check what max upload size is set for your site. You can edit the limits via your .htaccess file:
    php_value upload_max_filesize
    php_value post_max_size

    If this does not help, check if you have any plugins limiting the upload size ??

Viewing 1 replies (of 1 total)
  • The topic ‘Error – Unable to import .xml file from WordPress.Com’ is closed to new replies.