Nginx can not upload image to cloudinary (hosted in AWS)

Francis Daly francis at daoine.org
Fri Jul 18 14:44:16 UTC 2014


On Thu, Jul 17, 2014 at 08:15:11AM -0400, email_ardi wrote:

Hi there,

There's not much to do with nginx in this question.

You probably want to compare the environment that your php script is
executed in, in the apache system ($REQUEST and $SERVER are usually
interesting), and in the system that involves nginx (a php fastcgi server
of some kind?).

> 2014/07/17 17:00:39 [error] 25448#0: *290 FastCGI sent in stderr: "PHP
> message: PHP Fatal error:  Uncaught exception 'RequestCore_Exception' with
> message 'The stream size for the streaming upload cannot be determined.' in
> /home/ubuntu/www/mysite/core/model/aws/lib/requestcore/requestcore.class.php:704

How does that php file try to determine the stream size?

How does that compare to things available in your apache system?

How does that compare to things missing from your non-apache system?

After you determine that, then it might be possible to configure nginx
to include the relevant missing thing.

Good luck with it,

	f
-- 
Francis Daly        francis at daoine.org



More information about the nginx mailing list