-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error message when bulk updating plugins #3510
Comments
@mahagr can you please take a look at this? |
I think this is again related to opcache default settings, where it checks the changes in the classes every 2 seconds. The easiest way to fix this kind of issue is to handle updates separately, using a separate entry point to do it. |
Hmm. The autoloader that breaks in this instance comes from the new Admin version. This means that the issue seems to be slightly different from the previous issue we saw; PHP may be loading the old version of the class inside Hmm.. I just looked into PHP docs and it looks like |
BTW, i've noticed this a few times in recent updates. I just run update a second time and it finishes the rest of the plugins. So annoying and frustrating that an error displays and means it takes 2 tries, but not breaking anything. |
Since posting this issue I have done a lot more updates and had no problems at all. Everything has gone smoothly. |
The recent update to grav and plugins showed a message saying 4 plugins need updating. When I proceeded with the bulk update it gave this error message:
Two plugins were not updated - email and flex objects. However I was successfully able to do these manually.
Further testing on other sites found:
The text was updated successfully, but these errors were encountered: