This article mainly explains the error report of deploying laravel project: no input file
Error reporting
Error message: no input file specified
Cause of problem
1. Caused by directory permission problems.
Solution: give permission 777
2. Open_basedir is enabled, but reasonable permission is not given
Solution: close
3. Pseudo static is not enabled
Solution:
location/{
try_files $uri $uri/ /index.php$is_args$query_string;
}
Enable pseudo static configuration.
Note: after modifying the configuration, you need to restart the website to take effect.
Read More:
- Laravel model save if the table has no ID field Error [How to Solve]
- [Solved] Minidlna Error: checking for avformat_open_input in -lavformat -lavcodec -lavutil -lz… no
- Error: one input ui-file must be specified [How to Solve]
- [Solved] xacro: error: expected exactly one input file as argument
- [Solved] AttributeError: ‘openvino.inference_engine.ie_api.IENetwork‘ object has no attribute ‘input_info‘
- [Solved] System.InvalidOperationException: Failed to deploy distro docker-desktop……
- [Solved] Kettle Error: ../deploy does not exist, please create it.
- Gradle Package Project Lombok Not Working: No serializer found for class com.qbb.User and no properties discovered to create BeanSerializer……
- error while loading shared libraries: lib*.so: cannot open shared object file: No such file or directory
- [Solved] Laravel reports an error when executing composer update
- Quartus Error: Quartus_FPGA/Waveform.vwf specified with –testbench_vector_input_file option does not exist
- [Solved] ERROR: Could not open requirements file: [Errno 2] No such file or directory : ‘requirments.txt‘
- ./popins2: error while loading shared libraries: libbifrost.so: cannot open shared object file: No such file or directory
- How to Solve ceph-deploy Error (Three Errors)
- Cordova – CordovaError: Promise rejected with non-error: ‘ios-deploy was not found
- [Solved] import cv2 Error: ImportError: libGL.so.1: cannot open shared object file: No such file or directory
- [Solved] import mxnet Error: OSError: libcudart.so.8.0: cannot open shared object file: No such file or directory
- [Solved] keil2 Error: FATAL ERROR L210: I/O ERROR ON INPUT FILE
- [Solved] VScode Run C++ File Error: fatal error:opencv2\core.hpp:No such file or diretory
- VSCode Unable to find custom header file directory: fatal error: no such file or directory