[TUT]How To Remove "Notices" And "Errors" And "Depricated" Messages.[TUT]

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:
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.
 

Archaos

Flying High.
Oct 4, 2011
212
39
Make the text smaller, then I wouldn't have to waste an extra 0.1 seconds of my life.

I guess the TUT is good? :L
 

Satan

Professional Pornstar
Aug 27, 2011
266
106
Make the text smaller, then I wouldn't have to waste an extra 0.1 seconds of my life.

I guess the TUT is good? :L
Thanks. Um you got a hotel? cuz if not i'm looking for staff on mine.
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
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: 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.
Maybe you put them as quote like this..

Change this:
error_reporting = E_ALL
To:
error_reporting = E_ALL & ~E_NOTICE

And...

Change this:
allow_call_time_pass_reference = Off
To:
allow_call_time_pass_reference = On
 

Users who are viewing this thread

Top