• when trying to access the “wp like statistics” page i receive this following error:

    Fatal error: Allowed memory size of 103809024 bytes exhausted (tried to allocate 32 bytes) in /plugins/wp-ulike/admin/classes/tmp/geoiploc.php on line 1769

    everything else works fine i just can’t access the statistics page.. any insight on how to fix this would be greatly appreciated!

    thanks,
    kb

    https://www.ads-software.com/plugins/wp-ulike/

Viewing 1 replies (of 1 total)
  • Plugin Author Alimir

    (@alimir)

    Hi @kb-creative-designs

    • If you have access to your PHP.ini file, change the line in PHP.ini
      If your line shows 32M try 64M:
      memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    • If you don’t have access to PHP.ini try adding this to an .htaccess file:
      php_value memory_limit 64M
    • Try adding this line to your wp-config.php file:
      Increasing memory allocated to PHP
      define(‘WP_MEMORY_LIMIT’, ’64M’);
Viewing 1 replies (of 1 total)
  • The topic ‘ulike statistic fatal error’ is closed to new replies.