17

I just asked my frist question on stack overflow and I'm nervous af about the reactions I'm gonna get 😂

Let's see if it even gets any answers, wish me luck

Comments
  • 1
    If anyone wants to help, that would be really nice of you thank you 👍
    https://stackoverflow.com/questions...
  • 3
    Do not post links to resources. Do not post images, use text only.

    This is pretty much the first comment you're gonna get
  • 2
    @cantthinkofone why don't you just change the PATH?
    do you have a picture of the error, not just the path output?
  • 1
    @yerst I posted the wrong picture 😂 but I corrected it now.

    I've tried to change the path, like how it said in the other question I linked, but it didn't fix it
  • 0
    @netikras yeah, that's one of the reasons why I'm nervous
  • 0
    Why don't you just fix the Q in advance then? :)
  • 1
    @cantthinkofone ok, i get it now :D
    i can only guess what to do since i don't have any experience in WAMP, i'm using Docker or Vagrant myself. (which i would strongly recommend, much less pain in the ass)

    but it looks like wamp wants you to delete your path variable, i would just play around with it

    much luck anyway!
  • 0
    @yerst I've tried deleting it and I'm still geting
    the same error.

    I've tried installing docker but the windows I have is not compatible, I've been thinking about a linux VM tho, so if I can't solve this wamp issue I might do that
  • 0
    @cantthinkofone

    check out scotchbox, trust me it's by far the easiest thing
    it's a prebuild virtual box VM which you can install with one command
    far easier then wamp....

    https://box.scotch.io/
  • 2
    You are very very brave person. I posted once and that was my last time lol.
  • 2
    Seconding what @netikras said: put the full text of the error and its contexts in your question in code blocks. Specify what you have tried and why it didn't work (if you know why). And be as detailed as possible with everything.

    The SO community is awful, but they do have a good point about question quality.
  • 0
    Giving the installed PHP versions as picture hosted on a different website.. are you serious?! Why didn't you just write the four versions in the posting??
  • 1
    Told ya...
  • 1
    @netikras AND downvoted for that, seriously 😂
  • 0
    @Fast-Nop those are the versions I have installed on my pc, I just wanted to make sure everyone knew I wasn't just "missing something" as I've seen some people suggest in other questions. I've changed it tho
  • 2
    @cantthinkofone yepp... there is a reason people are complaining about SO :) if you get enough downvotes on different posts (that number is surprisingly low) your account gets banned from posting new questions.

    SO is pain.
  • 1
    @netikras there's a reason I never posted there, what was I thinking 😂
  • 0
    Fuck it, I'm installing pearl linux on a virtual machine.
  • 1
    *flags answer for deletion*
  • 0
    From the commandline, you could try:
    echo %PATH% > path.txt
    and then look at that text file whether there really is some PHP path.
Add Comment