• Resolved webblogsforyou

    (@webblogsforyou)


    I’ve upgraded from simple wordpress to wordpress genesis framework.

    I’ve migrated database but after restore it showing me ugly question marks in posts. Here is the one https://www.aspneto.com/get-connectionstring-from-web-config.html example post.

    Here is the wp-config.php file’s settings:

    define(‘DB_CHARSET’, ‘utf8mb4’);
    define(‘DB_COLLATE’, ”);

    I also executed UPDATE wp_posts SET post_content = REPLACE(post_content, '?', '') query but it shows 0 rows affected so I think there is nothing like ? symbol in database table.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you try commenting following line in your wp-config.php?:

    define(‘DB_CHARSET’, ‘utf8mb4’);

    Thread Starter webblogsforyou

    (@webblogsforyou)

    Hi Kailash, Thanks for your quick response. I tried commenting the ‘DB_CHARSET’ line but same issue.

    Thread Starter webblogsforyou

    (@webblogsforyou)

    Issue was because it conflicted by other plugin. Disabling one by one I come to know which plugin was causing that issue. Removed that plugin and it resolved my issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘ugly question mark characters in posts’ is closed to new replies.