宝塔Linux面板-Nigx-使用phpMyAdmin报错
报错1no input file什么的报错2File(/tmp) is not within the allowed path(s): (/www/wwwroot:/www/server/phpmyadmin)解决办法:在www/server/nginx/conf/fastcgi.conf下最后一行添加fastcgi_paramPHP_ADMIN_VALUE“open_basedir=/www/w
报错1
no input file什么的
报错2
File(/tmp) is not within the allowed path(s): (/www/wwwroot:/www/server/phpmyadmin)
解决办法:
在www/server/nginx/conf/fastcgi.conf下最后一行添加
fastcgi_param PHP_ADMIN_VALUE “open_basedir=/www/wwwroot:/tmp/:/www/server/phpmyadmin”;
看不懂?其实就是“服务器允许访问的路径”,多个路径就用:隔开,就如上面的open_basedir的路径就是/www/wwwroot,/tmp/,还有/www/server/phpmyadmin,就是意识是nginx允许这些路径使用某些东西(具体什么我也暂时不懂,应该时权限之类的);
那么搞清楚了,就能解决这个问题了
错误是File(/tmp) is not within the allowed path(s): (/www/wwwroot:/www/server/phpmyadmin)
那么所以只要在open_basedir那堆路径哪里加上:/tmp就行了,改完时没生效可以尝试重启nginx,然后你发现可以了!!!
欢迎访问我的站点:https://livestrue.xyz 3000+游戏,AI对话
更多推荐
所有评论(0)