Open Raulken opened 12 years ago
Editing a .htaccess
dosn't help ;)
You must write your own DataTransformers.
But i would suggest, you should install the intl
extension.
$ sudo apt-get install php5-intl
yes in locale i have intl extension....but in webserver i haven't :((((( i can't re.buy another server....
Can you paste your autoload.php? Symfony should fallback to the Locale component if intl is not available.
<?php
use Doctrine\Common\Annotations\AnnotationRegistry;
$loader = require DIR.'/../vendor/autoload.php'; $loader->add("Application", DIR); // intl if (!function_exists('intl_get_error_code')) { require_once DIR.'/../vendor/symfony/symfony/src/Symfony/Component/Locale/Resources/stubs/functions.php';
$loader->add('', __DIR__.'/../vendor/symfony/symfony/src/Symfony/Component/Locale/Resources/stubs');
}
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
return $loader;
@Raulken The ResourceBundle class does not have a stub implementation yet
sorry stof i not understand.....i'm italian and also with google translate i not understand can u repeat with other words please?
@stof i must have intl installed? not exists another solution?
Install php5-intl.
If you're using ubuntu or so, "sudo apt-get install php5-intl" Or just uncomment the intl extension in you php.ini if your're using windows.
i have this error when try to edit my profile... this error i have after install fosfacebookbundle... i read in web that i need to intl extension in my webserver....but i not have installed :( exists another solution? for example edit htaccess?
thx