Posts by VanessaKS • 31 points
1 post
-
2
votes8
answers75484
viewsA: Error - "Cannot Modify header information - headers already sent"
I had the same problem, I managed to solve it by doing the following: Add this code at the beginning: error_reporting(E_ALL); ini_set('display_errors', 'On'); So you will enable the error message to…