本地通过 XAMPP 上面 尝试 没有问题
上传到新浪云 中 提示 错误
<br />
<b>Fatal error</b>: Class 'PHPExcel' not found in <b>Application/Admin/Controller/AdminController.class.php</b> on line <b>146</b><br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xm
<me
<ti
<st
*{ padding: 0; margin: 0; }
html{ overflow-y: scroll; }
body{ background: #fff; font-family: '微软雅黑'; color: #333; font-size: 16px; }
img{ border: 0; }
.error{ padding: 24px 48px; }
.face{ font-size: 100px; font-weight: normal; line-height: 120px; margin-bottom: 12px; }
h1{ font-size: 32px; line-height: 48px; }
.error .content{ padding-top: 10px}
.error .info{ margin-bottom: 12px; }
.error .info .ti
.error .info .ti
.error .info .text{ line-height: 24px; }
.copyright{ padding: 12px 48px; color: #999; }
.copyright a{ color: #000; text-decoration: none; }
</st
</head>
<body>
<div class="error">
<p class="face">:(</p>
<h1>Class 'PHPExcel' not found</h1>
<div class="content">
<div class="info">
<div class="ti
<h3>错误位置</h3>
</div>
<div class="text">
<p>FILE: Application/Admin/Controller/AdminController.class.php LINE: 146</p>
</div>
</div>
</div>
</div>
<div class="copyright">
<p><a ti
</div>
</body>
</html>
Vendor('PHPExcel')
$excel = \PHPExcel();报错语句
最佳答案