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

Error 500 #2

Closed CesarGonzalezM closed 12 years ago

CesarGonzalezM commented 12 years ago

First of all, thanks for this wrapper! I'm a Yii newbie and it helped me learning.

But got a problem: just moved application from dev server to production and always returns error 500 when I try to initialize through Yii::app()->ePdf->HTML2PDF();

No idea about what is causing this.

Borales commented 12 years ago

Sorry for this late answer. If you still have such trouble - please check your server log. If there are any records about YiiPDF - send them here. Thanks

CesarGonzalezM commented 12 years ago

Hi again It was a funny thing... just a problem with chmod (no coffee that morning...)

Thanks!