Change record status: 
Project: 
Introduced in branch: 
6.x-4.x
Introduced in version: 
6.x-4.8
Description: 

If you are using the Zencoder submodule, you need to install the Zencoder API Library manually.

  1. Go to https://github.com/zencoder/zencoder-php/tags. The version that is known to be compatible with the Zencoder module is 2.0.2 (2012-01-11)
  2. Download the Zencoder API library to sites/all/libraries/zencoder
  3. Make sure the file sites/all/libraries/zencoder/Services/Zencoder.php exists
  4. The Documentation directory is not needed

The old Zencoder library that used to be supplied with the Video has been removed, so direct calls to that library need to be updated.

Impacts: 
Site builders, administrators, editors
Module developers

Comments

Elegua’s picture

The old Zencoder library that used to be supplied with the Video has been removed, so direct calls to that library need to be updated.

How do I update calls to the library?

I keep getting

Fatal error: Call to undefined function libraries_detect() in G:\MTEC6707MusicInternet\Drupal\Test2\sites\all\modules\video\modules\zencoderapi\zencoderapi.module on line 39

when I do a status report from admin

pwhiteside’s picture

Fatal error: Call to undefined function libraries_detect() in G:\MTEC6707MusicInternet\Drupal\Test2\sites\all\modules\video\modules\zencoderapi\zencoderapi.module on line 39

I followed the above steps but not getting anywhere, I have the same error as #2

nitmd’s picture

Not a programmer, just trying to set up some video. Got this "line 39" error as soon as I activated the zencoder module, have the new version of the library installed as indicated in the documentation. zencoder.php exists. Now what?

Update: Realized that the latest libraries api module available through update is a v1 file, and apparently v2 is necessary, but still a dev version. Manually updating the module should work, working off of the instructions at http://drupal.org/node/672472

Elegua’s picture

The old Zencoder library that used to be supplied with the Video has been removed, so direct calls to that library need to be updated.

How do I update calls to the library?

I keep getting

Fatal error: Call to undefined function libraries_detect() in G:\MTEC6707MusicInternet\Drupal\Test2\sites\all\modules\video\modules\zencoderapi\zencoderapi.module on line 39

when I do a status report from admin