2015-01-29 5 views
0

класса 'Radcodes_Lib_Validate_License' не найден /home/XXXX/public_html/application/modules/Videofeed/Form/Admin/Global.php на линии 35Class 'Radcodes_Lib_Validate_License' не найден

$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'), 
    ), 
    )); 

ответ

0

вам нужно поместить ваши файлы lib в библиотеку или добавить путь к файлам lib в путь включения, указанный в index.php

0

Вам необходимо поместить ваши файлы lib (Radcodes) в библиотеку или добавить путь к файлам lib включить pa й, определенный в index.php