View Full Version : zip-missing
All .zip releases are marked as incomplete. I have checked the .sfv with and external sfv checker and it checks out allright.
I have gone thru config.h many many times. Made changes, moved stuff around and always the same error. If IoA rescan is used it says 100% but ProjectZS says 0%?
When uploading .rar archives it all works out great!?
TIA!
Included are a debug and config.h file.
Maybe I should add that all files are tested ok like this:
[R] 226-.----=== Zipscript-C Win32 ===--by Caladan--=== (C) 2004 ===----.
[R] 226-| + SFV-file: oK! |
and
[R] 226-.----=== Zipscript-C Win32 ===--by Caladan--=== (C) 2004 ===----.
[R] 226-| + File: oK! |
EwarWoo
06-10-2006, 09:55 AM
Check folder permissions, could be that the ZS can't rename the incomplete tag.
Folder permissions are set to 777 ;)
I'm not sure project-ZS expects a sfv file for zip files.
if (!CheckForNoSfv(&locations))
{
debug_log("Zip Directory has a sfv inside!!!!\n");
no_check = TRUE;
break;
}
The incomplete dirtag is probably created when the sfv file is uploaded. Then the dirtag isn't updated because it shouldn't be there.
Thanks Harm,
I moved the path from zip_dirs to sfv_dirs but I get the same error?
Any ideas?
This is because project-zs doesn't check the sfv when it receives a zip file. The only way to change this behaviour is to edit the source code and recompile.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2025, vBulletin Solutions, Inc.