Hi, I was trying to move my site into a sub folder:

From: mysite.com
To: mysite.com/test

I have followed all the instructions according to this tutorial:
https://www.zen-cart.com/tutorials/i...hp?article=122

After that, my website turned out to be a blank page and indicated as:
HTTP 500 Internal Server Error

According to my Cache folder, this is the error that I get:
[29-Dec-2010 03:51:26] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /public_html/test/LM7882_admin/includes/functions/general.php on line 40
[29-Dec-2010 03:51:26] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /public_html/test/LM7882_admin/includes/functions/general.php on line 40
[29-Dec-2010 03:51:26] PHP Warning: htmlspecialchars() [<a href='function.htmlspecialchars'>function.htmlspecialchars</a>]: charset `CHARSET' not supported, assuming iso-8859-1 in /public_html/test/LM7882_admin/includes/functions/general.php on line 40

Can anybody help me? Can I change CHARSET as any other code??