mondolfo
Посетитель
- Регистрация
- 29 Сен 2024
- Сообщения
- 102
- Реакции
- 22
При включении древовидных комментариев возникла ошибка.Было подправлено, я не учел что при доп поле вида загружаемое изображение в базе хранится в таком виде
2024-12/logo.webp поэтому нужно просто добавить префикс
*** Скрытый текст не может быть процитирован. ***Код:$posterUrl = '/uploads/posts/' . $posterUrl;
PHP:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function DLE_Comments::compile_comment(), 4 passed in /home1/public_html/engine/cache/system/plugins/d8fb77214e86fdda905b9d4b97259d4c.php on line 114 and exactly 5 expected in /home1/public_html/engine/cache/system/plugins/d8fb77214e86fdda905b9d4b97259d4c.php:174 Stack trace: #0 /home1/public_html/engine/cache/system/plugins/d8fb77214e86fdda905b9d4b97259d4c.php(114): DLE_Comments->compile_comment(Object(dle_template), Array, 'news', 0) #1 /home1/public_html/engine/cache/system/plugins/d8fb77214e86fdda905b9d4b97259d4c.php(1110): DLE_Comments->compile_tree(Array, 'news') #2 /home1/public_html/engine/modules/show.full.php(2759): DLE_Comments->build_comments('comments.tpl', 'news', false, 'https://site...') #3 /home1/public_html/engine/engine.php(1026): include_once('/home1/...') #4 /home1/public_html/engine/init.php(1108): include_once('/home1/...') #5 /home1/public_html/index.php(19): require_once('/home1/...') #6 {main} thrown in /home1/public_html/engine/cache/system/plugins/d8fb77214e86fdda905b9d4b97259d4c.php on line 174
114 line:
Код:
$item .= "<li id=\"comments-tree-item-{$node['id']}\" class=\"comments-tree-item\" >" . $this->compile_comment($tpl, $node, $area, $indent). "</li>";
174 line пустая строка в файле плагина a comments.class.php:
Код:
if( !$row['is_register'] OR $row['name'] == '' ) {