Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Ok I found a solution to the issue.

    In wp-includes\pluggable.php you comment the 2 lines 282 & 283
    //require_once ABSPATH . WPINC . '/class-phpmailer.php';
    //require_once ABSPATH . WPINC . '/class-smtp.php';

    It seems the path to the files are not correct and these files are already included anyway

    Try it and let me know
    Sylvin

    Hello

    I have the same issue on comments with custom post type.

    when a user leaves a comment, you get a white page on wp-comments-post.php

    The comment appears in your dashboard, but when you approve it, this comment does not keep the approved state.

    The only way I found so far, is to change in the database the comment approved state to ‘1’ but that does not solve the white page after a user leaving a comment !

    Plugins I use: Xml sitemap, PHP exec, All In One Seo, WP-Polls.

    Ideas are welcomed !

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