Plone 6.0.5 (6016) search included comments but not work?

Anyone can help to test, is your Plone 6.0.5 (6016) has the same issue as mine or just mine?

Thx

Did you try out your problem case on https://demo.plone.org/ or classic.demo.plone.org/ already?

Thanks for your reply, and I just do a test in classic.demo.plone.org, and it doesn't have the same issue.

I have already done the catalog Clear and Rebuild, but it still acts the same, which is strange... Can you help by suggesting which area I should look for?

Thx

One error I find in the

/portal_catalog/manage_catalogReport

And the demo site is working normally. But my site got the error below.

We’re sorry, but there seems to be an error…
Here is the full error message:

Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 181, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 390, in publish_module
Module ZPublisher.WSGIPublisher, line 285, in publish
Module ZPublisher.mapply, line 85, in mapply
Module ZPublisher.WSGIPublisher, line 68, in call_object
Module Shared.DC.Scripts.Bindings, line 333, in call
Module Shared.DC.Scripts.Bindings, line 370, in _bindAndExec
Module App.special_dtml, line 222, in _exec
Module DocumentTemplate._DocumentTemplate, line 144, in render_blocks
Module DocumentTemplate.DocumentTemplate, line 227, in render_blocks
Module DocumentTemplate.DocumentTemplate, line 245, in render_blocks
Module DocumentTemplate.DT_In, line 762, in renderwob
Module DocumentTemplate._DocumentTemplate, line 144, in render_blocks
Module DocumentTemplate.DocumentTemplate, line 245, in render_blocks
Module DocumentTemplate.DT_In, line 698, in renderwob
Module DocumentTemplate.DT_In, line 853, in sort_sequence
TypeError: '<' not supported between instances of 'dict' and 'dict'

I don't know if this relates to my issue.

I have built a new Plone 6.0.5

in a test machine and use my original Data.fs

Site can up and run but whenever try to post comment it results an error

We’re sorry, but there seems to be an error…

ConnectionRefusedError
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 187, in transaction_pubevents
Module transaction._manager, line 257, in commit
Module transaction._manager, line 134, in commit
Module transaction._transaction, line 283, in commit
Module transaction._compat, line 50, in reraise
Module transaction._transaction, line 274, in commit
Module transaction._transaction, line 457, in _commitResources
Module transaction._compat, line 50, in reraise
Module transaction._transaction, line 434, in _commitResources
Module zope.sendmail.delivery, line 95, in tpc_vote
Module zope.sendmail.mailer, line 62, in vote
Module smtplib, line 255, in init
Module smtplib, line 341, in connect
Module smtplib, line 312, in _get_socket
Module socket, line 851, in create_connection
Module socket, line 836, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused

Does this mean my Data.fs has broken in some way? How can I fix it?

mactrash via Plone Community wrote at 2023-6-19 16:59 +0000:

...
ConnectionRefusedError
Traceback (innermost last):
...
Module socket, line 836, in create_connection
ConnectionRefusedError: [Errno 61] Connection refused

Does this mean my Data.fs has broken in some way? How can I fix it?

It means that the ZEO server is not running.

Start it again. Should the error persist, look into the
ZEO log file. It might contain hints about the causes.

Thanks for you reply.

It's running and I believe it's something wrong with

Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 187, in transaction_pubevents

mactrash via Plone Community wrote at 2023-6-19 18:43 +0000:

It's running and I believe it's something wrong with

Then, Zope tries to connect at the wrong point (address, port).

Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 187, in transaction_pubevents

You will see this in any exception traceback handled by
ZPublisher: all requests go through transaction_pubevents.
This context manager is responsible to transaction management
and the notification of the publication events.

This seems another error, on the notification of the comment. Can you disable it temporary?

Here there are dicts where there should be something else.

This says, that there's a template which has defined some sorting logic but tries to compare dict objects which cannot work for sort