在 Plesk 共享主机上安装 Zend

发布于 2024-11-24 22:03:42 字数 548 浏览 0 评论 0原文

我在本地计算机上创建了一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼性发作 2024-12-01 22:03:42

将 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文