Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter SanJordi

    (@sanjordi)

    I’ve came back to my latest version and goes OK.

    I’m working with version 4.0.0.6 and WP 4.5.2

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello SanJordi,

    Can you tell me which version caused crash on your site? We released today two versions one after another – 4.0.1.0 and 4.0.1.1

    Can you try updating to 4.0.1.1 and if site will crash again please enable debug mode in your WordPress. To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:

    define(‘WP_DEBUG’, true);

    In order to enable the error logging to a file on the server you need to add yet one more similar line:

    define( ‘WP_DEBUG_LOG’, true );

    In this case the errors will be saved to a debug.log log file inside the /wp-content/directory.

    Depending on whether you want your errors to be only logged or also displayed on the screen you should also have this line there, immediately after the line mentioned above:

    define( ‘WP_DEBUG_DISPLAY’, false );

    The wp-config.php is located in your WordPress root directory. It’s the same file where the database configuration settings are. You will have to access it by FTP or SFTP in order to edit it. I would need then to see content of the debug.log file.

    kind regards,
    Kasia

    Thread Starter SanJordi

    (@sanjordi)

    Hi Kasia,

    Thank you for ypur answer.

    Problem was with version 4.0.1.0, no ploblem with 4.0.1.1.

    Best regards,
    Jordi

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi Jordi,

    Thanks for getting back to us and glad to hear it’s all back to normal now ??

    Have a nice weekend!

    Predrag

    I realize that you have this marked resolved, but it’s still crashing my site (https://www.stoutenburgh.com/) unless I keep it deactivated. At the moment, a lot of private content and forums are exposed. I have version 4.0.1.1, but it doesn’t seem to make a difference.

    Where do I send the debug log?

    I rolled it back to 4.0.0.7 to get the site working again, but I still have the debug log if it will help you figure out the problem with the newest version (or possibly whether it’s one of my other plugins causing a conflict.)

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @timothydungan

    I hope you are doing well!

    This issue is resolved for the original author, as per the Forum Welcome, please post your own topic.

    Please post more information regarding the issue with Membership 2 plugin crashing your site. What errors you see. Make sure that you run a check for conflict with another plugins.

    Kind Regards,
    Nastia

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Membership update crash my site’ is closed to new replies.