-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating search indexes always fail #4708
Comments
We’ve seen a similar bug with PHP 7.3 and it ended up being an issue with the Xdebug extension. Do you have that enabled? |
Thank you for your reply, @brandonkelly. Yes, Xdebug is enabled (xdebug.default_enable is set to on). |
Hi there, I'm experiencing exactly the same issue but in my case I don't have the Xdebug extension enabled. Here's some additional information about my installation. Any help is appreciated! PHP version 7.2.19 |
@pabloroman Do you have |
I just fixed a bug where updating search indexes could fail for Matrix blocks that contained relational fields (4cd2f62). @edwardpmartinez & @pabloroman you may want to try updating to that commit to see if it fixes this for you. To get the fix early, change your "require": {
"craftcms/cms": "dev-develop#4cd2f625f7068b50a6aacbef91ff66726d81005e as 3.3.3",
"...": "..."
} Then run |
Description
Every time an element is saved, the updating search indexes fail. The error from the queue log is:
[876] Updating search indexes (attempt: 1) - Error (time: 0.218s): session_set_cookie_params(): Cannot change session cookie parameters when headers already sent
Steps to reproduce
Strangely enough, if the debug toolbar is enabled on my user account, the error does not show.
Additional info
The text was updated successfully, but these errors were encountered: