Gowanus
^ Gowanus Canal

New PHP

27 November, 2003 at 10:16 AM
categories: weblogs
As you'll no doubt notice, there are errors sprinkled around the site, such as: bq. Warning: main(): stream does not support seeking in/home/suckahs/public_html/jnied/dev/nedward.org/v4/index.phpon line 974 It seems that Site5, my web host, has decided to upgrade PHP on my server... Looks like I'll be editing stuff this weekend. *UPDATE*: I found this little page, which helped me smooth things out in a matter of minutes.

Comments

From Only the Most Respected Minds

Dan Vine Dan Vine
wrote on Dec 4, 2003 9:58 AM

Add this to the top of your pages.

error_reporting(0);

It will surpress the messages, good idea for security reasons. You never know what is in those errors.