i disabled safe_mode by off value and tried with shell_exec(),exec() both functions on 1and1 dedicated server its not working, even its working in another server.
2
-
You might want to choose some accepted answers. 29% is a bit low.John Conde– John Conde2010-03-31 13:34:29 +00:00Commented Mar 31, 2010 at 13:34
-
Or should i enable anything in the php.ini or httpd.conf? please help meElamurugan– Elamurugan2010-03-31 13:46:03 +00:00Commented Mar 31, 2010 at 13:46
Add a comment
|
1 Answer
Those (and any other) functions can be disabled in the php.ini. I do this on my servers often. Perhaps you should ask them if those functions are enabled?
6 Comments
Elamurugan
i have access to php.ini, using ssh , so please tell me what should i enable?
Devin Ceartas
Search the php.ini file for: disable_functions =
Elamurugan
there is nothing, its empty. Please find me the solution.
Devin Ceartas
do you have shell access on the machine?
Elamurugan
Yes i have full acess to it. Its shared hosting server from 1and1. installed ffmpeg,fms to make streaming. please help me to solve this.
|