pma export error

  • Today would have been needed for export, but failed.
    The error message:


    Quote

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 39944193 bytes) in /var/www/imscp/gui/public/tools/pma/libraries/Response.class.php on line 273


    Ubuntu 12.04.2 LTS
    php-fpm
    i-mscp 1.1.0-rc3

    ubuntu 12.04 | i-MSCP 1.1.0-rc4.7

  • Thanks for the reply, although it was not much help.
    Of course, then I was looking for (google) obviously, but I could not find a solution to this problem.
    I've updated the phpMyAdmin, but did not solve the problem :(

    ubuntu 12.04 | i-MSCP 1.1.0-rc4.7

  • Well, the message already tells you what the problem is ;)
    You have reached the memory limit of 128 MB.


    Increase the value of memory_limit in your PHP config.


    But it is kind of strange why it would need that much memory. What exactly (and how much) where you trying to export? And where to?

    Edited once, last by MuhKuh ().

  • This is a forum database to downloaded file size of 55.8 MB


    Solving the problem:
    nano /etc/php5/fpm/php.ini => memory_limit = 256M


    [size=x-small](128M he had little)[/size]


    thanks for everything :blush::angel:

    ubuntu 12.04 | i-MSCP 1.1.0-rc4.7