• Hi, I recently upgraded my WP theme, and re-activated jetpack. Voila, the whole website returns with

    Fatal error: Out of memory (allocated 63700992) (tried to allocate 20 bytes) in /homepages/3/dxvy/htdocs/mydomain/wp-content/themes/directory2/ait-theme/@framework/libs/AitLess.inc on line 3250

    I have checked my wp-config.php and it does have a

    define('WP_MEMORY_LIMIT', '256M');

    already, but I can’t seem to resolve the issue. I’m not sure if it has something to do with turning on the automatic updates. Can someone please help? I’d like to get this up and working again. Thanks for any hints

    https://wordpress.org/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    I’m afraid that’s indeed a common WordPress issue, and it’s not related to a specific plugin (like Jetpack) or feature (like automatic updates).

    The WP_MEMORY_LIMIT constant usually helps, except if your server doesn’t have that kind of memory available for your site to use.

    Could you contact your hosting provider and ask them how much memory is allocated to PHP on your site?

    I hope this helps.

    Thread Starter sunkid

    (@sunkid)

    I fixed that memory leak. It seems like my theme was the culprit had some memory leaks. Just updated the Theme that fixed this issue.

    However, there’s a second problem which still does exist:
    whenever I activate Jetpack, the layers of the checkboxes overlays the send button, preventing the people from sending off a comment. Thats a mess, if you’re running a giveaway. I can’t seem to change it with CSS either, without breaking the design. Any clues?

    Cheers
    Chris

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you post a link to a page where this happens, so I can take a closer look?

    If you want your site URL to remain private, you can also contact us via this contact form:
    http://jetpack.me/contact-support/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal out of memory’ is closed to new replies.