upgrade ICU version ubuntu 16.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have a problem installing symfony3 in php7, nginx and ubuntu 16.04, i have this error:
intl ICU version installed on your system is outdated (55.1) and does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU system package and the intl PHP extension.
how can upgrade the ICU version to 57.1 in ubuntu 16.04?
16.04 nginx php7
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have a problem installing symfony3 in php7, nginx and ubuntu 16.04, i have this error:
intl ICU version installed on your system is outdated (55.1) and does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU system package and the intl PHP extension.
how can upgrade the ICU version to 57.1 in ubuntu 16.04?
16.04 nginx php7
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have a problem installing symfony3 in php7, nginx and ubuntu 16.04, i have this error:
intl ICU version installed on your system is outdated (55.1) and does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU system package and the intl PHP extension.
how can upgrade the ICU version to 57.1 in ubuntu 16.04?
16.04 nginx php7
I have a problem installing symfony3 in php7, nginx and ubuntu 16.04, i have this error:
intl ICU version installed on your system is outdated (55.1) and does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU system package and the intl PHP extension.
how can upgrade the ICU version to 57.1 in ubuntu 16.04?
16.04 nginx php7
16.04 nginx php7
asked Sep 7 '16 at 16:58
Andres FrancoAndres Franco
112
112
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
It was just a optional recommendation i run:
php bin/symfony_requirements
and everythink is ok .
[OK]
Your system is ready to run Symfony projects
Optional recommendations to improve your setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- intl ICU version installed on your system is outdated (55.1) and
does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU
system package and the intl PHP extension.
Ideally, the answer would answer the question. Did you work out how to upgrade the ICU?
– authentictech
Jul 10 '17 at 21:31
A user in stack overflow post how to install ICU: :stackoverflow.com/questions/39377132/….
– Andres Franco
Jul 11 '17 at 15:26
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f822182%2fupgrade-icu-version-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It was just a optional recommendation i run:
php bin/symfony_requirements
and everythink is ok .
[OK]
Your system is ready to run Symfony projects
Optional recommendations to improve your setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- intl ICU version installed on your system is outdated (55.1) and
does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU
system package and the intl PHP extension.
Ideally, the answer would answer the question. Did you work out how to upgrade the ICU?
– authentictech
Jul 10 '17 at 21:31
A user in stack overflow post how to install ICU: :stackoverflow.com/questions/39377132/….
– Andres Franco
Jul 11 '17 at 15:26
add a comment |
It was just a optional recommendation i run:
php bin/symfony_requirements
and everythink is ok .
[OK]
Your system is ready to run Symfony projects
Optional recommendations to improve your setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- intl ICU version installed on your system is outdated (55.1) and
does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU
system package and the intl PHP extension.
Ideally, the answer would answer the question. Did you work out how to upgrade the ICU?
– authentictech
Jul 10 '17 at 21:31
A user in stack overflow post how to install ICU: :stackoverflow.com/questions/39377132/….
– Andres Franco
Jul 11 '17 at 15:26
add a comment |
It was just a optional recommendation i run:
php bin/symfony_requirements
and everythink is ok .
[OK]
Your system is ready to run Symfony projects
Optional recommendations to improve your setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- intl ICU version installed on your system is outdated (55.1) and
does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU
system package and the intl PHP extension.
It was just a optional recommendation i run:
php bin/symfony_requirements
and everythink is ok .
[OK]
Your system is ready to run Symfony projects
Optional recommendations to improve your setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- intl ICU version installed on your system is outdated (55.1) and
does not match the ICU data bundled with Symfony (57.1)
To get the latest internationalization data upgrade the ICU
system package and the intl PHP extension.
answered Sep 7 '16 at 21:18
Andres FrancoAndres Franco
112
112
Ideally, the answer would answer the question. Did you work out how to upgrade the ICU?
– authentictech
Jul 10 '17 at 21:31
A user in stack overflow post how to install ICU: :stackoverflow.com/questions/39377132/….
– Andres Franco
Jul 11 '17 at 15:26
add a comment |
Ideally, the answer would answer the question. Did you work out how to upgrade the ICU?
– authentictech
Jul 10 '17 at 21:31
A user in stack overflow post how to install ICU: :stackoverflow.com/questions/39377132/….
– Andres Franco
Jul 11 '17 at 15:26
Ideally, the answer would answer the question. Did you work out how to upgrade the ICU?
– authentictech
Jul 10 '17 at 21:31
Ideally, the answer would answer the question. Did you work out how to upgrade the ICU?
– authentictech
Jul 10 '17 at 21:31
A user in stack overflow post how to install ICU: :stackoverflow.com/questions/39377132/….
– Andres Franco
Jul 11 '17 at 15:26
A user in stack overflow post how to install ICU: :stackoverflow.com/questions/39377132/….
– Andres Franco
Jul 11 '17 at 15:26
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f822182%2fupgrade-icu-version-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown