Hello,
First at all my line code looks like this:
<strong>define('DB_CHARSET', 'utf-8')</strong>
So I tried to put the “//” and it doesn´t work.(attached image: original code, after code)
Then I tried to change my lines like your code:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);`
My character problem was solved BUT my homepage looks like this (attached image: new code, new code homepage), header top line, logo, my information for the first column widget was erased and my footer changes. So I put my old code “define(‘DB_CHARSET’, ‘utf-8’);” but my information doesn´t looks the same.
At last I made the change to this (attached image: new code comment):
<strong>//define(‘DB_CHARSET’, ‘utf8’);
//define(‘DB_COLLATE’, ”);</strong>`
and nothing change… Can you help me? Why my homepage made this big changes in my information?
Thank you in advance.
Attachments:
You must be
logged in to view attached files.