This might not be the solution or solution for every situation.
But though to share my experience.
I had this error today.
One of my plugins had below lines inside it.
Removing them solved my issue.
ini_set(‘display_errors’, 1);
ini_set(‘display_startup_errors’, 1);
error_reporting(E_ALL);
-
This reply was modified 2 years, 9 months ago by suranjandh.
-
This reply was modified 2 years, 9 months ago by suranjandh.
-
This reply was modified 2 years, 9 months ago by suranjandh.