Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla Statistics Gives Fatal Error
Reactionic
New
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