Along with the Warning Error I listed below this is also listed in a box below the log.
Error in TAR-Archive. Please upload again.
--------------- Added [DATE]1193009792[/DATE] at [TIME]1193009792[/TIME] ---------------
Here is the solution to this problem. You need to open up the tar.php file within your website/forums/arcade/functions folder. I have posted the fix as well as the link to the thread where I found the solution at.
Find:
Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155/prefix';
Replace With:
Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155';
The link to the thread is below...
http://www.ibpdownloads.com/ipb/inde...pic=12629&st=0