What you're seeing is a libxml bug. Upgrading PHP will solve that issue. As a quick fix, you can open the file in question (output_types.xml) and replace the <xi:include .../> directives with the respective blocks from the <sandbox> element so the resulting file looks like http://pastie.caboo.se/43582 (click the "Download" or "View" link to download the original source there).
Note that Agavi does not require XIncludes to work. They are just used there to make the file a little smaller in size and cleaner looking. A new project created using "agavi project" will not exhibit the behavior either. Hope that helps. Let us know if you have any further questions. Cheers, David Am 28.02.2007 um 00:31 schrieb salva: > Hi > Can you see what is wrong here? > http://70.84.180.34/ > I did not make any change yet. I am trying to run the sample app > Thank you! > <salva.vcf> > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
