Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Windows installation #1

Open
interlan opened this issue Jul 5, 2013 · 4 comments
Open

Windows installation #1

interlan opened this issue Jul 5, 2013 · 4 comments

Comments

@interlan
Copy link

interlan commented Jul 5, 2013

Win XP, wamp local server.
Cloned from github (or unzipped master).
The following -> composer install does not install Symfony (probably cannot install dependencies).
Any help welcome
Thanks

Petros

@nenad-spoiledmilk
Copy link

Hi Petros,

Could you paste the error message Composer gave you?

Regards,
Nenad

@interlan
Copy link
Author

interlan commented Jul 8, 2013

I attach a screenshot
1

@nenad-spoiledmilk
Copy link

It seems like your PHP Intl library causing the problems. Either it's
version is not recent enough for Symfony 2.2 or you don't have it enabled
at all.

Here's a list of requirements to run a Symfony 2.2 instance:
http://symfony.com/doc/2.2/reference/requirements.html, compare it with
your server's settings.

Also, change this line in the composer.json: "mopa/bootstrap-bundle":
"dev-master@dev" into this: "mopa/bootstrap-bundle": "2.2.*@dev"

Regards,
Nenad

@interlan
Copy link
Author

interlan commented Jul 8, 2013

Indeed, it is the cli version of PHP. At first I had wamp with PHP 5.3.13. After much hair-tearing, I managed to install wamp with 5.4.3,so Apache uses 5.4.3 BUT the command line version remained to 5.3.13! (a simple path change will not do it). Symphony needs at least 5.3.3, so it is my problem.
Thanks for the time taken to answer.

Petros

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants