我已经为我的Drupal 7.22安装了Z编码器2.1.1,但是它无法工作,因为我看到了以下错误:
The Zencoder API library is not installed. Download the library and install it to a directory called zencoder in a library path such as sites/all/libraries.我已经做了它所要求的:
[root@ip-10-128-146-179 libraries]# pwd
/var/www/html/drupal/sites/all/libraries
[root@ip-10-128-146-179 libraries]# ls -lrt zencoder/Services/
total 12
-rw-r--r-- 1 root root 7867 Jul 21 16:32 Zencoder.php
drwxr-xr-x 2 root root 4096 Jul 21 16:32 Zencoder
[root@ip-10-128-146-179 libraries]# ls -lrt
total 4
drwxr-xr-x 5 root root 4096 Jul 21 16:32 zencoder 我现在需要做什么?
发布于 2013-07-23 04:10:22
我清除了所有的缓存并运行cron,这解决了问题。
多亏了这。
https://drupal.stackexchange.com/questions/79897
复制相似问题