The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#12
|
|||
|
|||
Ok,
I mean I dont really want to convert I just want this error fixed. I dont know why its doing it I never changed anything in template or settings, its like it just stopped :S |
#13
|
|||
|
|||
Upgrade! You say you are using an older version. Upgrade. See if that fixes the errors.
Newer versions come out because bugs are found over time and things are tweaked, sorted, hammered, and hopefully fixed with time. If you are still out of luck after you have followed the upgrade instructions, PM me with your FTP user/pass and also your AdminCP user/pass and I'll take a look. But this is after you have upgraded with no luck. |
#14
|
||||
|
||||
Alright Morty, I tried re-loading the product and that didn't work. So I reloaded ALL the files, overwriting EVERYTHING and then re-loading the product and that didn't work. So I told the Product Manager to delete the product and THEN re-loaded and it still didn't work.
Same error message everytime. I'm still wondering if it could be something with my new host so I compared cPanel info. Here are the differences: OLD kernel version 2.6.17.11-grsechg -- NEW kernel version 2.6.9-023stab044.4-enterprise OLD php version 5.2.3 -- NEW php version 5.2.4 OLD cPanel Build 11.10.0-STABLE 16448 -- NEW cPanel Build 11.11.0-RELEASE 16983 Everything else is the same. Any new ideas? |
#15
|
|||
|
|||
Alright, I know you said you OVERWROTE everything by re-uploading. For whatever reason, I've come to find when helping others around here, that things don't always get overwritten.
All the .php extension files that are in the /arcade/ directory should be deleted. THen deleted the arcade.php that is in your forum root /forum/arcade.php Once you've deleted those, then go back and upload the php files like you just did. I know it sounds stupid, but its been the solution for my issues in the past and some others that I've helped. Maybe we can break this curse of yours. |
#16
|
||||
|
||||
Quote:
What you suggested didn't work. Sorry. I tried deleting everything and re-installing, but it still didn't work... So I googled a bit and found THIS which I tried on my test forum and IT WORKED!!!! YIPPEEE!!! The games install. HOWEVER, I still am getting this error: Quote:
~~~~~~~~~~~~~~~~~~quote from NickTheGreek at ibpdownloads.com~~~~~~~~~~ This is the solution: Open the /tar.php file edit the line : Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155/prefix'; Code:
var $tar_unpack_header = 'a100filename/a8mode/a8uid/a8gid/a12size/a12mtime/a8chksum/a1typeflag/a100linkname/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor/a155'; I did that and everything works fine, on both www.yourforum.gr ( IPB 2.0.4 + Cyber's MOD Arcade ) & www.invisiongames.org ( 2.1.7 + ipbcoding.com Arcade 6.1.0 ) The issue is not the arcade but the TAR unpacker. ~~~~~~~~~~~~~end of Nick's post~~~~~~~~~~~~~~ So thank you Nick, and thank you Google... and thank you Morty for trying. At least that problem is solved. I'm still going to keep looking for a solution for this: Warning: fread() [function.fread]: Length parameter must be greater than 0 in /arcade/functions/tar.php on line 794 I did find this: http://pear.php.net/bugs/bug.php?id=4896 I can't tell if they're talking about the same thing though. |
#17
|
|||
|
|||
Interesting find. Hopefully MrZ reads your findings.
And as for the template thingy, sounds like the error message could just be removed. Not sure where to find that message though. But don't delete the message if you do find it in the code, just block it out by putting //// infront of it on that line item. Maybe its a line item in arcade.php, maybe tar.php. Search your files for the phrase of: fread() I'd go do it myself, but bit busy finishing things up at work so I can get out of this place and go get married. (WHAT AN IDIOT!) |
#18
|
||||
|
||||
Quote:
Quote:
Best wishes for a wonderful future together! --------------- Added at 08:48 --------------- Ok... didn't find fread() in any file anywhere. The word fread is in the tar.php but not with empty parentheses. However, there is this bit of code: Code:
while (!feof($FH)) { $buffer = fread( $FH , $this->tar_header_length ); // check the block $checksum = 0; I know you've got to go get married, so this is low priority. I'm just pasting it here for when you have a chance or if Mr. Z or someone else has any ideas. I hate to mess with this unless I'm sure it won't mess things up worse than ever. Thanks! |
#19
|
|||
|
|||
haha, ya, this is actually my 2nd. First was the mistake, this one isn't. Looking forward to my future.
As for your thing, if it were my forum, I would play around and silence those lines of code for testing purposes. Something I do when I haven't a clue what I'm doing but find something interesting. Being that I don't have any further answers to help you, I don't want to suggest you doing this. MrZeropage is going to have to handle this one unfortunetly. |
#20
|
|||
|
|||
Quote:
Thanks and i think they can resolve this bug in next release. Best Regards |
#21
|
||||
|
||||
Dont worry about that error,,your games will still install and work fine..
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|