I'm a little confused how this got broken in RC3. I've looked at the changes from RC2 to RC3 in this url.
https://trac.cakephp.org/changeset?new=trunk%2Fcake%2F1.2.x.x%2Fcake%2Flibs%2Fconfigure.php%407690&old=trunk%2Fcake%2F1.2.x.x%2Fcake%2Flibs%2Fconfigure.php%407296 I don't see anything that should have broken my import statement, but when debugging the code I can see that it's not working. I got to line 837 in configure.php where is says "$directory = $_this- >__find($find, true);", and that returns null. I'm not sure it's suppose that have gotten that far. $find is equal to "rss_fetch.inc" which is my file, but the __find() method only checks the vendor folders. It appears to be ignoring the subfolder "magpierss" defined in the name parameter. Could I have been using the wrong parameters? How would I import this file from my plugins vendor folder? "/app/plugins/gems/vendor/magpierss/rss_fetch.inc" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
