อัพโหลดเวปขึ้น 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

เว็บโฮสติ้งคืออะไร

เว็บโฮสติ้ง เป็นบริการที่คุณเก็บเว็บไซต์ของคุณไว้บนเครื่องเซิร์ฟเวอร์ของเรา...

สามารถที่จะสั่งซื้อโดเมนเนมพร้อมกับเว็ปโฮสติ้งได้พร้อมกันหรือไม่

คุณสามารถสั่งซื้อพร้อมกันได้ทันที โดยทำการสั่งซื้อผ่านระบบ Shopping Cart...

เมื่อใช้พื้นที่จนเต็มสามารถที่จะ upgrade hosting plan ได้หรือไม่

สามารถทำได้โดยทำการแจ้งขอเปลี่ยน plan เข้ามาที่ฝ่ายขาย...

เซิร์ฟเวอร์ของ ไชโย โฮสติ้ง ตั้งอยู่ที่ไหน

Data Center ตั้งอยู่ ที่ ISSP และ Pacific Internet ตึกการสื่อสารแห่งประเทศไทย...

ต้องใช้เวลานานเท่าไรหลังจากที่จ่ายเงินแล้วถึงจะสามารถ อัพโหลดเว็บไซต์ได้

ภายใน 24 ชั่วโมงในวันเวลาทำการ  เพื่อตรวจสอบการจ่ายเงินในกรณีที่ท่านใช้วิธีโอนเงินผ่านทางธนาคาร...