在 Plesk 共享主机上安装 Zend
我在本地计算机上创建了一个 Zend 应用程序,并安装了 Zend Server。
不过,我现在希望将其迁移到实时主机 - 使用 Parallel Plesk 8.4.0 共享主机。
我已将所有内容都向上移动,但在加载公用文件夹时,我一度遇到了空白屏幕。
我调整了 public/index.php 文件以包含 Error_Reporting(E_ALL|E_STRICT)
所以我现在从脚本中收到错误。我收到的错误是...
Fatal error: Uncaught exception 'Zend_Config_Exception' with message 'Error parsing /var/www/vhosts/eekonomics.co.uk/httpdocs/application/configs/application.ini on line 4
错误还有更多。但很多似乎无关紧要,如果需要我可以发布其余的。
有谁知道我如何进行此设置并工作,它让我放慢了大风格:-(
任何帮助表示赞赏......
I've created an Zend Application on a local machine, with Zend Server Installed on it.
However I am now looking to migrate it to a live host - Shared hosting with Parallel Plesk 8.4.0
I've moved everything up and at one point I was just getting a blank screen when loading the public folder.
I tweaked the public/index.php file to include Error_Reporting(E_ALL|E_STRICT)
So I am now getting an error from the script. The error I am getting is...
Fatal error: Uncaught exception 'Zend_Config_Exception' with message 'Error parsing /var/www/vhosts/eekonomics.co.uk/httpdocs/application/configs/application.ini on line 4
Theres more to the error. But alot of it seems irrelevant, If required I can post the rest.
Has anyone any ideas how I can get this setup and working, Its slowing me down big style :-(
Any help appreciated...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 application.ini 文件从 APPLICATION_PATH 更改为文件的绝对路径似乎已经解决了这个问题。
我遇到了另一个与未安装 PDO 适配器相关的错误,但这是由于服务器安装问题而不是 Zend / PHP 造成的。
Changing the application.ini file from APPLICATION_PATH to the absolute path of the files seems to have fixed this.
I've got another error associated with PDO Adapter not being installed, but that is down to a server install issue rather than Zend / PHP.