Logging in the first time on MacOSX - acli/ATutor GitHub Wiki

Blank screen

  • Pressing the “Log-in!” button produced a blank screen (login.php?submit=%BB+Log-in%21)
  • Manually removing the query string and retrying gives an Empty Response error (!!)

Timezone warnings

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in /Users/ambrose/Sites/projects/ATutor/include/lib/mysql_connect.inc.php on line 65
repeated ad nauseum… and
Warning: Cannot modify header information - headers already sent by (output started at /Users/ambrose/Sites/projects/ATutor/include/lib/mysql_connect.inc.php:65) in /Users/ambrose/Sites/projects/ATutor/mods/_core/languages/classes/Language.class.php on line 122
right in the middle.
  • which is, of course, not an ATutor bug at all. I just needed to update php.ini, which, of course, doesn’t even exist on a stock MacOS X install…
⚠️ **GitHub.com Fallback** ⚠️