Closed PhoneixS closed 10 years ago
Well, debuging I have found two problems.
XMLGeneratorFactory
and it really is XmlGeneratorFactory
. (Case sensitive). This was my problem."target-dir": "SEPA"
in your json and I think that it isn't needed.After correcting this two things, it load correctly.
I think it was resolved in d44053b22fa0d47a3af7eb2a6c5af17d344c7a3b.
I'm trying to use the library with composer but I always get
Class 'SEPA\Factory\XMLGeneratorFactory' not found
exception.For example in a file like bellow, it throw it.
Debugging, I have found that
$l
->S->SEPA have the value/home/jabellota/Proyectos/wsAptana/PaginaPublica/vendor/dmitrirussu/php-sepa-xml-generator/lib
, which is (I think incorrect).The actual folder structure is something like (my root is in
/home/jabellota/Proyectos/wsAptana/PaginaPublica/
):dmitrirussu folder and bellow are automatically made by composer when installing the dependency.
Also note that the autoload_namespaces.php file have this content: