我正在尝试将 Zend Gdata 框架与 wordpress 一起使用,但我遇到了一些问题。现在,当我使用 XAMPP 在 localhost 上进行测试时,一切正常。但是在我的网络服务器上,我的代码崩溃了。
这是我包含框架的代码。
`set_include_path(TEMPLATEPATH . '/includes/');
require_once ('Zend/Loader.php');
Zend_Loader::loadClass('Zend_Gdata_Youtube');`
该代码产生以下错误。
警告:Zend_Loader::include_once(Zend/Gdata/Youtube.php) [zend-loader.include-once]:无法打开流:/home/damain/public_html/mysite.com/wp-content 中没有这样的文件或目录/themes/mysite/includes/Zend/Loader.php 第 146 行
警告:Zend_Loader::include_once() [function.include]: 未能打开“Zend/Gdata/Youtube.php”以包含(include_path='/home/damain/public_html/mysite.com/wp-content/themes/mysite/包括/')在/home/damain/public_html/mysite.com/wp-content/themes/mysite/includes/Zend/Loader.php 146行
致命错误:在 /home/damain/public_html/mysite.com/wp- 中未捕获异常 'Zend_Exception' 并带有消息“文件“Zend/Gdata/Youtube.php”不存在或文件中未找到类“Zend_Gdata_Youtube”” content/themes/mysite/includes/Zend/Loader.php:99 堆栈跟踪:#0 /home/damain/public_html/mysite.com/wp-content/themes/mysite/includes/modules/yt_link_checker.php(19): Zend_Loader::loadClass('Zend_Gdata_Yout...') #1 /home/damain/public_html/mysite.com/wp-includes/plugin.php(405): load_zend_gdata('') #2 /home/damain/public_html/ mysite.com/wp-admin/admin.php(111): do_action('load_zend_gdata', Array) #3 /home/damain/public_html/mysite.com/wp-admin/index.php(10): require_once(' /home/damain/...') #4 {main} 在 /home/damain/public_html/mysite 中抛出。com/wp-content/themes/mysite/includes/Zend/Loader.php 第 99 行
我似乎无法弄清楚这个问题。任何人都可以帮忙吗?