我正在尝试在依赖框架的服务器上设置以下应用程序。https://github.com/medialab/ANTA
应用程序失败,因为它找不到 application.php。我已经下载了 Zend 框架并尝试了很多不同的东西,但到目前为止都没有奏效。最让我不解的是,Zend 框架中竟然没有 application.php 文件?我是在使用错误的版本还是只是错过了 Zend 的要点?
希望有人有解决方案... Zend 对我来说仍然很新:)
Warning: require_once(/home/***/public_html/mapping/ANTA/library/Zend/Application.php) [function.require-once]: failed to open stream: No such file or directory in /home/***/public_html/mapping/ANTA/public/index.php on line 22 Fatal error: require_once() [function.require]: Failed opening required '/home/***/public_html/mapping/ANTA/library/Zend/Application.php' (include_path='/home/***/public_html/mapping/ANTA/library:.:/usr/lib/php:/usr/local/lib/php') in /home/***/public_html/mapping/ANTA/public/index.php on line 22