Skip to content

Instantly share code, notes, and snippets.

@dandoingdev
Last active July 15, 2016 10:44
Show Gist options
  • Save dandoingdev/44c58dec51ec53011a0f5a1afee282d0 to your computer and use it in GitHub Desktop.
Save dandoingdev/44c58dec51ec53011a0f5a1afee282d0 to your computer and use it in GitHub Desktop.
Fatal error: [Aura\Intl\Exception\CannotFormat] Invalid UTF-8 data in string argument: '/Users/dan/cakebox/Apps/mycake3/src/Template/Error/error500.ctp': U_ILLEGAL_ARGUMENT_ERROR
#0 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/I18n/Formatter/IcuFormatter.php(51): Cake\I18n\Formatter\IcuFormatter->_formatMessage('en_US', 'Render {0}', Array)
#1 /Users/dan/cakebox/Apps/mycake3/vendor/aura/intl/src/Aura/Intl/Translator.php(142): Cake\I18n\Formatter\IcuFormatter->format('en_US', 'Render {0}', Array)
#2 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/I18n/functions.php(81): Aura\Intl\Translator->translate('Render {0}', Array)
#3 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/debug_kit/src/Panel/TimerPanel.php(84): __d('debug_kit', 'Render {0}', '/Users/dan/cake...')
#4 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/Event/EventManager.php(388): DebugKit\Panel\TimerPanel->DebugKit\Panel\{closure}(Object(Cake\Event\Event), '/Users/dan/cake...')
#5 /Users/dan/cakebox/Apps/mycake3/ in /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/Error/ErrorHandler.php on line 156
Fatal error: [Aura\Intl\Exception\CannotFormat] Invalid UTF-8 data in string argument: '/Users/dan/cakebox/Apps/mycake3/src/Template/Error/error500.ctp': U_ILLEGAL_ARGUMENT_ERROR
#0 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/I18n/Formatter/IcuFormatter.php(51): Cake\I18n\Formatter\IcuFormatter->_formatMessage('en_US', 'Render {0}', Array)
#1 /Users/dan/cakebox/Apps/mycake3/vendor/aura/intl/src/Aura/Intl/Translator.php(142): Cake\I18n\Formatter\IcuFormatter->format('en_US', 'Render {0}', Array)
#2 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/I18n/functions.php(81): Aura\Intl\Translator->translate('Render {0}', Array)
#3 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/debug_kit/src/Panel/TimerPanel.php(84): __d('debug_kit', 'Render {0}', '/Users/dan/cake...')
#4 /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/Event/EventManager.php(388): DebugKit\Panel\TimerPanel->DebugKit\Panel\{closure}(Object(Cake\Event\Event), '/Users/dan/cake...')
#5 /Users/dan/cakebox/Apps/mycake3/ in /Users/dan/cakebox/Apps/mycake3/vendor/cakephp/cakephp/src/Error/ErrorHandler.php on line 156
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment