• Resolved Alex

    (@alex4711)


    Thank you a lot for investing your time and providing this plugin. Much appreciated!
    When using the gallery specific jQuery method I get an out-of-memory exception and a white screen of death. I’m using WordPress 4.9.8-de_DE, PHP 7.2 and 256 MB of memory for PHP. I tried this with the themes twentysixteen and twentyseventeen and Simplest Gallery version 4.4. I get this error on two separate WP installations but hosted at the same server and thus the same PHP installation.
    I’d be okay if this error falls under “unsupported” as there’s a clear warning that problems can arise. If more information (logs, debug prints) is wanted, I will happily try to gather the data. I’m a SW-developer though don’t know much PHP.
    Kind regards,
    Alex

    The page I need help with: [log in to see the link]

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

    (@cleoni)

    Hello,
    the white screen is hiding an error message, and it’s quite likely that which is not actually an out of memory, but some sort of code compatibility issue due to PHP 7.2, I have never tested Simplest Gallery under that php version.

    A few hints/workarounds:

    – Diagnose the problem by temporarily adding these two lines inside wp-config. Seeing the exact reason of the white screen is important to ensure it’s not due to other causes.

    @ini_set('display_errors', 'on');
    @error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED); 

    – If it’s a code compatibility issue, and using PHP 7.2 is not crucial to you, you can solve it by switching back to PHP 5.6, usually web providers allow you to choose which PHP version to use

    I will test the plugin under PHP 7.2 as soon as possible and possibly release a new version if it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Excessive memory usage with gallery’s jQuery’ is closed to new replies.