• Hi all,
    I recently tried to move my wordpress site from my private server to a public one.
    Now every content has “\r\n” in every content.
    I found some articles where the mistake seem to be the charset of the new database (server?).
    Can you tell me what to do now? I changed mysql-server by simple exporting the database in phpmyadmin -> export -> sql and them imported the SQL script on the new server in phpmyadmin.
    Thanks for every input!
    Regards!
    Michael

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Michael !

    if it’s a charset problem, it can be solved by adding :

    define('DB_CHARSET', 'utf8');
    
    /** The Database Collate type. Don't change this if in doubt. */
    define('DB_COLLATE', '');

    I hope this help 🙂 if it doesn’t, please submit your website url to be able to directly see the problem.

    cheers !

    Thread Starter mich90r

    (@mich90r)

    Hi,
    this was already in my config.
    The URL is: http://www.sg-luenen.de (german one)
    Since I already corrected some pages manually, you can see the problem e.g. on http://www.sg-luenen.de/mannschaft-1/.
    Cheers!

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

The topic ‘After Server move – \r\n in every content’ is closed to new replies.