I also had similar problem few days back. All other things on website were fine. I was getting those errors. The problem was in php.ini file. But doing little change in php.ini file worked for me. You can also try these steps to fix this problem:
- Open your php.ini file. From above information, It seems your path to the php.ini file will look like this: C:\Documents and Settings\secretary\My Documents\Downloads\xampp\php\php.ini
- Replace “display_errors = On” with “display_errors = Off” (without quotes)
- Replace “display_startup_errors = On” with “display_startup_errors = Off” (without quotes)
- Save this file.
- Restart Apache and MySql services from Xampp Control Panel.
These errors will no more be displayed. Please let me know this trick worked for you or not.