• Hello,

    Im facing this error:
    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32768 bytes) in /home/ok/public_html/wp-content/plugins/elementor/core/experiments/manager.php on line 434
    Thanx

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

Viewing 1 replies (of 1 total)
  • Plugin Support Joel

    (@joelsm)

    Hello,

    Thank you for reaching out to Elementor. 

    The error message you provided indicates that the PHP memory limit for your WordPress website has been exceeded. Please check the Elementor’s system requirements.?

    However, to fix this, you can try the following steps:

    1. Increase PHP Memory Limit:

    You can increase the PHP memory limit by editing your site’s wp-config.php file. Here’s how:

    a. Access your website’s files using an FTP client or cPanel File Manager.

    b. Locate the wp-config.php file in your WordPress root directory.

    c. Add the following code just before the line that says “That’s all, stop editing! Happy blogging.”

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

    This code increases the memory limit to 256 megabytes. You can adjust the value to a higher number if necessary.

    d. Save the wp-config.php file and upload it back to your server.

    2. Check for Plugin or Theme Conflicts:

    Sometimes, conflicts with other plugins or themes can lead to memory issues. To determine if this is the case, follow these steps:

    a. Deactivate all plugins except Elementor.

    b. Switch to a default WordPress theme like Twenty Twenty-One.

    c. Check if the error is still present. If it’s gone, reactivate your plugins and theme one by one to identify the one causing the issue.

    3. Contact Your Hosting Provider:

    If increasing the PHP memory limit and checking for conflicts doesn’t resolve the issue, it’s possible that your hosting provider has imposed a memory limit that cannot be exceeded. In this case, you should contact your hosting provider and ask if they can increase the memory limit for your website.

    We hope these steps help you resolve the memory exhaustion issue. If you have any further questions or encounter any difficulties, please don’t hesitate to reach out to us for additional assistance.

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘I got fatal error’ is closed to new replies.