rrbot
(Rob Rhyne)
1
Hi all. I’m attempting to setup yii on a new Centos 5 server and I get the following message.
$_SERVER variable Failed $_SERVER does not have HTTP_USER_AGENT.
Does anyone know how to enable this var? I’m turning up a blank in my searches.
Also is this var strictly required?
Thanks!
rrbot
(Rob Rhyne)
2
Got it. I turned safe mode off and it fixed the problem.
alsemany
(M Alsemany)
3
I have the same problem
my server is a test vps on my home node
centos 5 , using local IP 10.0.0.102 on virtual min
I found that the safe mode is already off
I resolved this issue by executing php scripts by CGI wrapper
instead of FCGId
my regards