@van-ons
Not to hijack the thread, but we’ve come across the same exact problem after the update.
We are checking if the class 'WPGDPRC\WPGDPRC'
exists (it was present in a previous version of a plugin), and your autoloader is immediately trying to load the file WPGDPRC.php without checking if it exists first.
While our check is the problem in this particular case, it’s merely a symptom. You might want to update your autoloader to check for the existence of a file before trying to load it. For example, something like this https://joxi.ru/RmzDN0OtjP9RaA would be preferable to the current https://joxi.ru/v29zoxeHRo036A.
-
This reply was modified 3 years, 4 months ago by apjdias.
-
This reply was modified 3 years, 4 months ago by apjdias.