• Hello,

    first of all thank you for this excellent plugin. I have been using it on many of my websites but on one of them I got a fatal error when trying to access the statistics page:

    Fatal error: Out of memory (allocated 24641536) (tried to allocate 7168 bytes) in /homepages/32/d356454330/htdocs/mysite/wp-content/plugins/wp-statistics/includes/class/pagination.class.php on line 217

    I tried deleting and reinstalling the plugin, but that didn’t solve the problem.

    Thank you!

    http://wordpress.org/plugins/wp-statistics/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I believe I’ve hit the same bug. The plugin is doing massive database pulls (whole tables with 50k+ results) and this is ultimately exhausting any amount of memory.

    Waiting for an update with memory optimizations.

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi, The table of values ​​is probably too much.
    The next version will be more optimized.

    please use this define in wp-config.php
    define('WP_MEMORY_LIMIT', '64M');

    Unfortunately, allocating more memory only fixes the bug for so long. For me, this issue is not resolved until the plugin carries optimizations.

    Anyway, thanks for replying. Will be waiting for the new version.

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Yes, that’s right 🙂
    I will definitely think about it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error’ is closed to new replies.