By Jorrit on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
6.x-4.x
Introduced in version:
6.x-4.8
Issue links:
Description:
If you are using the Zencoder submodule, you need to install the Zencoder API Library manually.
- 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)
- Download the Zencoder API library to sites/all/libraries/zencoder
- Make sure the file sites/all/libraries/zencoder/Services/Zencoder.php exists
- 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
The old Zencoder library that
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
Same
I followed the above steps but not getting anywhere, I have the same error as #2
Not a programmer, just trying
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
The old Zencoder library that
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