Re: [PHP] function.session-start in Webmaster Tools

2011-10-31 Thread Stuart Dallas
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



Re: [PHP] function.session-start in Webmaster Tools

2011-10-31 Thread Rick Dwyer
But those pages, when loaded, do not display any PHP errors.  Only  
webmaster tools is showing the function.session-start in a link to  
that page.  When I looked up hte meaning of session-start function, I  
found others who have indicated that white space in front of the  
session tag can cause this... so I eliminated it.  Not sure if that  
will fix as the page has never displayed an error and Google takes  
forever to recrawl the whole site.



 --Rick


On Oct 31, 2011, at 5:44 AM, Stuart Dallas wrote:


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



[PHP] function.session-start in Webmaster Tools

2011-10-30 Thread Rick Dwyer

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.




 --Rick



Re: [PHP] function.session-start in Webmaster Tools

2011-10-30 Thread Jeremiah Dodds
On Sun, Oct 30, 2011 at 4:30 PM, Rick Dwyer rpdw...@earthlink.net 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.


Off the top of my head, check to make sure your robots.txt is in
order, see http://www.robotstxt.org/robotstxt.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php