On 30 Oct 2011, at 20:30, Rick Dwyer wrote: > Hello all. > > Not sure just how much of this is PHP related, but hoping someone has come across this before. > > I Google's webmaster tools for a site I work on, they list more than 100 crawl errors for pages with URL's as follows: > > http://mydomain.com/My-Directory/function.session-start > > Can anyone explain why webmaster tools is seeing pages with links ending in "function.session-start"? I read up on the error itself... sometimes caused by whitespace before the session_start tag... have fixed that. Any info is appreciated. You have PHP errors somewhere on your site. The error messages contain links that could result in those URLs. Find out what pages are linking to those URLs and check them for errors. -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php