* There is a problem with setting the timezone in PHP.  A workaround is in place to allow the install process to continue.  The correct way to fix this is to add a line in your /etc/php.ini file:
{{Code|date.timezone <nowiki>=</nowiki> "US/Central"}}
'''NOTE:'''  The list of available timezone values you can use can be found here: [http://www.php.net/manual/en/timezones.phphere]
== Application Testing ==