I should also mention it only appears sometimes - such as when an error occurs or when I"m saving something to database. It doesn't appear when rendering a view. Here's the track:
On Wednesday, January 14, 2015 at 2:59:35 PM UTC-8, HVan wrote:
-- | Call Stack | ||||
|---|---|---|---|---|
| # | Time | Memory | Function | Location |
| 1 | 0.0011 | 239416 | {main}( ) | ../index.php:0 |
| 2 | 0.0758 | 943384 | Cake\Routing\Dispatcher->dispatch( ) | ../index.php:37 |
| 3 | 0.1488 | 1274448 | Cake\Routing\Dispatcher->_invoke( ) | ../Dispatcher.php:87 |
| 4 | 0.1846 | 1381984 | Cake\Controller\Controller->invokeAction( ) | ../Dispatcher.php:114 |
| 5 | 0.1850 | 1382520 | call_user_func_array:{/vendor/cakephp/cakephp/src/Controller/Controller.php:405} ( ) | ../Controller.php:405 |
| 6 | 0.1851 | 1382824 | App\Controller\UsersController->signup( ) | ../Controller.php:405 |
| 7 | 0.1915 | 1474344 | Cake\ORM\Table->newEntity( ) | ../UsersController.php:21 |
| 8 | 0.1923 | 1483840 | Cake\ORM\Marshaller->one( ) | ../Table.php:1829 |
| 9 | 0.2334 | 1664664 | Cake\ORM\Marshaller->_validate( ) | ../Marshaller.php:122 |
| 10 | 0.2368 | 1692784 | Cake\Validation\Validator->errors( ) | ../Marshaller.php:185 |
| 11 | 0.2369 | 1693112 | __d( ) | ../Validator.php:94 |
| 12 | 0.2370 | 1693296 | Cake\I18n\I18n::translator( ) | ../functions.php:81 |
| 13 | 0.2372 | 1693392 | Cake\I18n\TranslatorRegistry->get( ) | ../I18n.php:145 |
| 14 | 0.2386 | 1708304 | Cake\I18n\TranslatorRegistry->_getTranslator( ) | ../TranslatorRegistry.php:96 |
| 15 | 0.2386 | 1708304 | Aura\Intl\TranslatorLocator->get( ) | ../TranslatorRegistry.php:114 |
| 16 | 0.2386 | 1708304 | Aura\Intl\PackageLocator->get( ) | ../TranslatorLocator.php:180 |
On Wednesday, January 14, 2015 at 2:59:35 PM UTC-8, HVan wrote:
Can't figure why I'm having this problem:Aura\Intl\Exception: Package 'cake' with locale 'en_US' is not registered. in /vendor/aura/intl/src/Aura/Intl/PackageLocator.php on line 96I'm having that problem with debug_kit as well. I've just literally created a project from scratch with composer. I also couldn't get plugin routes working but that's a different story.Any clue what this could be? I've looked at everything and couldn't figure it out.Thanks
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment