Page 1 of 2

One stupid question

PostPosted: Tue Apr 05, 2011 1:31 pm
by seb
First of all congratulations for this great script ...
I've got a question .. where are stored the files ? ---> ok found out

-> another question ... I've got an issue with big files .. everything is working fine with small files .. I tried so far files smaller than 10mb ... but tried also with a file over a 100mb it's uploading fine said 100% but then nothing is happening .. it doesn't give any url for the uploaded file or doesn't send any email... it just stops ! any clue ? (just to tell I change the max file size in the admin panel)

Re: One stupid question

PostPosted: Fri Apr 08, 2011 1:54 am
by unlimitedchatter
seb wrote:First of all congratulations for this great script ...
I've got a question .. where are stored the files ? ---> ok found out

-> another question ... I've got an issue with big files .. everything is working fine with small files .. I tried so far files smaller than 10mb ... but tried also with a file over a 100mb it's uploading fine said 100% but then nothing is happening .. it doesn't give any url for the uploaded file or doesn't send any email... it just stops ! any clue ? (just to tell I change the max file size in the admin panel)


You have to change the php.ini vals too matey check this topic: http://www.daddyscripts.com/forum/viewtopic.php?f=16&t=47&p=230

Re: One stupid question

PostPosted: Fri Apr 08, 2011 9:11 am
by seb
I did change the php.ini allready .
Any knwo issues with the host 1and1 ???

Re: One stupid question

PostPosted: Fri Apr 08, 2011 12:25 pm
by unlimitedchatter
seb wrote:I did change the php.ini allready .
Any knwo issues with the host 1and1 ???


Read http://drupal.org/node/67404. Did you also change the values updated by using phpinfo()?

Re: One stupid question

PostPosted: Mon Apr 11, 2011 7:57 am
by seb
I actually did so allready ... I've got php.ini files in each different folder .. but it doesn't seem to work :( any other clues ??

Re: One stupid question

PostPosted: Mon Apr 11, 2011 9:21 am
by PeterS
seb wrote:I actually did so allready ... I've got php.ini files in each different folder .. but it doesn't seem to work :( any other clues ??


Try contacting your Webhoster, supposedly 1and1 and inform them about the issue and they should be able to resolve it for you as they are responsible for their php configuration settings.

Re: One stupid question

PostPosted: Mon Apr 11, 2011 9:28 am
by seb
The thing is .. I was using another script with an upload function .. and it was working fine ... and as I said previously the funny thing is swfupload indicates the upload was done 100% but no file is saved ...

Re: One stupid question

PostPosted: Mon Apr 11, 2011 10:15 am
by SamEA
seb wrote:The thing is .. I was using another script with an upload function .. and it was working fine ... and as I said previously the funny thing is swfupload indicates the upload was done 100% but no file is saved ...


All PHP functions must follow php.ini's rules at all times and as mentioned above by PeterS, did you use the phpinfo() function to test if the values are changing? If the values are not changing, it is IMPOSSIBLE another script can handle larger limits than set, unless the script you are using has it's own custom .htaccess that works (overrides the defaults). Have you tried uploading via the HTML form instead of SWFUpload?

Re: One stupid question

PostPosted: Thu Apr 21, 2011 8:09 am
by seb
Post_max size and upload_max_filesize are both set up to 5000 M ... and it's not working
Does the memory limit have anything to do with this ?

any idea ?

Re: One stupid question

PostPosted: Sat Apr 23, 2011 12:36 am
by lithiumd
You need to restart your webserver in order to php.ini change takes effect.