Upon uploading of the tar file this error appears:

Exception: Invalid checksum for file " in Archive_Tar->_error() (line 635 of /home/devmctn/public_html/modules/system/system.tar.inc).

CommentFileSizeAuthor
#2 configuration.zip4.49 KBalexverb

Comments

dagmar’s picture

Status: Active » Postponed (maintainer needs more info)

Could you attach the tar file you are trying to import? Thanks.

alexverb’s picture

StatusFileSize
new4.49 KB

I was having the same problem. But I haven't been able to replicate it yet. It seems for one reason or another a file named xt',) gets generated and included in the tar. This causes problems on untar.

I've attached a zip of the tar. Looks like DO is not allowing tar as a file extension.

davidpetit’s picture

I had the same problem and I found that I could not open the tar neither.
So I tryed other exports. I found that when I don't export views settings, the tar is good.
It's only when I put some specific views in the export that the tar does not work.

After many attempts, I can say that the only views making it not work are those using "entity views attachment" module.
Hope this can help.

jorditr’s picture

I'm not exporting views and I can't open on my desktop the tar neither...

mvwensen’s picture

Same issue over here, on my local WAMP a tar-file is generated correctly and on a LAMP testing server it will create a corrupt tar-file.

If i open the tar files in a text-editor the corrupt variant is starting with "0a63" and the correct working version "63**" if i remove the first two characters (0a) from the corrupt file, i can open it but it still gives me an archive error. I'm not very skilled in tar's, headers and the php pack() function, I tried to set different headers and changed the buffer sizes but it still won't generate a correct .tar-file.
I personally can bypass it by using WAMP on Windows for now.