Although I have instructed php to only log an error once – i see the error over and over again in my log file. Any ideas why this directive would get ignored? I’ve restarted apache, etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This directive will only stop the error from being logged again within the same script run. When the same script is run multiple times, you will still see that error every time.