Minor NinjaLinks Amend

In anticipation of an update to iron out any last minute bugs (which will fix this) can all NinjaLinks users please open the functions.php file that comes with the script and make the following change…

At the very bottom of the file, you should see: error_reporting(E_ALL);

This needs to be changed to: error_reporting(0);

Errors only need to be enabled in a debugging/developing environment and I forgot to turn them off when I released the script; it’s actually recommended for security reasons that you don’t reveal script errors to users. While this doesn’t have any direct impact on the security of the script I’ll sleep easier knowing this is turned off :)

4 Comments

  1. This is going to be a dumb comment but if I turn this off, will I still be seeing the messages I posted about at Codegrrl forums? Or do I still need to replace the manage_category.php file? -.-* Sorry, I’m tarded.

  2. Jem

    06 Nov at 10:33 am

    You still need to replace the file to fix the bug, Mimi, and will get rid of the messages. Turning it off would get rid of the warning but wouldn’t fix the underlying issue.

  3. Sorry this is off topic, but Jem I just noticed on a friend’s computer that in IE your comment boxes are repeating the background color after the bottom rounded corners. Hopefully that make sense…lol.

  4. Done! :)