• Over the past three weeks I have been struggling with increasing WP Memory Limit for my site from 40MB to 64MB. BlueHost server provider has increased the overall memory to 128MB but still in the Woocommerce system update it says the WP Memory needs to be improved

    Additionally I have tried to upload a newer version of my wordpress theme WITHOUT SUCCESS as – my MOJO theme provider and Woocommerce advisor tells me – its WordPress that is causing the issue.

    I have tried more that 25 times. Here is what the notice says and the notifications in the systems status of Woocommerce sections:

    Your theme has bundled outdated copies of WooCommerce template files – if you encounter functionality issues on the frontend this could the reason. Ensure you update or remove them (in general we recommend only bundling the template files you actually need to customize). See the system report for full details.
    System Status Hide this notice

    cart.php version 1.6.4 is out of date. The core version is 2.1.0,
    cross-sells.php,
    mini-cart.php version 1.6.4 is out of date. The core version is 2.1.0,
    shipping-calculator.php,
    form-billing.php version 2.0.0 is out of date. The core version is 2.1.2,
    form-checkout.php,
    form-shipping.php version 1.6.4 is out of date. The core version is 2.1.2,
    review-order.php version 1.6.4 is out of date. The core version is 2.1.8,
    thankyou.php,
    content-product.php,
    content-product_cat.php,
    content-single-product.php,
    no-products-found.php,
    form-change-password.php,
    form-edit-address.php version 1.6.4 is out of date. The core version is 2.1.0,
    form-login.php version 1.6.4 is out of date. The core version is 2.1.0,
    my-account.php,
    my-address.php,
    my-downloads.php,
    my-orders.php version 2.0.0 is out of date. The core version is 2.1.0,
    order-details.php version 2.0.3 is out of date. The core version is 2.1.0,
    external.php version 1.6.4 is out of date. The core version is 2.1.0,
    grouped.php version 1.6.4 is out of date. The core version is 2.1.7,
    variable.php version 2.0.3 is out of date. The core version is 2.1.0,
    product-image.php version 2.0.3 is out of date. The core version is 2.0.14,
    product-thumbnails.php,
    related.php,
    review.php version 1.6.4 is out of date. The core version is 2.1.0,
    additional-information.php,
    description.php,
    tabs.php,
    up-sells.php,
    single-product-reviews.php version 2.0.3 is out of date. The core version is 2.1.0

    Please let me know what the issue might be.

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    Here are three ways to increase PHP’s memory allocation:

    1. If you can edit or override the system php.ini file, increase the memory limit. For example, memory_limit = 256M

    2. If you cannot edit or override the system php.ini file, add php_value memory_limit 256M to your .htaccess file.

    3. If neither of these work, it’s time to ask your hosting provider to temporarily increase PHP’s memory allocation on your account. Keep in mind that most decent hosting providers allocate 32 MB to PHP under each account, and most decent hosting providers allow users to temporarily increase the memory allocation. If your hosting provider won’t accommodate you, perhaps it’s time to find a new hosting provider.

    (in the above examples, the limit is set to 256MB)

Viewing 1 replies (of 1 total)
  • The topic ‘trouble increasing WP Memory Limit’ is closed to new replies.