gpt4 book ai didi

php - 使用 HHVM 在 phpmyadmin 上获取空白页面

转载 作者:行者123 更新时间:2023-12-02 06:18:01 26 4
gpt4 key购买 nike

我一直在尝试在 HHVM 上运行 phpmyadmin。通常的 php 文件运行正常,但每当我尝试访问 localhost:8080/phpmyadmin 时,它都会给我一个没有错误消息的空白页面。我假设它必须处理 mysql。 P.S: mysql 已经安装在我的系统上。

这里是server.hdf

PidFile = /var/run/hhvm/pid
Server {
SourceRoot = /var/www/
DefaultDocument = index.php
}

Log {
Level = Warning
AlwaysLogUnhandledExceptions = true
RuntimeErrorReportingLevel = 8191
UseLogFile = true
UseSyslog = false
File = /var/log/hhvm/error.log
Access {
* {
File = /var/log/hhvm/access.log
Format = %h %l %u % t \"%r\" %>s %b
}
}
}

Repo {
Central {
Path = /var/log/hhvm/.hhvm.hhbc
}
}

#include "/usr/share/hhvm/hdf/static.mime-types.hdf"
StaticFile {
FilesMatch {
* {
pattern = .*\.(dll|exe)
headers {
* = Content-Disposition: attachment
}
}
}
Extensions : StaticMimeTypes
}

MySQL {
TypedResults = false
}

最佳答案

很久以前的问题,但也许这对将来的人有帮助:

  • 打开库/dbi/DBIMysqli.class.php

  • 搜索 mysqli_real_connect(出现 2 次)

  • 类型转换 $server_port,即 (int)$server_port

至少这对我有用...

关于php - 使用 HHVM 在 phpmyadmin 上获取空白页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20914341/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com