[Phpug] copy using url?
Luke Ashe-Browne
xactly at gmail.com
Mon Jul 21 12:08:06 IST 2008
script execution timeout? Again in php.ini
php memory limit. not sure what else. :) See if that helps.
Cormac Parle wrote:
>> maybe you have allow_url_fopen set to 'Off' in /etc/php.ini ?
>>
>
> No, it's on.
>
> The script succeeds most of the time, fails some of the time. The file
> that fails is (slightly) bigger than the files that succeed, some kind
> of file size limit seems like a plausible explanation. Also the file
> that fails *almost* copies over - it gets copied, but is smaller
> afterwards, and php stops after the line with "copy()" in it
>
>
>> I'm not aware of any definite size restrictions, but it is possible that
>> the file size is restricted to upload_max_filesize (in the same file).
>>
>
> Thought of this - upload_max_filesize is 24M, the image is ~2M
>
> Any other ideas?
>
>
> _______________________________________________
> Phpug mailing list
> Phpug at lists.iephpug.org
> http://lists.iephpug.org/mailman/listinfo/phpug
> Member Map http://www.frappr.com/irishphpusersgroup/
> Membership Planner Calendar: http://tinyurl.com/opjd5
>
More information about the Phpug
mailing list