Closed nuneand2 closed 3 years ago
@nuneand2 please check php.log
in seeker/logs/
I did. Here is the output. See bottom of screenshot.
When I change the IP to 127.0.0.1, it also fails with the same message. I can print out this exception:
Any ideas to point me in the direction?
I also get an error when I try to update my system with libgcc-9-dev. This shouldn't cause an issue with starting PHP though.
it seems like the server is starting and then crashes shortly afterwards, try launching seeker and then check for php in processes using ps aux
a
closing due to inactivity.
Any solution to this yet, been having the same error
@rodrigoricky please check log file as shown above
[Mon Jan 3 22:12:39 2022] PHP 8.1.1 Development Server (http://0.0.0.0:1337) started
it only says that
@rodrigoricky try some other port, check if that resolves the issue, otherwise quit seeker and execute pkill php
and try running seeker again
Both not working, and the command return this Could not find process: php
@rodrigoricky try : php -S 0.0.0.0:1337
Should I run that command, if so it said this [Mon Jan 3 22:37:53 2022] PHP 8.1.1 Development Server (http://0.0.0.0:1337) started
@rodrigoricky does it exit itself automatically or you had to use ctrl+c ?
Exit from the command php -S 0.0.0.0:1337
? I had to use control c to exit from it
If running the seeker file is what your talking about, it exit automatically after saying Starting PHP Server [failed]
it looks like the server shuts down as soon as it is started by seeker, but it should not, its not crashing on my side
Ahh, any possible solution to help me fix it?
@rodrigoricky yeah you can try this :
php -S 0.0.0.0:1337
So I tried this, unfortunately, it didn't work, so I opened terminal in the seeker/template/nearyou
and another one from the root folder, I ran php -S 0.0.0.0:1337
then python3 seeker.py -t manual -p 1337
in the terminal after. After it says Starting PHP Server [failed]
on the root terminal , both terminal crashed after that
Any updates on this?
@rodrigoricky i tried to reproduce the issue but its not crashing for me, tried 1337 port etc but not crashing, if i can reproduce the issue i can fix it
Is there any way to find the problem with this, or is it an issue with my PHP version installed?
I am received a failed message when starting the php server.
Here is the command I am using: python3 seeker.py -t manual -p 1337
I have also tried it with sudo.
In logs/php.log: [Wed Sep 1 02:21:03 2021] PHP 7.4.21 Development Server (http://0.0.0.0:1337) started
PHP Version