Satan
Professional Pornstar
- Aug 27, 2011
- 266
- 106
Hello. I'm Chris. People lately have been asking how to remove "notices", "errors", and "depricated" messages. Follow This Tut.
For Depricated Messages:
1. Open "php.ini" In your xampp folder.
2. Locate:
3. Replace It With:
4. Save and Reset Apache.
For Undefined Notices, (This'll also remove errors):
1. Open "php.ini" in your xampp folder.
2. Locate:
3. Replace it with:
4. Save and reset Apache.
CREDIT:
Me - Explaining And Posting TUT.
Jammy - For inspiring me to become a coder and habbo retro owner/developer.
Vineen - Suggesting that i fixed up the post a bit.
For Depricated Messages:
1. Open "php.ini" In your xampp folder.
2. Locate:
allow_call_time_pass_reference = Off
3. Replace It With:
allow_call_time_pass_reference = On
4. Save and Reset Apache.
For Undefined Notices, (This'll also remove errors):
1. Open "php.ini" in your xampp folder.
2. Locate:
error_reporting = E_ALL
3. Replace it with:
error_reporting = E_ALL & ~E_NOTICE
4. Save and reset Apache.
CREDIT:
Me - Explaining And Posting TUT.
Jammy - For inspiring me to become a coder and habbo retro owner/developer.
Vineen - Suggesting that i fixed up the post a bit.