Search Wiki Using Sphinx
From In-Portal Developers Guide
There is no page titled "File-exists-duplicate". You can create this page.
Displaying 1-10 of 20 matches for query File-exists-duplicate retrieved in 0.001 sec with following stats:
- file found 334 times in 277 documents
- exist found 13 times in 5 documents
- duplic found 0 times in 0 documents
...
'file' => 'my_fancy_helper.php',
'build_event' => '',
'require_classes' => 'kHelper'
),
)
Нет файла с объявлением класса
Include file for class ''some_class''
(''/home/web/custom/units/some_unit/helpers/my_fanct_helper.
php'') does not exists Вызов ошибки Сообщение вызывается из метода kFactory::includeClassFile в случае, если класс ещё не ...
(''/home/web/custom/units/some_unit/helpers/my_fanct_helper.
php'') does not exists Вызов ошибки Сообщение вызывается из метода kFactory::includeClassFile в случае, если класс ещё не ...
...
core\kernel\nparser\nparser.php (61) trigger_error('Saving compiled template failed', E_USER_ERROR);
core\kernel\nparser\nparser.php (306) trigger_error('Cannot include "' . $t . '" - file does not exist', E_USER_ERROR);
core\kernel\db\db_tag_processor.php (74) trigger_error('no filters defined for prefix '.$this->Prefix.', but ...
... для несущестыующего префикса.
Исправление ошибки
Следует убедиться, что запрашиваемый префикс дествительно существует.
Ошибка при вызове хук-события
Fatal Error: Prefix... doesn\'t exist when trying to hook from...
Вызов ошибки
Сообщение вызывается из события kEventManager::registerHook.
core\kernel\event_manager.php (487) trigger_error(' ...
... в запросе к серверу он будет автоматически загружен.
Note that in case if in K4:Unit Configs Configuration file of passed the K4:Unit Configs Prefix Prefix is allowed K4:Unit_Configs AutoLoad auto-loading , then at the time of first call to that object of K4:Unit Configs Prefix Prefix and existence of object ID in the env variable then that object will be ...
... её данные и
// в зависимости от значения полей удалённой записи можно выполнять разные действия
$topic_id = $object->GetDBField('TopicId');
if ( $topic_id)
// deleting non-existing post
return ;
$post_helper =& $this->Application->recallObject('PostHelper');
/ @var $post_helper PostHelper /
// update posts count in topic
$post_helper->updatePostCount($topic_id, -1);
...
... справа от поля ввода.
inp_edit_upload
Image:Inp_edit_upload.jpg thumb left Используется для загрузки (upload) одного файла (). clear
class="prettytable"
параметр описание
-
ConfigProperty class string Указывается стилевой класс для отображения поля ввода ( http://manual.prod.intechnic.lv/html4/struct/global.html h-7 ...
... имён ) и находиться в директории "custom/units/sections".
Потом нужно зарегистрировать новый класс в фабрике классов:
$config = Array (
'RegisterClasses' => Array (
Array ('pseudo' => 'SearchHelper', 'class' => 'ESearchHelper', 'file' => 'e_search_helper.php'),
),
);
См. также
K4:Работа классом MInputHelper Работа классом MInputHelper
... - '''OnItemBuild'''.
Это событие задаётся в k4:Unit Configs Unit Configs , под ключом 'build_event' для 'ItemClass'.
'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'),
Это событие вызывается в классе kFactory, после того как создан новый экземпляр объекта. Если в создании нового экземпляра нет ...
... - '''OnListBuild'''.
Это событие задаётся в k4:Unit Configs Unit Configs , под ключом 'build_event' для 'ListClass'.
'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'),
Это событие вызывается в классе kFactory, после того как создан новый экземпляр объекта. Если в создании нового экземпляра нет ...
... .
$file_contents = file_get_contents(WRITEABLE . '/user_files/sample.xml');
Получение удалённого файла
Функция http://php.prod.intechnic.lv/manual/en/function.file-get-contents.php file_get_contents также позволяет получать содержимое файлов, находящихся на удалённых ресурсах. Однако, в целях безопасности, на сервере может быть запрещена эта возможность. ...
Additional database time was 0.200 sec.
Result Page: | 1 | 2 |
Powered by Sphinx