首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >phpPgAdmin和XAMPP问题

phpPgAdmin和XAMPP问题
EN

Stack Overflow用户
提问于 2011-02-05 02:38:28
回答 1查看 1.1K关注 0票数 0

我想将phpPgAdmin 4.2.3与XAMP1.7.3和postgresql-8.4.4结合使用。

当我最终设法编辑了所有的文件以便运行phpPgAdmin和postgresql-8.4.4时,我在访问mz http://127.0.0.1/phppgadmin/之后所拥有的只有:

代码语言:javascript
复制
Deprecated: Assigning the return value of new by reference is deprecated in D:\Programs\xampp\phpPgAdmin\classes\Misc.php on line 344

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:\Programy\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\libraries\lib.inc.php on line 56

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at D:\Programy\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\libraries\lib.inc.php on line 56

Warning: Cannot modify header information - headers already sent by (output started at D:\Programs\xampp\phpPgAdmin\classes\Misc.php:344) in D:\Programs\xampp\phpPgAdmin\classes\Misc.php on line 361

我在php.ini中的error_reporting如下所示:

代码语言:javascript
复制
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

我也试过了:

代码语言:javascript
复制
error_reporting = E_ALL & ~(E_NOTICE | E_DEPRECATED)

为什么它还是不能工作?Apache和Postgres上有没有其他的软件?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2011-02-05 02:50:26

为什么不使用phpPgAdmin 5.0版?旧版本是针对PHP版本4.x的,在使用最新的PHP版本时会出现问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/4901677

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档