Replies: 1 comment
-
@ziming There's a hard-to-debug issue in PHP itself, that seems to affect a lot of people since PHP 8.2. See, for instance, this issue: php/php-src#9675. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Since upgrading to PHP 8.2, My production server have been throwing intermittent errors in the following forms when accessing the Nova admin section of my site. 2, they only happen at the admin section of my website, which is using Nova
From my observation, it seem to only happen when OPcache is turned on in PHP 8.2, if I turn off OPcache or downgrade to PHP 8.1, the problems seem to disappear. But if op cache is off, my nova admin is very slow
I have also tried to uninstall PHP 8.1 and ensure only PHP 8.2 runs on my server, disable & re enable op cache on my server
Beta Was this translation helpful? Give feedback.
All reactions