Skip to content
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

Merged
merged 1 commit into from
Dec 13, 2017
Merged

13.0.0 beta3 #7475

merged 1 commit into from
Dec 13, 2017

Conversation

MorrisJobke
Copy link
Member

@MorrisJobke MorrisJobke commented Dec 13, 2017

Includes:

@MorrisJobke MorrisJobke added the 3. to review Waiting for reviews label Dec 13, 2017
@MorrisJobke MorrisJobke added this to the Nextcloud 13 milestone Dec 13, 2017
Copy link
Member

@jospoortvliet jospoortvliet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go for it...

@MorrisJobke
Copy link
Member Author

I would block this until @blizzz had time to had a look into #7400 because we experience this as well.

@codecov
Copy link

codecov bot commented Dec 13, 2017

Codecov Report

Merging #7475 into master will increase coverage by 20.44%.
The diff coverage is 0%.

@@              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
Impacted Files Coverage Δ Complexity Δ
version.php 0% <0%> (ø) 0 <0> (ø) ⬇️
lib/private/Files/Storage/DAV.php 65.4% <0%> (+0.21%) 163% <0%> (ø) ⬇️
lib/private/Files/Stream/Encryption.php 75.22% <0%> (+0.45%) 54% <0%> (ø) ⬇️
apps/theming/lib/ThemingDefaults.php 92.08% <0%> (+0.71%) 48% <0%> (ø) ⬇️
lib/private/Setup.php 12.76% <0%> (+0.85%) 50% <0%> (ø) ⬇️
lib/public/AppFramework/Db/Mapper.php 99.12% <0%> (+0.87%) 30% <0%> (ø) ⬇️
lib/private/legacy/image.php 38.51% <0%> (+0.88%) 208% <0%> (ø) ⬇️
lib/private/Group/Group.php 88.88% <0%> (+0.92%) 52% <0%> (ø) ⬇️
lib/private/App/DependencyAnalyzer.php 95.59% <0%> (+1.25%) 63% <0%> (ø) ⬇️
apps/files_trashbin/lib/Expiration.php 91.93% <0%> (+1.61%) 29% <0%> (ø) ⬇️
... and 375 more

@MorrisJobke
Copy link
Member Author

I would block this until @blizzz had time to had a look into #7400 because we experience this as well.

Fix for this is in: #7479

@tiiiecherle
Copy link

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.

According to
https://stackoverflow.com/questions/47656426/magento-2-2-1-unable-to-save-product-error-narrowing-occurred-during-type-infe

opcache_reset();

has to be included at the correct position.

Thanks in advance

@MorrisJobke
Copy link
Member Author

opcache_reset();

We already do this:

opcache_reset();

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>
@MorrisJobke
Copy link
Member Author

Rebased to latest master.

@tiiiecherle
Copy link

opcache_reset();
We already do this:

server/lib/base.php
Line 297 in c603f54
opcache_reset();
That code is executed everytime the upgrade page is shown (just before you click the "Upgrade now" button.

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

@rullzer
Copy link
Member

rullzer commented Dec 13, 2017

@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.

@MorrisJobke MorrisJobke merged commit 66391d6 into master Dec 13, 2017
@MorrisJobke MorrisJobke deleted the 13beta3 branch December 13, 2017 13:35
@tiiiecherle
Copy link

@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?

@MorrisJobke
Copy link
Member Author

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.

@tiiiecherle
Copy link

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.

@MorrisJobke
Copy link
Member Author

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.

@MorrisJobke MorrisJobke mentioned this pull request Jan 2, 2018
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants