当前位置:网站首页>When building the second website with pagoda, the website always reports an error: no input file specified
When building the second website with pagoda, the website always reports an error: no input file specified
2022-06-30 12:08:00 【SDL Dahua】
Build a pagoda 2 Web sites , Websites always report errors :No input file specified.
Website phenomenon :
No input file specified. Just keep reporting this mistake , I have no problem with the operation , I am already very skilled , And repeatedly uninstall the installation website for many times , And according to what the Internet says , Modify override configuration , Always invalid .
Check logs
Check the server log and find , The following mistakes :
PHP Warning: Unknown: open_basedir restriction in effect. FileXXXXXXXX
proxy_fcgi:error AH01071: Received error 'Unable to open primary script: /var/www.html/laravel/public/index.php( Permission denied )‘
Or try it online , For example, change the entry file executor user , And modifying the pagoda configuration base_dir.... Check the box , It doesn't work . The efficiency of solving problems when people are lazy is sometimes very low . After a day , Have a good sleep , Just concentrate on solving this problem , The final discovery is php.ini Configuration problem .
Specific to the configuration code :
open_basedir = /www/wwwroot/pakchoimerchant/:/tmp/:/var/tmp/:/proc/
solve
The final problem here is the configuration error of the website directory , This is the default setting of the pagoda , This is the default value when adding the first website , Change it to your own directory .
Be careful : This is the case with only one website , The modification method of multiple websites can be solved by consulting materials by themselves .
When the server has multiple websites , The directory pakchoimerchant It will affect the use of other websites , The best way is to comment it out open_basedir Configuration item , I have followed this method to deal with , Each website is in normal use .
END
边栏推荐
- 对象映射 - Mapping.Mapster
- Flutter 从零开始 005 图片及Icon
- 构造函数、类成员、析构函数调用顺序
- R language ggplot2 visualization: gganimate package is based on Transition_ Time function to create dynamic scatter animation (GIF)
- HMS Core音频编辑服务3D音频技术,助力打造沉浸式听觉盛宴
- Shutter 007 input field from zero
- R语言ggplot2可视化:使用ggplot2可视化散点图、在geom_point参数中设置show_legend参数为FALSE配置不显示图例信息
- Parallel interface 8255A
- Shutter start from zero 006 radio switches and checkboxes
- AGCO AI frontier promotion (6.30)
猜你喜欢
随机推荐
【模式识别大作业】
time 函数和 clock_gettime()函数的区别
"War" caused by a bottle of water
R language ggplot2 visualization: use ggplot2 to visualize the scatter diagram and use scale_ x_ The log10 function configures the value range of the X axis to be logarithmic coordinates
Boost研究:Boost Log
MySQL 复合查询
R language ggplot2 visualization: use ggplot2 to visualize the scatter diagram, and_ Set show in the point parameter_ The legend parameter is false, and the legend information is not displayed
聊聊怎么做硬件兼容性检测,快速迁移到openEuler?
1175. prime permutation
用宝塔建第2个网站时网站总是报错:No input file specified.
Yolov5 export the pit encountered by onnx
60 divine vs Code plug-ins!!
Flutter 从零开始 007 输入框
wallys/IPQ8074a/2x(4×4 or 8×8) 11AX MU-MIMO DUAL CONCURRENT EMBEDDEDBOARD
Use of redis in projects
R语言ggplot2可视化:使用ggplot2可视化散点图、使用scale_color_viridis_d函数指定数据点的配色方案
论文解读(AGC)《Attributed Graph Clustering via Adaptive Graph Convolution》
Constructor, class member, destructor call order
STM32 porting the fish component of RT thread Standard Edition
The website with id 0 that was requested wasn‘t found. Verify the website and try again









