Hello,
I just checked my system update email and saw this error:
; url_rewriter.tags: (ini file field description not available)
url_rewriter.tags = a=href,area=href,frame=src,input=src,form=,fieldset=
I fixed the error by placing Quotes around the config value:
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
Not sure how this line was added, but I did not edit the php.ini at all before this. Maybe a bug or something.
I just checked my system update email and saw this error:
Here is what my php.ini looked like:Running Cleanups...Hostname Virtual Host is already setup
...Done
Updating services & databases...PHP: Error parsing /usr/local/lib/php.ini on line 793
PHP version file has been updated to 5.2.9
; url_rewriter.tags: (ini file field description not available)
url_rewriter.tags = a=href,area=href,frame=src,input=src,form=,fieldset=
I fixed the error by placing Quotes around the config value:
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
Not sure how this line was added, but I did not edit the php.ini at all before this. Maybe a bug or something.