• Resolved jms1017

    (@jms1017)


    wordpress continues to send email that the all in one seo plugin is causing a fatal error on the website.

    site stays up, but I am concerned as to what’s going on with the plugin. Here is the error message An error of type E_ERROR was caused in line 100 of the file /home/oralsurgery/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/YoastSeo/PostMeta.php. Error message: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2621440 bytes)

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

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

    (@steckinsights)

    Just to validate the issue you’re seeing, we’re seeing this too on a client’s site. My guess is that the Yoast plugin needs to be removed (they’re likely conflicting with each other). Disabling All In One SEO eliminated the error message. I haven’t disabled Yoast yet.

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @jms1017, @steckinsights

    It looks like our process that imports post meta from Yoast to AIOSEO is running out of resources. We should be able to mitigate that by simply trying to import fewer posts at a time.

    Can you try adding this code snippet to see if it resolves the issue?

    add_filter( 'aioseo_import_yoast_seo_posts_per_action', function() {
    return 10;
    } );

    You can add this through the WPCode plugin or simply in the functions.php file inside your theme.

    Plugin Support Steve M

    (@wpsmort)

    Hey?@jms1017 and?@steckinsights,

    We haven’t heard back from you in a couple of days. I’m going to go ahead and close this thread for now. But if you’d like us to assist, please feel welcome to continue the conversation.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘memory allocation error’ is closed to new replies.