อัพโหลดเวปขึ้น hosting แล้ว Error : File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)...

ในกรณีรันหน้าเวปในเครื่องแล้วใช้งานได้ แต่พออัพโหลดขึ้น host แล้ว error แบบนี้ 

'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)
Character set '#18' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file


อันนี้เป็น bug ของ mysql4 สำหรับ function mysql_connect ซึ่งถูกเรียกใช้ ใน body tag ครับ
วิธีแก้ไขคือ นำ function mysql_connect() ไปไว้บนสุดของ file .php นั้นๆ ที่ได้ถูกเรียกใช้ครับ

 ยกตัวอย่าง

connect.php มี mysql_connect() function อยู่
ไฟล์ที่เรียก database ให้แก้ตามนี้ครับ

 <?php

include ‘connect.php’;

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />

<title>Untitled Document</title>

</head>

 <body>

 <?php code ?>

 </body>

</html>


หรือ ในกรณีที่ใช้ session

 <?php

session_start();

include ‘connect.php’;

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />

<title>Untitled Document</title>

</head>

 <body>

<?php code ?>

 </body>

</html>

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

ปลดล็อค "เว็บไซท์ อันตราย" กับ webmaster tool

ปลดล็อค "เว็บไซท์ อันตราย" กับ webmaster tool 1. เข้าไปที่ http://www.google.com/webmasters/ 2....

ทำไมเข้าเว็ปอื่นได้ปกติ แต่บางเว็ปเข้าไม่ได้

อาจจะเกิดจากค่า dns ของผู้ให้บริการ Internet ที่ใช้บริการอยู่ไม่ update...

ขั้นตอนการใช้งาน Control Panel Plesk v.11 สร้าง แก้ไข หรือลบ e-mail account

เมื่อลูกค้าได้สมัครใช้งาน Cloud E-mail และต้องการสร้าง Mail Account ให้ลูกค้า Login เข้าไปที่...

Telnet การเปิด (Enable) ใช้งาน คำสั่งบน Windows

Windows 7  นั้นได้ปิดคำสั่ง Telnet ไว้ตั้งแต่เริ่มต้น หากใครไม่ทราบอาจจะเข้าใจว่าใช้ไม่ได้...

ต้องใช้เครื่องมืออะไรบ้างในการบริการใช้โฮสติ้ง กับไชโย โฮสติ้ง

สามารถทำงานผ่าน Web Browser ได้ทันทีโดยไม่จำเป็นต้องใช้ โปรแกรมช่วยเหลืออื่น ๆ อีก