I've been following the video tutorials and followed exactly the steps shown. All the settings were duplicated from the tutorial but when I try to upload a video in any format (I tried m4v and wmv) this error message shows up:

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /file/ajax/field_video/und/0/form-gaD7Xr0pu17dtRx542Gyvhw673UHT_VUMAVDNCBFfMU
StatusText: n/a
ResponseText:
Error
Error message
Recoverable fatal error: Argument 1 passed to AmazonS3::__construct() must be an array, string given, called in /home/liquides/public_html/modules/video/transcoders/TranscoderAbstractionFactoryZencoder.inc on line 98 and defined in AmazonS3->__construct() (line 423 of /home/liquides/public_html/sites/all/libraries/awssdk/services/s3.class.php).
The website encountered an unexpected error. Please try again later.

ReadyState: undefined

I'm using 7.x - 1.x - dev for AmazonS3 and awssdk 7.x-5.x-dev-2. Does anybody know what could be causing this?

Comments

makalov’s picture

After running an update, I now have this error message. Is there another way to embed video in drupal?

An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /file/ajax/field_video/und/0/form-iBfUGh_S6NpjkkourirVITQyKSFtnqNQGpicZPRLKR8
StatusText: n/a
ResponseText:
Error
Error message
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vf.nid' in 'field list': SELECT f.*, vf.vid, vf.nid, vf.dimensions, vf.data, vf.status as video_status
FROM {video_queue} vf LEFT JOIN {file_managed} f ON vf.fid = f.fid WHERE f.fid=vf.fid AND f.fid = :fid; Array
(
[:fid] => 41
)
in TranscoderAbstractionFactory->loadJob() (line 237 of /home/liquides/public_html/modules/video/includes/TranscoderFactory.inc).
The website encountered an unexpected error. Please try again later.

ReadyState: undefined

justafish’s picture

Project: AmazonS3 » Video
Saoirse1916’s picture

Same problem here, but it also happens on editing existing nodes with video.

Jorrit’s picture

Status: Active » Closed (duplicate)

This is related to #1394830: Recoverable fatal error: Argument 1 passed to AmazonS3:. Also, I think the issue is not present anymore in 7.x-2.x. I suggest you upgrade.