-
Notifications
You must be signed in to change notification settings - Fork 2.5k
PHP Fatal error: Uncaught exception 'Zend\\Stdlib\\Exception\\RuntimeException' with message 'No wrapper found supporting "UTF-8"' #4928
Comments
ZF2 requires either mb_string or iconv for this functionality at least one of which is usually present and enabled in the vast majority of PHP installations. |
Ok, that was easy. Thx |
Obrigado |
Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (DoctrineModule) could not be initialized.' in C:\xampp\htdocs\Hotties\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php:189 Stack trace: #0 C:\xampp\htdocs\Hotties\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php(163): Zend\ModuleManager\ModuleManager->loadModuleByName(Object(Zend\ModuleManager\ModuleEvent)) #1 C:\xampp\htdocs\Hotties\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php(90): Zend\ModuleManager\ModuleManager->loadModule('DoctrineModule') #2 [internal function]: Zend\ModuleManager\ModuleManager->onLoadModules(Object(Zend\ModuleManager\ModuleEvent)) #3 C:\xampp\htdocs\Hotties\vendor\zendframework\zendframework\library\Zend\EventManager\EventManager.php(468): call_user_func(Array, Object(Zend\ModuleManager\ModuleEvent)) #4 C:\xampp\htdocs\Hotties\vendor\zendframework\zendframework\library\Zend\EventManager\EventManager.php in C:\xampp\htdocs\Hotties\vendor\zendframework\zendframework\library\Zend\ModuleManager\ModuleManager.php on line 189 |
please solve this error |
@coderpr what is Hotties please? |
the name of the project...GeeH |
i need help Geeh |
@coderpr this is not a bug in the framework, it's a userland bug please seek help in appropriate channels (#zftalk IRC channel on Freenode). |
Following the guide http://framework.zend.com/manual/2.2/en/user-guide/skeleton-application.html to set up the skeleton app, I get this apache2.2 php error
PHP Fatal error: Uncaught exception 'Zend\Stdlib\Exception\RuntimeException' with message 'No wrapper found supporting "UTF-8"'
Here the full output:
_PHP Fatal error: Uncaught exception 'Zend\Stdlib\Exception\RuntimeException' with message 'No wrapper found supporting "UTF-8"' in /www/zf2-tutorial/vendor/zendframework/zendframework/library/Zend/Stdlib/StringUtils.php:137\nStack trace:\n#0 /www/zf2-tutorial/vendor/zendframework/zendframework/library/Zend/Validator/Hostname.php(487): Zend\Stdlib\StringUtils::getWrapper('UTF-8')\n#1 /www/zf2-tutorial/vendor/zendframework/zendframework/library/Zend/Http/PhpEnvironment/Request.php(279): Zend\Validator\Hostname->isValid('zf.site')\n#2 /www/zf2-tutorial/vendor/zendframework/zendframework/library/Zend/Http/PhpEnvironment/Request.php(82): Zend\Http\PhpEnvironment\Request->setServer(Object(Zend\Stdlib\Parameters))\n#3 /www/zf2-tutorial/vendor/zendframework/zendframework/library/Zend/Mvc/Service/RequestFactory.php(32): Zend\Http\PhpEnvironment\Request->_construct()\n#4 [internal function]: Zend\Mvc\Service\RequestFactory->createService(Object(Ze in /www/zf2-tutorial/vendor/zendframework/zendframework/library/Zend/ServiceManager/ServiceManager.php on line 860
The text was updated successfully, but these errors were encountered: