当我在那里运行安装的检查程序时,我遇到了这个异常:
http://framework.zend.com/svn/framework/standard/trunk/demos/Zend/Gdata/InstallationChecker.php
Exception thrown trying to access Zend/Loader.php using 'use_include_path' = true. Make sure you include Zend Framework in your include_path which currently contains: .;C:\php\pear;C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\CPS\class\library\Gdata
我不明白因为:
C:\Program Files (x86)\EasyPHP-5.3.6.1\www\workspace\CPS\class\library\Gdata
是我的gData库的正确路径,并且假设它是独立的吗?
答案 0 :(得分:0)
我应该直接将根文件夹包含在库中,并且工作正常