Drupal 7中的Saml sp模块问题

时间:2018-04-20 06:30:41

标签: drupal-7 saml

当我们选择NAMEID格式为未指定时,我们遇到saml模块的问题。如果我们选择NAMEID格式为电子邮件,它的工作正常。

下面给出的错误

a:6:{s:5:"%type";s:12:"PDOException";s:8:"!message";s:335:"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'enabds.field_data_unspecified' doesn't exist: SELECT nameid.entity_id AS entity_id
FROM 
{field_data_unspecified} nameid
WHERE  (unspecified_value = :db_condition_placeholder_0) ; Array
(
    [:db_condition_placeholder_0] => 
)

请建议

0 个答案:

没有答案