Thread Starter
em5780
(@em5780)
could it be this?
that’s the only error reported
0.000143 write(14, “[30-Oct-2019 16:00:46 UTC] PHP Notice: Trying to get property of non-object in /chroot/home/xxxxx/html/wp-includes/class-wp-query.php on line 3736\n”, 161) = 161 <0.000053>
there is not yet any cache plugin aside Fast Velocity
Hello,
Sorry for the late reply, I’m a bit busy at the moment.
That error does’t seem related.
If you are running latest wordpress and if you have enabled WP_DEBUG on wp-config.php and you don’t see any error, you must have some code somewhere preventing errors from showing.
If one of your php files has error_reporting(0) somewhere (some developers do this to hide errors). I suggest looking for that code on your theme, if you or someone edited it.
Alternatively, try to disable other plugins one by one.
The white screen can be for a number of reasons, but probably because some other plugin or theme you use, is using one of the included libraries for minification (PHP Minify by matthiasmullie or HTML minify by mrclay).
You should disable any minification anywhere else, if using FVM.