Vanilla Statistics Gives Fatal Error
Hi everybody,
When i try to enable statistics plug in, it gives an blank fatal error. I have tried to change theme and disable other plugins. None of them are worked. On server, I have php 7 and 7.1 too. Necessary libraries are installed. How can i fix it? 
Tagged:
0
Comments
If you would have searched, you would have found how to handle a blank page: you have to enable debugging in order to see the real error.
Add
$Configuration['Debug'] = TRUE;to your/conf/config.php. Afterwards report the error message