-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
13.0.0 beta3 #7475
13.0.0 beta3 #7475
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
go for it...
Codecov Report
@@ Coverage Diff @@
## master #7475 +/- ##
=============================================
+ Coverage 30.66% 51.11% +20.44%
Complexity 24901 24901
=============================================
Files 1601 1601
Lines 94774 94774
Branches 1367 1367
=============================================
+ Hits 29059 48440 +19381
+ Misses 65715 46334 -19381
|
It would be nice to see a fix for this #7380 included as this error is still present when using php 7.2 with the latest git nextcloud version.
has to be included at the correct position. Thanks in advance |
We already do this: Line 297 in c603f54
That code is executed everytime the upgrade page is shown (just before you click the "Upgrade now" button. |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Rebased to latest master. |
ok, but the error from #7380 is shown on every restart of the webserver. Would be nice to see this fixed as this is the last error in the log for me after upgrading to php 7.2 and using the latest git version of nextcloud from around 5 hours ago. Thanks |
@tiiiecherle we won't put an opcache_reset(); in the index.php. That would clear all caching of the compiled php files. This would put more load on your server and slow down each and all requests. |
ok, how can the error be solved? Or is it something that has to be fixed in the php packages? |
It looks like this can only be fixed by an upcoming PHP release. I just checked and the opcache_reset does not solve the issue. |
ok, thanks. Perhaps the issue can be forwarded to their developers. |
AFAIK it is already fixed by PHP and the next release is in January. |
Includes: