Call to undefined function mb_detect_encoding()
If you get the error Call to undefined function mb_detect_encoding() you are missing the php-mbstring extension.
Real Life Tech Problems Solved.
If you get the error Call to undefined function mb_detect_encoding() you are missing the php-mbstring extension.
Fix for Fatal error: Class ‘DOMDocument’ not found in PHP
Article how to fix Notice: Undefined index: page and Notice: Undefined index: ipp in Pagination Class
Article on how to set the timezone in the htaccess file for PHP
Install Memcached and the PHP Library on a Fedora 14 server
Info on how to use strtotime with UK date formats
Getting this in a PHP site I am writing, to fix add this to a common include on your PHP page: date_default_timezone_set('UTC');
Simply add this to your .htaccess file to show errors in PHP, to surpress them simply change on to off # supress php errors php_flag display_startup_errors on php_flag display_errors on php_flag html_errors on
Got this error when trying to use MySql in a PHP page on a Fedora install. What had happened is PHP wasn’t installed with MySql support. However it is simple to fix. Open up PuTTY and enter in the following: yum install php-mysql /sbin/service httpd restart
Article detailing how to install Apache, MySQL and PHP on a Rackspace Cloud Fedora instance