| Author |
Message |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Mon May 12, 2008 3:53 pm |
|
Not sure what happen by site was working just fine then people are having trouble downloading.
I tested it myself and i get the file.zip with zero file size |
| |
|
|
 |
corpse

Joined: Apr 06, 2008
Posts: 33
|
Posted:
Mon May 12, 2008 10:25 pm |
|
sorry to the site owners if I am butting in, but are you checking that the file is upload onto your server is a complete file, Also access the are with FTP, you can just manually add the file and overwrite the file that is 0 bit in size. It does sounds like a problem I had a while back ago with another module. What I had to do was manually upload the file my self.
Thats a feature that can be added to this, Instead of just having the file upload here, how about adding an option to enter the URL of the Download, and do that for the images, since I do also have problems with this uploading setup. |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Mon May 12, 2008 11:31 pm |
|
yeah the file is uploaded and is pointing to the right spot its the module because it does it for every file i have |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Tue May 13, 2008 6:35 am |
|
Stalker, I have to run out the door right now, but I'll shoot you a PM when I get home and get you all fixed up. One thing to check real quick is to make sure the permissions(CHMOD) of the files aren't set too low. |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Tue May 13, 2008 1:37 pm |
|
ok it seems that it's just the files that are over 10mb |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Tue May 13, 2008 1:56 pm |
|
In that case, it is probably limited by your host in the php.ini. If you have dedicated or VPS you can usually edit it to allow for bigger file uploads. Some shared hosts even allow for you to make your own php.ini. You can see what your limit is if you go to the shop admin and click on the "Information" link. If you need help changing it just shoot me a PM. |
| |
|
|
 |
corpse

Joined: Apr 06, 2008
Posts: 33
|
Posted:
Tue May 13, 2008 2:48 pm |
|
If your server does have the ability to allow you to edit the php.ini, look for this line.
| Code: |
upload_max_filesize = 100M ; Maximum allowed size for uploaded files |
Your's would say what ever limit you have set, I have mine at 100M which is 100MB in size. You can go higher, but I usually done upload anything over 30MB in size.
That will only work if you have access to the php.ini file. |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Tue May 13, 2008 5:32 pm |
|
what i did was make a dummy file theme.zip with a text file in it just so i can upload then i just upload the real file using a ftp client.
Its worked before but now my files that have more than 10mb aren't downloading |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Tue May 13, 2008 7:41 pm |
|
PM me with FTP login info. I'm almost positive I know what the problem and I should be able to fix it relatively easily |
| |
|
|
 |
|
|