Hello,
perhaps it is my fault, and I shouldn't create a ticket. But perhaps something isnt right with this plugin. I can't install the sfDomPDFPlugin properly.
I used this instructions:
http://trac.symfony-project.com/wiki/sfDomPDFPlugin, and invoked a
symfony plugin-install http://plugins.symfony-project.com/sfDomPDFPlugin
So far so good. But when I execute the example at the line
$q = new sfDomPDFPlugin($invoice);
my sf throws this error:
Fatal error: Class 'sfDomPDFPlugin' not found in /vserver/xxxxx/apps/samt/apps/frontend/modules/validationReq uest/actions/actions.class.php on line 265
What is the problem? Should the classes be includes automatically? I did a clear-cache but without result. Do i need to set the include_path manually? If yes, this needs to be stated in the wiki.