Re: Cake 1.2 problem with XML files in plugin vendors folder

2011-04-29 Thread Jamie
Hi Levi, Ignore the trolls. They won't survive I'd you don't feed them. :) Unfortunately. in version 1.2 you can only serve plugin img, CSS, and JS files, and only from folders with those names. There's much more freedom in 1.3. Each plugin has its own webroot folder. - Jamie On Apr 29, 7:49 am

Re: Cake 1.2 problem with XML files in plugin vendors folder

2011-04-29 Thread cricket
On Fri, Apr 29, 2011 at 10:49 AM, lsenft wrote: > There isn't any code. Then I guess you're just imagining this error then. Well, I'm happy this has all been sorted out. Have a nice day. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new Cake

Re: Cake 1.2 problem with XML files in plugin vendors folder

2011-04-29 Thread lsenft
There isn't any code. Its just a plain static xml file. When I put an image, css or js file into vendors folder I can access it with a url like /plugin_name/img/myimage.jpg. When I try to access files of other types I get the myfile.extController could not be found error. I get the impression t

Re: Cake 1.2 problem with XML files in plugin vendors folder

2011-04-28 Thread cricket
On Thu, Apr 28, 2011 at 12:30 PM, lsenft wrote: > I would like to load an XML file from a plugin vendors folder.  I get > the following error: > > Error: myfile.xmlController could not be found. > > Is there a way to serve xml files from a plugin's vendors folder? What's the code that leads to th

Cake 1.2 problem with XML files in plugin vendors folder

2011-04-28 Thread lsenft
I would like to load an XML file from a plugin vendors folder. I get the following error: Error: myfile.xmlController could not be found. Is there a way to serve xml files from a plugin's vendors folder? Thank you, Levi -- Our newest site for the community: CakePHP Video Tutorials http://tv