摘要:
tp5安装第三方的cms后台 总是遇到File not found的问题 在var/log/nginx/error.log中发现是这个错误 [error] 3926#0: *33481 FastCGI sent in stderr: "Primary script unknown" while re 阅读全文
摘要:
本人使用的是php7 + thinkphp3.2.3 问题 在controller中的一个方法中使用 public function gg(){ include_once('TOPData.php'); $topData = new TOPData(); } :( Class 'XXXXXX\Con 阅读全文