Fatal error: Class ‘DOMDocument’ not found
Fix for Fatal error: Class ‘DOMDocument’ not found in PHP
Real Life Tech Problems Solved.
Fix for Fatal error: Class ‘DOMDocument’ not found in PHP
How to fix the error Fatal error: Class ‘XMLReader’ not found on Fedora
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
Fixing error Fatal error: Call to undefined function mb_convert_encoding()
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