I need to modify parameters on php.ni
I need to modify parameters on php.ni
But I can not access to fix it please help me
Here's a picture

Here's a picture

Re: I need to modify parameters on php.ni
You're do it wrong, use command to start text editor
Example:
or
Example:
Code: Select all
nano /etc/php.ini
Code: Select all
vi /etc/php.ini
Re: I need to modify parameters on php.ni
thank you I'm having trouble with code like in this picture do not know can help me edit to suit my source is not


Re: I need to modify parameters on php.ni
If I understand correct: right - what do you have now and left - what you need.
Then it's pretty simple - search in php.ini parameters and change values:
- add, those off by default
output_buffering = On
magic_quotes_gpc = On
- change value
max_execution_time = 120
session.gc_maxlifetime = 14400
Then it's pretty simple - search in php.ini parameters and change values:
- add, those off by default
output_buffering = On
magic_quotes_gpc = On
- change value
max_execution_time = 120
session.gc_maxlifetime = 14400
Re: I need to modify parameters on php.ni
And you need to know, may be your script for older php version like php 5.2 and don't work with php 5.4
It makes sense to consult with the author of your script (via e-mail or forum).
It makes sense to consult with the author of your script (via e-mail or forum).
Re: I need to modify parameters on php.ni
the problem is I do not know where edit php.ini and how
Re: I need to modify parameters on php.ni
via sshchayhaik wrote:the problem is I do not know where edit php.ini and how
viewtopic.php?p=37373#p37358