Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

php not found error in Mac OSX #433

Closed
cmdexploit opened this issue Feb 22, 2023 · 1 comment
Closed

php not found error in Mac OSX #433

cmdexploit opened this issue Feb 22, 2023 · 1 comment

Comments

@cmdexploit
Copy link

Describe the Error / Feature Request

A clear description of what the bug or feature request is


To ReproduceStarting PHP Server...Traceback (most recent call last):
File "/Users/santhoshkumar/seeker/seeker.py", line 341, in
SERVER_PROC = server()
File "/Users/santhoshkumar/seeker/seeker.py", line 156, in server
proc = subp.Popen(cmd, stdout=phplog, stderr=phplog)
File "/opt/homebrew/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 971, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/opt/homebrew/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 1847, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'php'

Steps to reproduce the behavior, we cannot fix the issue if we can't reproduce it


Expected behavior

A clear description of what you expected to happen.


Screenshots

Add screenshots to help explain your problem.


Please complete the following information :

  • OS: osX]
  • OS Version [e.g. Android 11]
  • Browser [e.g. chrome, safari]
  • Full Browser Version [e.g. 90.04430.91]
  • Log files
@thewhiteh4t
Copy link
Owner

@cmdexploit install PHP on your osx to resolve this issue

@thewhiteh4t thewhiteh4t pinned this issue Feb 25, 2023
@thewhiteh4t thewhiteh4t changed the title php error php not found error in Mac OSX Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants