You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
je demmare le serveur avec php -S 127.0.0.1:9000 -t public et j'obtiens ça :
[Wed Mar 23 22:24:06 2022] PHP 8.1.3 Development Server (http://127.0.0.1:9000) started
[Wed Mar 23 22:24:19 2022] 127.0.0.1:46112 Accepted
[Wed Mar 23 22:24:19 2022] 127.0.0.1:46114 Accepted
[Wed Mar 23 22:24:19 2022] PHP Warning: require(../core/Http/Request.php): Failed to open stream: No such file or directory in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
[Wed Mar 23 22:24:19 2022] PHP Warning: require(../core/Config/Config.php): Failed to open stream: No such file or directory in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
[Wed Mar 23 22:24:19 2022] PHP Fatal error: Uncaught Error: Failed opening required '../core/Config/Config.php' (include_path='.:/usr/share/php') in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php:32
Stack trace:
#0 /home/patrick/Documents/ProjetSympony/PhpFromZero/public/index.php(47): {closure}() #1 [internal function]: exception_handler()
#2 {main}
thrown in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
[Wed Mar 23 22:24:19 2022] 127.0.0.1:46112 [500]: GET / - Uncaught Error: Failed opening required '../core/Config/Config.php' (include_path='.:/usr/share/php') in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php:32
Stack trace:
#0 /home/patrick/Documents/ProjetSympony/PhpFromZero/public/index.php(47): {closure}() #1 [internal function]: exception_handler()
#2 {main}
thrown in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
je demmare le serveur avec php -S 127.0.0.1:9000 -t public et j'obtiens ça :
[Wed Mar 23 22:24:06 2022] PHP 8.1.3 Development Server (http://127.0.0.1:9000) started
[Wed Mar 23 22:24:19 2022] 127.0.0.1:46112 Accepted
[Wed Mar 23 22:24:19 2022] 127.0.0.1:46114 Accepted
[Wed Mar 23 22:24:19 2022] PHP Warning: require(../core/Http/Request.php): Failed to open stream: No such file or directory in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
[Wed Mar 23 22:24:19 2022] PHP Warning: require(../core/Config/Config.php): Failed to open stream: No such file or directory in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
[Wed Mar 23 22:24:19 2022] PHP Fatal error: Uncaught Error: Failed opening required '../core/Config/Config.php' (include_path='.:/usr/share/php') in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php:32
Stack trace:
#0 /home/patrick/Documents/ProjetSympony/PhpFromZero/public/index.php(47): {closure}()
#1 [internal function]: exception_handler()
#2 {main}
thrown in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
[Wed Mar 23 22:24:19 2022] 127.0.0.1:46112 [500]: GET / - Uncaught Error: Failed opening required '../core/Config/Config.php' (include_path='.:/usr/share/php') in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php:32
Stack trace:
#0 /home/patrick/Documents/ProjetSympony/PhpFromZero/public/index.php(47): {closure}()
#1 [internal function]: exception_handler()
#2 {main}
thrown in /home/patrick/Documents/ProjetSympony/PhpFromZero/core/autoloader.php on line 32
Beta Was this translation helpful? Give feedback.
All reactions