New PHP
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.
Archives
Where Old Posts Go to Die
You are reading New PHP, posted to the Nedward.org weblog.
Categories: weblogs
No trackbacks for this entry.



Technorati Profile
Comments
From Only the Most Respected Minds
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.