Invalid format type p in /arcade/functions/tar.php on line 750

ktalan

New Member
Hi to everybody I need your help, the problem is when I try to add to my game arcade, gives me the following message



Warning: unpack() [function.unpack]: Invalid format type p in /arcade/functions/tar.php on line 750

Warning: fread() [function.fread]: Length parameter must be greater than 0 in /arcade/functions/tar.php on line 794


I have already removed :)(including lost scores that already users) product and re-upload everything and returned to climb up and still does not work anyone can help me?

*****This happens when I try to add a game*****
 

ktalan

New Member
the solution is ...

This is the solution:

Open /sources/lib/tar.php

edit the line :

CODEvar $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155/prefix';

to

CODEvar $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155';
 
Top