Quote:
Originally Posted by Snookieboy
I just installed a fresh copy on a vb 3.6.8 forum and have a couple of questions.
When I go to download.php it shows at the bottom:
Downloads: 4294967295
Which is a bit impossible for a freshly installed mod.
Secondly, when important a file from a link it needs to know the size in bytes, whats the reason for this? Does it go and fetch the file and add it so it needs the size, or does it just link it, and the size is for user reference on the board?
Many thanks for a great mod 
|
- That's pretty strange, never heard of such a bug before

Go to the dl_main table using phpMyAdmin and set the downloads field to 0 
or run this query:
[SQL]UPDATE dl_main SET `downloads`= 0[/SQL]
- You can leave the size field empty if you want. It's only for user reference (DownloadsII will display "file size: unknown" if it's empty).
If you upload files, it's filled in for you automatically of course.
Quote:
Originally Posted by Jase2
|
That's a problem with your server, not a DownloadsII problem.
Try reuploading and overwriting all the php, xml, ... files of DownloadsII on your FTP. Also reimport the XML (with the overwrite option on).
Quote:
Originally Posted by ZatroX
RS_Jelle
thank you for responsce, i went into ftp replaces file and when i tried uploading new product selecting overight i got this error message
---------
A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
* Bitfield Collision: prefixrequired = credits_cantearn
-----------------------
was wondering hwo i could fix this...
|
There are some other people having this problem also (
link,
link 2, ...). This is a problem with your credits addon, not with DownloadsII. You need to uninstall the credits addon and remove all files of it from your FTP.
Quote:
Originally Posted by Forum Lover
is it working with 3.7 beta 3?
|
Yes, except for the optional memberinfo template edits as the 3.7 member page has been revamped completely