ATutor

Learning Management Tools







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


Problem exporting content


  • 2008-10-02 13:17:02

    Problem exporting content

    ATutor Version: 1.6.
    PHP Version: 5.2.6
    MySQL Version: 5.0.51a-community-log
    OS: Linux 2.6.18-53.1.4.el5
    Browser: Explorer

    Hello

    When I try to export the content of e course I get this error:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12302644 bytes) in /home/emprenau/public_html/trainmonher.net/include/classes/zipfile.class.php on line 233


    I did try to export some some chapter and also get that error.

    I was looking the zipfile.class.php but I didn't find how to allocate more memory.

    Any suggestion?

  • 2008-10-02 13:30:53

    Re: Problem exporting content

    Are you sure your system has not run out of memory?

    Have you tried to export a single, text on page?

  • 2008-10-03 10:53:01

    Re: Problem exporting content

    Looks like the PHP ran out of memory. Try to edit the /php.ini file (most likely at /etc/php.ini) and change the "memory_limit" param.