• Resolved exelexys

    (@exelexys)


    Developing a WordPress site (currently not publicly accessible) and experiencing fatal errors when activating three plugins.

    Running latest versions of WordPress 6.1.1, block based theme Blockify and three plugins, which although compatible in the recent past, are no longer:

    Blockify Version: 0.9.36
    https://blockifywp.com/downloads/blockify

    Gutenverse Version 1.8.0
    https://ww.wp.xz.cn/plugins/gutenverse

    Genesis Blocks Pro Version 1.8.1

    Essential Blocks Version 3.8.7
    https://ww.wp.xz.cn/plugins/essential-blocks

    After recent updates, only two of these three plugins can be activated without causing the dreaded White Screen of Death, but not all three.

    As a result, it’s difficult to determine which is the offending plugin? Tried using default WordPress themes, but the problem persists.

    Will try to eliminate one of these plugins permanently, but do you know why these three plugins may be incompatible when all three are activated?

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Pradnya

    (@pradnyajegstudio)

    Hi @exelexys

    I am not sure what cause the issue. It works fine on my side with three plugins activated. Note for Genesis Blocks, I use the free version.

    Can you try to activate all the plugins and see on the developer tools console (right click > inspect). Is there any error you got there?

    Also, maybe you need to check the server error logs. You can ask your site administrator.

    Thread Starter exelexys

    (@exelexys)

    There problem doesn’t occur with Genesis Blocks. Genesis Blocks Pro causes the error. Let me know if you need this.

    Specific error shown in browser

    There has been a critical error on this website. Please check your site admin email inbox for instructions.
    
    Learn more about troubleshooting WordPress.

    Errors in Developer Tools Console:

    GET https://hpsi.org/wp/wp-admin/plugins.php	[HTTP/1.1 500 Internal Server Error 248ms]
    
    Error: Could not establish connection. Receiving end does not exist. content_script_bundle.js:223:887

    Does this help?

    Plugin Author Yoga

    (@yogajegstudio)

    Hi @exelexys

    If possible, could you also send us the php error log?
    And could you tell us all plugin combinations that caused error and that are safe?
    For example :
    – plugin A & B : safe,
    – plugin A & C : error,
    etc

    Thank you.

    Thread Starter exelexys

    (@exelexys)

    Tracked down the problem. It was a WordPress memory limitation issue.

    Added the following in wp-config.php and no more issues activating the three plugins (and several more):

    define( 'WP_MEMORY_LIMIT', '256M' );

    Thanks for your help!

    Plugin Author Yoga

    (@yogajegstudio)

    Glad to hear the issue is solved.
    If you still need any help, please let us know.
    I will close the topic for now.

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

The topic ‘Conflict with other Blocks plugins’ is closed to new replies.