QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 707|回复: 1

看看我的mysql小错误

[复制链接]
发表于 2003-1-26 16:52:27 | 显示全部楼层 |阅读模式
安装一个文章系统出现的提示:]
--------------------------------------------------------
检查你的服务器的使用环境...


php 版本: 4.3.0 ... 通过!
PHP 的 MySQL 支持 ... 通过!
PHP 的 PCRE 支持 ... 通过!
magic_quotes_sybase disabled ... 通过!
track_vars enabled ... 通过!
register_globals enabled ... 失败!

文章系统的绝对路径是:/usr/local/apache/htdocs/article ]

这个失败的是什么 应该怎么办?
发表于 2003-1-26 17:20:01 | 显示全部楼层
/etc/php.ini
online 302
[code:1]

; Whether or not to register the EGPCS variables as global variables.  You may
; want to turn this off if you don't want to clutter your scripts' global scope
; with user data.  This makes most sense when coupled with track_vars - in which
; case you can access all of the GPC variables through the $HTTP_*_VARS[],
; variables.
;
; You should do your best to write your scripts so that they do not require
; register_globals to be on;  Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On

[/code:1]

it will be OK!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 11:41 , Processed in 0.038758 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表