Re: Potential bug with _cake_core_ caching

2012-02-26 Thread y2k_2000
http://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/1884-appload-no-plugin-mapping Plugin objects should be placed under the `Plugin` key of the cache array. See App::_map() line 775 (cakephp 2.1) Unfortunately, cakephp team keep saying that it's not a bug... "duplicated class names..

Re: Problem with CakePlugin on shared server

2012-01-26 Thread y2k_2000
This is a bug on Core/App.php, caused by a missing `Plugin` key on the paths array on `file_map` cache. To fix it, just find this line on App.php (line 547): self::_map($file, $className); and replace for this one: self::_map($file, $className, $plugin); Then clear you persistent cache, and try ag

Re: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-11 Thread y2k_2000
"Let me know if there is anything I can do to help" * Translating QuickApps to other languages * Bug-fixes and improvements * Programming free modules or themes Or just by using it and letting other people know about the existence of this pr

Re: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread y2k_2000
Hi guys! @Geoff Douglas: Thanks for your interest in this project! I really appreciate it. BTW, Have you tested the one-file-installer: `Quick-Installer`? I think you'll like =) @phpMagpie: "What does this offer that the more established Croogo (http:// croogo.org/) does not?..." I think you sho