类' Radcodes_Lib_Validate_License'未找到

时间:2015-01-29 09:44:09

标签: zend-framework socialengine

  

Class' Radcodes_Lib_Validate_License'未找到   /home/XXXX/public_html/application/modules/Videofeed/Form/Admin/Global.php   第35行

$this->addElement('Text', 'videofeed_license', array(
      'label' => 'Video Feed License Key',
      'description' => 'Enter the your license key that is provided to you when you purchased this plugin. If you do not know your license key, please contact Radcodes support team.',
      'value' => Engine_Api::_()->getApi('settings', 'core')->getSetting('videofeed.license', 'xxxx-xxxx-xxxx-xxxx'),
      'filters' => array(
        'StringTrim'
      ),
      'allowEmpty' => false,
      'validators' => array(
        new Radcodes_Lib_Validate_License('videofeeds'),
      ),
    ));

2 个答案:

答案 0 :(得分:0)

您需要将lib文件放在库中,或者将lib文件路径添加到index.php中定义的包含路径

答案 1 :(得分:0)

您需要将lib(Radcodes)文件放入库中,或者将lib文件路径添加到index.php中定义的包含路径