I have recently moved a site to a new server and it is throwing up errors. I need someone to fix them.They are not effecting the site but they are annoying me.I want to see my error log at 0kb If anyone is interested in doing this please post here.I will ONLY give this job to a DP member who has good rep and loadsa posts. Thanks MK
Find the source of the error, since you claim it's not affecting the site, add a "@" before the line that is producing the error. Should eliminate it from displaying or logging to error_log.
Ok This seems to be the main one : PHP Notice: Undefined variable: defaultDesc in /home/admin/mysite.com/html/_inc/common.php on line 5 Code (markup): Need any more info? Thanks MK
I disagree that the use of error suppression is correct. It should not be suppressed but instead fixed properly. Bobby