Wednesday, April 29, 2009

Re: Possible very-low-danger bug in view.php (cake core)

On Wed, Apr 29, 2009 at 2:04 PM, Ernesto <e.fanzini@gmail.com> wrote:
>
> Hello.
>
> here's my bootstrap.php.
>
> if (!defined("SHARED_ITEMS_FOLDER")) {
>        define("SHARED_ITEMS_FOLDER", CAKE_CORE_INCLUDE_PATH . DS ."shared
> items");
> }
>
> $modelPaths = array(SHARED_ITEMS_FOLDER ."models");
>
> $viewPaths = array(SHARED_ITEMS_FOLDER ."views");
>
>
> Please note that i forgot the trailing directory separator.
>
> - Shared models are working.
> - shared views aren't.
>
> maybe there's no trailing DS check in view.php?
I think you should report a bug..
http://book.cakephp.org/view/759/Bugreport

pietro

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: