• Resolved Ibsonic

    (@ibsonic)


    Hi,

    Whenever I try to save a blog or post nothing is being saved. This is also when I try to translate string or anything.

    When debugging I’m getting 500 or 400’s -> https://ibb.co/kLYS9p

    I’ve disabled every plugin and theme to look into the problem and found that WooCommerce is conflicting with Ultimate Member plug-in what I already use. I want to use recurring payments with WooCommerce Subscriptions so that people can log into my website.

    Please help

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @ibsonic

    That certainly isn’t good and likely a result of the server being unreachable. Do you still have this issue if you switch to a default theme like Twenty Seventeen and disabling all plugins except for WooCommerce? If not, then you can enable each one at a time until you find the one causing issues.

    Thread Starter Ibsonic

    (@ibsonic)

    Hi John,

    yes I’ve switched back to the default theme and disabled all the plug-ins. It isn’t the theme who’s causing the problem.

    It is WooCommerce with Ultimate Member plug-in. Those two aren’t working together. But I need Ultimate member for membership. I already tried to contact Ultimate Member.

    https://wordpress.org/support/topic/nothing-is-being-saved-2/#post-10684854

    Thread Starter Ibsonic

    (@ibsonic)

    Hi, I fixed the issue;

    The two plug-ins were using too much memory. By default, WordPress automatically tries to increase PHP memory limit if it is less than 64MB. However, 64MB is often not high enough.

    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );

    In wp-config.php

    Plugin Support John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @ibsonic

    Thanks for letting us know and glad to have helped! I’ll tag this thread as resolved and you’re welcome to open a new one if you have any future questions.

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

The topic ‘Nothing is being saved!’ is closed to new replies.