سلام چجوری اف کنم اینو
گوگل سرچ زدم چیزی سر در نیوردم از سی پنل نمیشه ؟
To Turn Off PHP Safe Mode on Your Linux Server
- Using SSH, connect to your server.
- Once you are logged in, type su - root.
- For your password, type the same password you used to connect to your server.
- At the command prompt type:vi /etc/php.ini
- Go to the line safe_mode = on and press the "i" key.
- Change the line to safe_mode = off and press the "Esc" key.
- Type :wq! to save your file.
To Turn Off PHP Safe Mode on Your Windows Server
- Using Remote Desktop Connection, log in to your server as an administrator.
- Open c:\windowsphp.ini in Notepad.
- Change the line safe_mode = on to safe_mode = off.
- Save and close php.ini.