我在肝脏服务器上遇到以下错误,但在本地服务器上工作正常
'Datatables' => Yajra\Datatables\Facades\Datatables::class,
答案 0 :(得分:1)
案例问题尝试:
for (Attribute attribute : attributes) {
if ((attribute.getAttributeValues() != null &&
attribute.getAttributeValues().size() > 0)) {
List<XMLObject> xmlValues = attribute.getAttributeValues();
for (XMLObject attributeValue : xmlValues) {
value = ((XSAnyImpl) attributeValue).getTextContent();
// here you can find all attributes (value) one by one as given sequence
in SAML response.
}
}
}
答案 1 :(得分:0)
问题是字母的情况:
'DataTables' => Yajra\DataTables\Facades\DataTables::class
Linux文件系统区分大小写,您有3次Datatables
而不是DataTables