ATutor

Learning Management Tools







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


zendcompatibility mode


  • 2010-01-05 13:24:40

    zendcompatibility mode

    There is a bug in PHP's zend compatibility mode that will cause ATutor to break in various places. If the patch list or modules list are not showing up for admins, or if the instructors Manage screen is blank, this is likely the problem. To resolve it set compatibility mode to off;
    [php]
    zend.ze1_compatibility_mode = Off

    [/php]

    Details of the bug can be found at:
    http://bugs.php.net/bug.php?id=27641