In my httpd error_log I keep getting the following error:
syntax error, unexpected END_OF_LINE, expecting '=' in /usr/local/lib/php.ini on line 2
When I look at the php.ini file line 2 reads:
0[PHP]
If I remove the 0 and save the file, when I try to pull up any of the sites hosted on the server I get the following error:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 1536 bytes) in /home/SOMENAME/public_html/wp-includes/default-constants.php on line 194
I put the 0 back in and the sites all come up again.
Is there anyone out there that can shed some light on this?