![]() |
[FIXED] Strange "white screen until refresh" issue - Printable Version +- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb) +-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section) +--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site) +--- Thread: [FIXED] Strange "white screen until refresh" issue (/Thread-FIXED-Strange-white-screen-until-refresh-issue) |
RE: Site performance, Server errors, outages and tunings - Tinker D - 19 Oct 2024 Still get a white screen every once in a while. Like twice today….. RE: Strange "white screen until refresh" issue - Like Ra - 19 Oct 2024 Yep, same. Actually, it even occurs more often, and does not correlate with whatever I tweak. Server Error number 500. Happens everywhere on the site, not only in the forum. Yesterday - 310 cases, today - 65. I wonder if I need to increase the amount of PHP processes (a ![]() RE: Strange "white screen until refresh" issue - Like Ra - 25 Nov 2024 So... The error is about function redefining. But ... if I redefined it, why doesn't it happen every time? And not just 10-20 times per day? I use this function in one file, so I renamed it. Let's see what happens. RE: Strange "white screen until refresh" issue - Like Ra - 25 Nov 2024 Hmmm... same error, but with a new name. As if the same file is included twice. I'm puzzled ... again ... Replaced with "include_once" ... RE: Strange "white screen until refresh" issue - Tinker D - 25 Nov 2024 Unless the file is being copied. I remember years ago that the new digital copy machines always kept a copy on the hard drive. So every time you made a copy, the original was stored on the system’s hard drive. RE: Strange "white screen until refresh" issue - Like Ra - 26 Nov 2024 (25 Nov 2024, 22:36 )Like Ra Wrote: Replaced with "include_once" ...No errors so far... Looks promising... RE: Strange "white screen until refresh" issue - Like Ra - 26 Nov 2024 (26 Nov 2024, 00:43 )Like Ra Wrote: No errors so far...No errors so far! I would proclaim this issue as FIXED! 😉 |