• Hi! I saw in a lot of threads information about this issue, however, none of the solutions is working for me. I tried all: deleting cookies, unactivating and activating all plugins, temporary changing theme.

    Do you know what can be the issue caused by?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Did you try checking the PHP level and increaseing the PHP memory or going to the Elementor option, Advanced and changing the Enable setting?

    Thread Starter emm123

    (@emm123)

    I tried all of mentioned, PHP level is ok, PHP memory is 256M right now. Elementor was working fine until one day I logged in and this nightmare started ??

    LogoLogics

    (@logologics)

    Hi,

    Please share more info about your configuration, what browser are you using to edit, are you on cloudflare, is SSL active,url where this is happening, because it is very hard to help if you do not provide this:

    https://www.ads-software.com/support/topic/please-read-before-you-post-an-issue/

    Thread Starter emm123

    (@emm123)

    Hello! Than please see the following:

    Make sure you are using the most updated versions of Elementor, WordPress & your theme. -> DONE, ALL UPDATED
    Deactivate all of your plugins. If this solves the problem, gradually activate your plugins one by one, until you spot the problematic plugin. -> DEACTIVATED ALL BESIDES ELEMENTOR, DIDN’T HELP
    If you have a caching plugin, make sure you deactivate it, or even better – purge the cache. -> THE SAME, NO CATCHING PLUGIN
    Change your WordPress theme to WordPress TwentySixteen (or other default WordPress theme). -> DONE, DIDN’T HELP

    Issue is as described as above: there is a loading screen with E letter
    Elementor System Settings: https://pastebin.com/G4J5d4BF

    Errors after pressing f12 on elementor page: https://pastebin.com/aXffv2Bd

    Let me know please if some other info is needed

    LogoLogics

    (@logologics)

    Hello, thanks for sharing.

    This most probably the culprit:
    PHP Version: 5.6.34

    Memory limit: 40M ( needs to be at least 128 MB or higher

    https://docs.elementor.com/article/38-requirements

    The phph version needs to be 7+

    • This reply was modified 6 years ago by LogoLogics.
    LogoLogics

    (@logologics)

    Just as a comparison, these are my settings and all my sites run just fine:

    Server Environment ==
    Operating System: Linux
    Software: Apache
    MySQL version: MariaDB Server v5.6.36-82.0
    PHP Version: 7.2.7
    PHP Max Input Vars: 1000
    PHP Max Post Size: 1024M

    So I would increase the max post size as well, yours is just 64 M

    You might need to check the host, see what max they allow on their servers in combo with the hosting you have chosen.

    Thread Starter emm123

    (@emm123)

    I upgraded PHP to version 7. Also tried to do with memory:

    Max Upload Size: 64 MB
    Memory limit: 1024M

    I couldn’t change max upload size – tried changing in php.ini, .htaccess etc

    Due to that changes, on the main page of WordPress error occured:

    Header information – headers already sent by (output started at /wordpress/wp-includes/functions.php:1) in /wordpress/wp-admin/includes/misc.php on line 1126

    LogoLogics

    (@logologics)

    Hello,

    I suppose it is still an issue, even after upgarding to php7 and clearing cache after that event?

    Increasing memory limit needs to be done in the wp-config.php
    If these lines are not yet present, you can simply add them manually around line 37:

    /** Memory Limit */
    define('WP_MEMORY_LIMIT', '512M');
    define('WP_MAX_MEMORY_LIMIT', '512M');

    Do not forget to save after you added this and take a full backup before you do this,just to make sure you can put back in case something goes wrong.

    Make sure your host allows 512M or find out what they allow max is.

    • This reply was modified 6 years ago by LogoLogics.
    • This reply was modified 6 years ago by LogoLogics.
    Thread Starter emm123

    (@emm123)

    Unfortunatelly, hasn’t helped. ?? Thank you for trying.

    Do you have any other ideas? I can share all Worpress settings and etc.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Elementor grey page – loading E forever’ is closed to new replies.