Borales / yii-pdf

A wrapper to some PHP-PDF libraries (mPDF, HTML2PDF)
http://www.yiiframework.com/extension/pdf/
BSD 2-Clause "Simplified" License
60 stars 37 forks source link

Server Error 500 #8

Open rahulk-k opened 8 years ago

rahulk-k commented 8 years ago

Hi, Im getting server error 500 while using

 $mPDF1 = Yii::app()->ePdf->mpdf();
Borales commented 8 years ago

@rahulk-k please check your server log error, I guess it should give you more info

rahulk-k commented 8 years ago

I did not find any error on server log. Im using html2pdf-4.03 and MPDF 5.7

Borales commented 8 years ago

@rahulk-k this info is not enough. You should check your project logs as well. "error 500" can be caused by many things

Borales commented 8 years ago

@rahulk-k Do you have this error still?