-
Notifications
You must be signed in to change notification settings - Fork 19
Description
hey segy,
firstly, thanks a lot for this beauty work :)
i test it on my localhost (using xampp) and work great :)
but isnt in the webserver,
i test the mpdf directly on my webspace and work fine, but your plugin (in cakephp) doesnt !
this is the issues:
-css files doesnt work, until change the including methode from : Html->css('screen.css');?> to and i dont know why !!!!
-images doesnt work too until change from the helper methode html->image('img/images/image.jpg') ?> to
!! and doesnt work too when add "/" like: 
all those problems happen whene i use the plugin on the webserver,but in my local server (on my pc) all is work fine !
im trying many methodes and diffirents versions of mpdf (the recent version too 6) without any new !
hope that you have any idea
thanks :)