2012-11-24 07:11:24
problem blank page after install atutor
after installing ATutor on xampp 1.8.1 and found a blank page every login, I tried to open the wrong address and it get an error message config.inc.php line 43
define ('MAIL_USE_SMTP', false);
after I noticed there is an error code that is on the line
define ('AT_CONTENT_DIR', 'C:\xampp-portable\htdocs\ATutor\content\');
after my code change to
define ('AT_CONTENT_DIR', 'C:\xampp-portable\htdocs\ATutor\content');
the whole page is displayed normal