-
Notifications
You must be signed in to change notification settings - Fork 642
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
UnknownPropertyException #3348
Comments
Can you try deleting your |
We have had the same issue happen — any chance that because we have Opcache running in production mode (i.e., holding ContentBehavior in memory), then it might not be seeing updates to the Behavior classes? Maybe those compiled classes need to have opcache_invalidate run on them (if it's not already) to pick up those changes? In our case we added a field to a section, hit save, and it then failed out trying to re-save the entries in that section (across multiple sites) - here was the readout:
|
We already do call Just yesterday someone pointed out a race condition that could result in those classes missing some field handle properties (#3400). That could be the culprit here too, in which case it’s fixed for the next release. |
That would make sense - thanks!
…On Oct 25, 2018, 7:36 AM -0400, Brandon Kelly ***@***.***>, wrote:
We already do call opcache_invalidate() when regenerating ContentBehavior.php and ElementQueryBehavior.php.
Just yesterday someone pointed out a race condition that could result in those classes missing some field handle properties (#3400). That could be the culprit here too, in which case it’s fixed for the next release.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Going to close this for the time being, but let me know if it crops up again after updating to 3.0.29 when that comes out next week. |
thanks that soluction works for me |
Worked for me too, for a similar issue. |
Description
When I click on a page to edit, I get:
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: