после обновления сайта с релиза 0.9.23 на текущую версию с репозитория (17-09-2023)
При просмотре категории статей
PHP
1
2
3
4
5
6
7
8
9
Fatal error: Uncaught Error: Call to a member
function
query() on null in www/plugins/rcomm/rcomm.comments.query.php:34
Stack trace:
#0 www/plugins/comments/inc/comments.functions.php(226):
include
()
#1 www/plugins/comments/comments.list.tags.php(24): cot_comments_display(
'page'
,
'news'
,
'news'
)
#2 www/modules/page/inc/page.list.php(443):
include
(
'/www/...'
)
#3 www/modules/page/page.php(41):
require_once
(
'/www/...'
)
#4 www/index.php(150):
require_once
(
'/www/...'
)
#5 {main}
thrown in www/plugins/rcomm/rcomm.comments.query.php on line 34
При просмотре самой новости
PHP
1
2
3
4
5
6
7
8
9
Fatal error: Uncaught Error: Call to a member
function
query() on null in www/plugins/rcomm/rcomm.comments.query.php:34
Stack trace:
#0 www/plugins/comments/inc/comments.functions.php(226):
include
()
#1 www/plugins/comments/comments.page.tags.php(24): cot_comments_display(
'page'
,
'4'
,
'info'
)
#2 www/modules/page/inc/page.main.php(314):
include
(
'/www/...'
)
#3 www/modules/page/page.php(41):
require_once
(
'/www/...'
)
#4 www/index.php(150):
require_once
(
'/www'
)
#5 {main}
thrown in www/plugins/rcomm/rcomm.comments.query.php on line 34
после вывода ошибки в обоих случаях - пусто до футера.
до обновы корректно работало.
теперь так понимаю плагин "rcomm " не актуален стал? или что-то пофиксить можно в плагине самих комментариев "comments"?