0

我的 dataTable 无法显示来自 firebird 数据库的数据。这是我搬到新服务器后发生的(旧服务器有硬盘损坏)。所有php数据和mysql数据库已经备份然后恢复到新服务器。但是,我的一个 php 页面无法显示来自 firebird 数据库的数据(来自另一台服务器)。

奇怪的是为什么在我的旧服务器上它可以显示而在新服务器上却不能?

我的服务器osubuntu server 12.04然后我尝试:

sudo apt-get install php5-firebird --> i get firebird2.5

但是,我的 php 文件仍然无法显示 firebird 数据。 500 internal server error

我的旧服务器是ubuntu server 10.04并且已经安装了firebird2.1. 有什么建议吗?

4

2 回答 2

1

我可以解决这个问题,如果为这种情况移动任何东西到新服务器,我必须准备:

  1. sudo apt-get install php5-firebird
  2. sudo apt-get install firebird2.5-server-common
  3. sudo apt-get install firebird2.5-classic
  4. 须藤纳米/etc/apache2/httpd.conf
  5. 添加ServerName localhost,保存退出
  6. 须藤 /etc/init.d/apache2 重启
  7. 重新加载页面

然后,一切都可以正常工作了。

于 2012-06-08T09:08:24.673 回答
1

sudo apt-get install php5-interbase

于 2012-06-08T13:00:37.573 回答