ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


problem blank page after install atutor


  • 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

  • 2012-12-26 11:57:21

    Re: problem blank page after install atutor

    This problem typically happens when ATutor is uploaded to a server file by file. You would need to uploaded the bundled ATutor and unpack it on the server.

    Otherwise take a look in the server's php_error.log file, and provide more information about the system ATutor is installed on if you need more help.