无法在 Pear MDB2 包中重新声明类 mdb2_error

发布于 2024-08-08 19:51:27 字数 278 浏览 3 评论 0原文

我没有在我的电脑上安装 pear,而是下载软件包并将它们解压到我的网络应用程序中的“libs”字典中。我的网络应用程序的字典结构大致如下:

web-app
  +-/backend
    +-/libs
      +-/peardb
        +-pear.php
        +-pear5.php
        +-mdb2.php
        +-/mdb2

该应用程序在我的两个应用程序中运行良好PC,但在虚拟主机中运行时抛出“无法重新声明类 mdb2_error”错误。

I haven't install pear in my PC,instead I download the packages and unzip them to "libs" dictionary in my web-app.the structure of dictionary of my web-app is roughly like this:

web-app
  +-/backend
    +-/libs
      +-/peardb
        +-pear.php
        +-pear5.php
        +-mdb2.php
        +-/mdb2

The application works fine in my two PCs,but throws "Cannot redeclare class mdb2_error" error while it running in virtual host.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

三生路 2024-08-15 19:51:27

使用 include_once / require_once 通常可以解决这个问题。

Using include_once / require_once can usually solve this problem.

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