PDA

View Full Version : php.ini



cheatpark
January 19th, 2002, 11:55
How can this file be editted on an NT server when you do not have access to it. Do I have to ask the server admin?

megapuzik
January 19th, 2002, 11:59
you dont have access, you cant :p
talk to the sys admin....

cheatpark
January 19th, 2002, 12:20
I can talk to the system admin. How do I know if I have access to it or not?

cheatpark
January 19th, 2002, 13:42
Is it possible to just add some code to stop errors coming up in scripts. Thats why I need access to php.ini

megapuzik
January 20th, 2002, 00:25
You can change your script :D

Epgs
January 20th, 2002, 00:33
well do you have upload or dl access to that directory? cause if you do then just get a copy of php.ini edit it then upload and overwrite.

maelzx
January 20th, 2002, 01:38
i have experienced in using shared server only ... as i'm on shared server, i cant access the php.ini ... dont know about dedicated server ...

i beleive its better to ask your sys admin :)

andyLee
January 20th, 2002, 03:23
over rule the php.ini inside your script is okay.

No need to edit or access php.ini

cheatpark
January 20th, 2002, 17:14
I got the script working anyway I had to change @error reporting(7) to @error reporting(0)

Epgs
January 20th, 2002, 17:25
ok cool way to go