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:
- After SpringBoot starts, exit the console directly and display Process finished with exit code 1
- Solution: configuration of multiple front ends separated from front end and back end of nginx
- [Solved] PhoenixParserException:ERROR 602 (42P00): Syntax error. Missing ‘EOF’
- “//./root/CIMV2” because of error 0x80041003. Events cannot be delivered through this filter until t…
- [Solved] Openwrt Pptpd Start Error: validation filed
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- How to Solve elasticSearch8.1.2 Install Error in Win10
- [Solved] Stream Error: stream has already been operated upon or closed
- [Solved] Latex&VScode Error: I found no bibdata command//command//citation—while reading file*.aux
- How to Solve Logstash error: failed to execute action
- Libtorch Error: Expected object of type Variable but found type CUDALongType for argument #2 ‘index’
- Refresh 404 after packaging Vue project, uncaught syntax error: unexpected token <
- How to Solve Android Error: gps requires ACCESS_FINE_LOCATION
- RuntimeError: CUDNN_STATUS_EXECUTION_FAILED [How to Solve]
- [error record] Android application release package error handling (turn off syntax check log processing release configuration)
- How to Solve ES error: “illegal_argument_exception”
- Springboot connects to the database error: testWhileIdle is true, validationQuery not set
- How to Fix Failed to load resource: the server responded with a status of 404()
- Elasticsearch 6.2.3 version executes aggregation error Fielddata is disabled on text fields by default
- Solution of Hibernate paging report only entering result set and not supporting requested operation