segy / Mpdf

CakePHP 2.x Component for creating PDF files from HTML using mPDF class
30 stars 19 forks source link

Setup Issues #4

Closed elogicmedia closed 12 years ago

elogicmedia commented 12 years ago

Hi, I just installed this component and put the mpdf into the vendor folder on my site. I loaded up a sample and I am getting this error:

Missing Plugin

Error: The application is trying to load a file from the Mpdf plugin

Error: Make sure your plugin Mpdf is in the app/Plugin directory and was loaded

<?php CakePlugin::load('Mpdf');

Any ideas what I might have done incorrectly? I'm not sure why it is looking for a Plugin when this is in vendor. I don't have any reference in my bootstrap.php file to Mpdf, I have only followed your instructions on the readme.

Thanks