RH9.0 PHP+MySQL+Apache 紫铜安装脚本问题
我是RH9.0 PHP+MySQL+Apache,我用紫铜社区开发的脚本来安装紫桐社区vBulletin 2.3.3但是装到一半出现Fatal error: Call to undefined function: mysql_pconnect() in /var/www/html/bbs/admin/db_mysql.php on line 32
查了一下改函数确实没有定义(undefined function)过?
具体涉及到改函数的代码如下,请看。请教再RH9.0下玩过PHP的大虾,请问怎么解决,mysql_pconnect() 这个函数2个变量怎么定义。如何继续通过脚本安装紫铜社区PHP论坛呢?十分感谢。
if ( 0 == $this->;link_id ) {
if ($this->;password=="" {
if ($usepconnect==1) {
$this->;link_id=mysql_pconnect($this->;server,$this->;user);
} else {
$this->;link_id=mysql_connect($this->;server,$this->;user);
}
} else {
if ($usepconnect==1) {
$this->;link_id=mysql_pconnect($this->;server,$this->;user,$this->;password);
} else {
$this->;link_id=mysql_connect($this->;server,$this->;user,$this->;password);
}
__________________
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论