PHP: Error parsing /usr/local/lib/php.ini on line 235

R

ruipdguerra

Guest
Hi there,

I'm getting with my cronjob the error message:

PHP: Error parsing /usr/local/lib/php.ini on line 235

I had opened via SSH:
- nano +235 /usr/local/lib/php.ini

And i see:
max_execution_time = 30
max_input_time = 60
memory_limit = 32M

Any of this value is wrong? Cause i cant find where the error is.
Anyone can help?!
 


Those look ok - can you copy/paste your full php.ini in?

What was the last value you edited?
 
Could you give any help how can i copy/paste my full php.ini?

I had changed that values for bigger numbers..
But then i made what i wanted and then changed again to the standard values, the values you see there.
 
Grr phone keyboard.. you want a left carrot (less-than symbol) in between the email address and the filename..
 
Ok:

mail -s "emailing php.ini" email@email < /usr/local/lib/php.ini

Right?
 
I was able to use that php.ini on my system... what is the cronjob running that is reporting the error?
 
I was using the same cronjob, for interspire.

/usr/bin/php -f /home/emailkan/public_html/test123/admin/cron/cron.php
 
Hi there,

I'm getting with my cronjob the error message:

PHP: Error parsing /usr/local/lib/php.ini on line 235

I had opened via SSH:
- nano +235 /usr/local/lib/php.ini

And i see:
max_execution_time = 30
max_input_time = 60
memory_limit = 32M

Any of this value is wrong? Cause i cant find where the error is.
Anyone can help?!

That probably means that something has been added on that line that shouldn't be there, or there is a variable that is wrong. I would check the PHP docs and see if you can find anything that is wrong in there.
 

Members online


Latest posts

Top