Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Okay, I am a really big noob for windows, Today I wanted to install composer for the first time and I ran into weird directory errors, when I select my php path for the php.exe

enter image description here

enter image description here

enter image description here

And it keeps going on and on with more 8 other extension.

So i am running easyphp, php exe folder selected correctly, selected from C:\EasyPHP\php\php546x121016161819\php.exe where easyphp is installed

I was googleing hard core but wasn't able to find any solution to this issue, so if someone would help me out on this or give me a hint it would be awesome.

share|improve this question

2 Answers

up vote 2 down vote accepted

Found solotuon for it, it wasnt a typo, easyphp install it self with default errors, and i had to make a few work arounds to make it work.

share|improve this answer
Could you elaborate on what the errors were, and how you fixed them? – Mike McLin Jan 18 at 14:21
You can find it here :) fuelphp.com/forums/discussion/3848/… – Levente Nagy Jan 18 at 15:06
Thanks! Haven't got it working quite yet, but I've been able to at least get rid of the error alerts that kept popping up. I'll keep working at it :) – Mike McLin Jan 18 at 16:05
to be honest, if you are not able to deal with it, i made an upgrade on my easyphp had to start all over agein with new errors, so i got mad backup my projects and installed the latest XAMPP, everything installed with out any errors like a charm, so im ok now – Levente Nagy Jan 23 at 10:00

Looks like you have a typo in your path. If your php folder is C:\EasyPHP\php\php546x121016161819\, your path shouldn't be pointing at c:\Program Files\Broadcom\Broadcom 802.11\Driver\php\php546...

It should be ...c:\Program Files\Broadcom\Broadcom\802.11\Driver \;c: \php\php546...

share|improve this answer
thank you for your reply – Levente Nagy Jan 5 at 8:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.