-
Notifications
You must be signed in to change notification settings - Fork 13
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
Stubborn warning that won't go away (very weird) #94
Comments
I also saw the error in I also tried using a new browser (Firefox instead of Chrome). Same issue. Not sure if it's related this issue: https://processwire.com/talk/topic/29302-tracy-shows-error-page-with-out-of-date-error-after-code-has-been-fixed/ |
OK it went away after I ran this command which restarts all my services:
I can't pinpoint which service actually lead to it being resolved, but it did work. |
@jlahijani - Can you reproduce it again now after the service restarts? I assume we are talking about the "warnings" section on the debug bar showing this deprecation notice? If you can reproduce, does it make a difference if you check the "Use Native PHP Session" setting? If not, what about if you force an older version of the Tracy core - TracyDebugger/TracyDebugger.module.php Lines 349 to 360 in d400eb9
Otherwise, I am wondering if it might be something opcache related and found this: https://serverfault.com/questions/705304/two-separate-php-fpm-sites-seem-to-be-using-the-same-code - although this is quite old and presumably fixed by now. |
@adrianbj The issue went away after I restarted everything. My suspicion is that it's related to php/php-fpm. I am running all recent versions of PHP, Apache and MariaDB. To be clear, yes it was the warnings section on the debug bar. If this issue occurs again, I will try the things you mentioned. |
I run all my sites with php-fpm (recently all upgraded to 8.3) so it would surprise me if it's specifically an fpm vs apache module issue. Please do let me know if those suggestions help (without service restarts) if you do see the issue again. |
Opcode cache, perhaps? That could cause issues like this, and should go away with php-fpm reload. ... and it looks like Adrian already suggested that :) |
For reasons, I have the
/site/modules/TracyDebugger/
folder symlinked to where it actually exists in some other folder. Other sites on my dev server use the same symlink. This isn't ever an issue and I've been doing this for a while.Out of no-where, I started getting this warning when editing any page on my site, which isn't even related to the PW installation of the site where it came up:
Very weird, so I updated FormBuilder on
some-other-separate-website
and the issue still happens.I then noticed that Tracy had references to
some-other-separate-website
on my actual website in thecaches
table so I wiped that out. The warning still appears even though it's totally gone.I then wiped out
/site/assets/logs/tracy/
for my actual website. The warning still appears even though it's totally gone.I logged in and back out. I manually deleted cookies and sessions in DevTools as well. I deleted all PW log files. Same issue.
Where the heck is this error coming from?
The text was updated successfully, but these errors were encountered: