Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 5735003

Browse files
authored
Fail to serve with built-in server as instructed
Error at line 25: ``` $ php -S 0.0.0.0:8080 -t public/ public/index.php ``` Error in logging output: ``` PHP 7.0.28-0ubuntu0.16.04.1 Development Server started at Mon Mar 26 09:42:37 2018 Listening on http://0.0.0.0:8080 Document root is /home/userj/My/repos/ZendFrameworkRibs/ZF3/helloworld/public Press Ctrl-C to quit. [Mon Mar 26 09:42:53 2018] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 [Mon Mar 26 09:42:53 2018] PHP Fatal error: Unknown: Failed opening required '/home/userj/My/repos/ZendFrameworkRibs/ZF3/helloworld/public/public/index.php' (include_path='.:/usr/share/php') in Unknown on line 0 ```
1 parent 7581703 commit 5735003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Once installed, you can test it out immediately using PHP's built-in web server:
2222

2323
```bash
2424
$ cd path/to/install
25-
$ php -S 0.0.0.0:8080 -t public/ public/index.php
25+
$ php -S 0.0.0.0:8080 -t public/ index.php
2626
# OR use the composer alias:
2727
$ composer run --timeout 0 serve
2828
```

0 commit comments

Comments
 (0)