tail -f /etc/httpd/logs/error_log
[Sun Oct 19 17:25:21 2008] [error] [client 41.221.101.16] PHP Fatal error: func::require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'block/random_wisdom.php' (include_path='/usr/lib/php:/usr/local/lib/php:/tmp:/home') in /home/q8ty/public_html/portal/func/functions.php on line 2559
require_once($getFile);
egrep "register_globals =" /usr/local/lib/php.ini
nano /usr/local/lib/php.ini
ctrl+w
register_globals
ctrl+x
httpd restart