|
|
|
mpdf อัฟไฟล์ขึ้น host แล้ว แต่ เรียกpdf download ไม่ขึ้นเลย ครับ ปรับ 777 แล้ว |
|
|
|
|
|
|
|
ดู Version ของ PHP ด้วยนะครับ
|
|
|
|
|
Date :
2018-08-23 13:44:04 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2018-08-23 15:00:55 |
By :
2165040567064916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รูป เวอร์ชั่น server คับ
|
|
|
|
|
Date :
2018-08-23 15:03:29 |
By :
2165040567064916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
น่าจะเป็นที่ Version ของ PHP ครับ
|
|
|
|
|
Date :
2018-08-23 15:07:25 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบพระคุณมากกกๆเลยคับ ได้แล้ว
แต่ผมติดปัญหานิดหน่อยตรง ในส่วน ในตอน gen mpdf โค้ดตัวนี้
<table align="center" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" align="left" >
<td colspan="3" align="left">เพื่อไปทำงานของบริษัทฯ :</td>
<td align="center"width="67"align="center"><?php if(isset($_POST['company1'])=="1")
{
?> <input type="checkbox" name="chk1" id="chk1" checked = "checked"/><?
} else {?>
<input type="checkbox" name="chk1" id="chk1" />
<?}?></td>
<td width="347"></td>
</tr>
</table>
ถ้าลบออก สามารถ generate PDF ได้ บนhost ได้ ผมลองรันโค้ดนี้ก็ได้ปกติคับใน localhost เลยเเปลกใจว่าผิดตรงไหนทำไมเอาขึ้นhost แล้วไม่สามารถ ทำได้
|
|
|
|
|
Date :
2018-08-24 14:13:17 |
By :
2165040567064916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ดัก Error กด F12 จาก Chrome ถ้ามีอะไรผิดพลาดจริง มันต้องแจ้งบ้างล่ะครับ
|
|
|
|
|
Date :
2018-08-24 15:01:12 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมก็ตรวจสอบแล้วนะคับก็ยังไม่ได้อยู่ดี
โค้ดทั้งหมดคับ รัน localhost ปกติได้ อัฟลง host แล้ว generate ไม่ได้
<?php
if(isset($_POST['submit'])){
//collect form data
$company1 = $_POST['company1'];
//if no errors carry on
if(!isset($error)){
//create html of the data
ob_start();
?>
<table align="center" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" align="left" >
<td colspan="3" align="left">เพื่อไปทำงานของบริษัทฯ :</td>
<? if(isset($_POST['company1'])=="1")
{
?>
<td align="center"width="67"align="center">
<input type="checkbox" name="chk1" id="chk1" checked = "checked"/>
<? }
else
{ ?>
<input type="checkbox" name="chk1" id="chk1" />
<?}?></td>
<td width="347"></td>
</tr>
</table>
<?php
$body = ob_get_clean();
$body = iconv("UTF-8","UTF-8//IGNORE",$body);
include("mpdf/mpdf.php");
$mpdf=new \mPDF('c','A4','','' , 0, 0, 0, 0, 0, 0);
//write html to PDF
$mpdf->WriteHTML($body);
//output pdf
$mpdf->Output('demo.pdf','D');
//save to server
//$mpdf->Output("mydata.pdf",'F');
}
}
//if their are errors display them
if(isset($error)){
foreach($error as $error){
echo "<p style='color:#ff0000'>$error</p>";
}
}
?>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8">
</head>
<form action='' method='post'>
<label class="col-xs-4 control-label">เพื่อไปทำงานของบริษัท:</label>
<div class="col-xs-1"><input type="checkbox" id="company1" name="company1" ng-model="model.userName" class="form-control" value="1"/>
<p><input type='submit' name='submit' value='Submit'></p>
</form>
|
|
|
|
|
Date :
2018-08-24 16:22:33 |
By :
2165040567064916 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.ผมไม่ได้ว่า code ผิด ผมถามไม่มี Error จริงๆ หรือครับ
2. php version เดียวกันไหม ตอบตัวเองครับ
|
|
|
|
|
Date :
2018-08-25 11:34:27 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|