hi heshan,

I was trying to get video.module running on my virtual shared server. I thought it would be good if I can skip any expensive VPS or dedicated server. So I'm planning to do it with S3.

After installing and configured the module, I did what I was instructed to. Created a Video content-type with CCk and all.

So, when I was trying to create a video node, this is what happened. I received this error message after uploading a video file.

    * user warning: S3::getObjectInfo(, sites/default/files/video_thumbs/2/2_0000.png): [403] Unexpected HTTP status in /home/www/sites/all/modules/video/plugins/video_s3/includes/S3.php on line 444.
    * user warning: S3::getObjectInfo(, sites/default/files/video_thumbs/2/2_0001.png): [403] Unexpected HTTP status in /home/www/sites/all/modules/video/plugins/video_s3/includes/S3.php on line 444.
    * user warning: S3::getObjectInfo(, sites/default/files/video_thumbs/2/2_0002.png): [403] Unexpected HTTP status in /home/www/sites/all/modules/video/plugins/video_s3/includes/S3.php on line 444.
    * user warning: S3::getObjectInfo(, sites/default/files/video_thumbs/2/2_0003.png): [403] Unexpected HTTP status in /home/www/sites/all/modules/video/plugins/video_s3/includes/S3.php on line 444.
    * user warning: S3::getObjectInfo(, sites/default/files/video_thumbs/2/2_0004.png): [403] Unexpected HTTP status in /home/www/sites/all/modules/video/plugins/video_s3/includes/S3.php on line 444.

If I just go ahead and submit the form, the node will only print this:

stdClass Object
(
    [filepath] => 
)

On my log reports, I get alot of such messages:

S3::getObjectInfo(, sites/default/files/video_thumbs/3/3_0004.png): [403] Unexpected HTTP status in /home/www/sites/all/modules/video/plugins/video_s3/includes/S3.php on line 444.

Comments

sadist’s picture

Just for the info, I'd also tried 6.x-4.1-rc6

light9’s picture

subscribe

hypertext200’s picture

@sadist did u switch from non-s3 to s3? then this kind of thing can be happen, can you get back to me with more details.

hypertext200’s picture

Version: 6.x-4.x-dev » 6.x-4.1-rc6
elliotttt’s picture

Any luck with this?

Jorrit’s picture

Status: Active » Closed (cannot reproduce)

Closed because of lack of response.