About

This blog serves as my notebook or a cheat sheet maybe while I'm learning Symfony 2. I will be sharing things that I think would be useful to those who just started coding with Symfony 2 Framework. I hope this blog would help.

If you have question, comments and suggestions, please feel free to email me at lsregalado [at] gmail.com.

Thursday, September 15, 2011

mb_detect_encoding Error

Error:
PHP Fatal error:  Call to undefined function mb_detect_encoding() in ..


Solution:
yum install php-mbstring

Sunday, September 11, 2011

Symfony Requirement

Error:
Fatal error: Class 'DOMDocument' not found in ..........

Solution:
yum install php-xml

If servers are not accessible, modify /etc/resolv.conf and add:
         nameserver 4.2.2.2
on the top.