Google Sitemap Plugin throws error - please update cvs.

Found a bug? Tell us!!
Post Reply
emwede
Regular
Posts: 58
Joined: Thu Jun 22, 2006 10:38 am
Contact:

Google Sitemap Plugin throws error - please update cvs.

Post by emwede »

The Gogle Sitemap generator Plugin gives me the Error message

Code: Select all

HTTP_Request Object ( [_url] => Net_URL Object ( [url] => http://www.google.com/webmasters/sitemaps/ping?sitemap=http%3A%2F%2Fwww.modlog.de%2F%2Fsitemap.xml.gz [protocol] => http [username] => [password] => [host] => www.google.com [port] => 80 [path] => /webmasters/sitemaps/ping [querystring] => Array ( [sitemap] => http%3A%2F%2Fwww.modlog.de%2F%2Fsitemap.xml.gz ) [anchor] => [useBrackets] => 1 [user] => [pass] => ) [_method] => GET [_http] => 1.1 [_requestHeaders] => Array ( [host] => www.google.com [user-agent] => PEAR HTTP_Request class ( http://pear.php.net/ ) [connection] => close [accept-encoding] => gzip ) [_user] => [_pass] => [_sock] => Net_Socket Object ( [fp] => [blocking] => 1 [persistent] => [addr] => 72.14.221.147 [port] => 80 [timeout] => [lineLength] => 2048 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) ) [_proxy_host] => [_proxy_port] => [_proxy_user] => [_proxy_pass] => [_postData] => Array ( ) [_body] => [_bodyDisallowed] => Array ( [0] => TRACE ) [_postFiles] => Array ( ) [_timeout] => [_response] => HTTP_Response Object ( [_sock] => Net_Socket Object ( [fp] => [blocking] => 1 [persistent] => [addr] => 72.14.221.147 [port] => 80 [timeout] => [lineLength] => 2048 [_debug] => [_default_error_mode] => [_default_error_options] => [_default_error_handler] => [_error_class] => PEAR_Error [_expected_errors] => Array ( ) ) [_protocol] => HTTP/1.1 [_code] => 301 [_headers] => Array ( [location] => /webmasters/tools/ping?sitemap=http%3A%2F%2Fwww.modlog.de%2F%2Fsitemap.xml.gz [cache-control] => private [content-length] => 259 [date] => Tue, 14 Nov 2006 15:15:09 GMT [content-type] => text/html [server] => GFE/1.3 ) [_cookies] => [_body] =>
Moved Permanently
The document has moved here. [_chunkLength] => 0 [_listeners] => Array ( ) ) [_allowRedirects] => [_maxRedirects] => 3 [_redirects] => 0 [_useBrackets] => 1 [_listeners] => Array ( ) [_saveBody] => 1 [_readTimeout] => [_socketOptions] => ) Konnte Update nicht an Google melden: http://www.google.com/webmasters/sitemaps/ping?sitemap=%s
seems that one should update the very url in the plugin code. Anyone out there having the possibility to change the cvs?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Google Sitemap Plugin throws error - please update cvs.

Post by garvinhicking »

# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
emwede
Regular
Posts: 58
Joined: Thu Jun 22, 2006 10:38 am
Contact:

Still CVS has to be updated

Post by emwede »

Hi Garvin,

shure changing the configuration solves the problem. But the wrong URL ist stilll in the sourcecode in file /plugins/serendipity_event_google_sitemap/lang_de.inc.php as well as in the corresponding file in the UTF8-Dir. I've not looked at the other language files, because they seem to use codepages that my ssh-client does not support.

regards
Michael
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Still CVS has to be updated

Post by garvinhicking »

Hi!

Ah, I didn't noteice that language string in the files. Thanks for point out, I'll fix this tomorrow.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post by mattsches »

Google, M$, and Yahoo! declared that they want to work together on a sitempa standard. More info at sitemaps.org or here in German.
Post Reply