problem with serendipity_event_google_sitemap
Posted: Sat Mar 13, 2010 7:35 pm
Hiya how are you? can you please assist me on a problem im having with the following plugin:
serendipity_event_google_sitemap
everytime i post an article i get the following messages:
Warning: Wrong parameter count for min() in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 364
Warning: Wrong parameter count for min() in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 365
or
Warning: gmstrftime() expects parameter 2 to be long, string given in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 432
Warning: gmstrftime() expects parameter 2 to be long, string given in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 433
i just cant seem to get this to work, plus the sitemap.xml.gz doesnt get generated properly, the files there in the blog folder /blog/sitemap.xml.gz. ill provide the exact output of the generation, its only few lines.
STARTS HERE:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" >
<url>
<loc></loc>
<lastmod>2010-03-13T17:56:48Z</lastmod>
<news:news>
<news:publication>
<news:name>my website title</news:name>
<news:language>en</news:language>
</news:publication>
<news:genres>Blog</news:genres>
<news:title></news:title>
<news:publication_date>2010-03-13T17:56:48Z</news:publication_date>
</news:news>
<priority>0.6</priority>
</url>
<url>
<loc>index.php?/archive</loc>
<lastmod>2010-03-13T17:56:48Z</lastmod>
<news:news>
<news:publication>
<news:name>my website title</news:name>
<news:language>en</news:language>
</news:publication>
<news:genres>Blog</news:genres>
<news:title></news:title>
<news:publication_date>2010-03-13T17:56:48Z</news:publication_date>
</news:news>
<priority>0.5</priority>
</url>
<url>
<loc>index.php?/feeds/index.rss</loc>
<priority>0.0</priority>
</url>
<url>
<loc>index.php?/feeds/index.rss1</loc>
<priority>0.0</priority>
</url>
<url>
<loc>index.php?/feeds/index.rss2</loc>
<priority>0.0</priority>
</url>
<url>
<loc>index.php?/feeds/atom.xml</loc>
<priority>0.0</priority>
</url>
</urlset>
SITEMAP ENDS HERE:
Can you please help
Thanx
serendipity_event_google_sitemap
everytime i post an article i get the following messages:
Warning: Wrong parameter count for min() in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 364
Warning: Wrong parameter count for min() in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 365
or
Warning: gmstrftime() expects parameter 2 to be long, string given in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 432
Warning: gmstrftime() expects parameter 2 to be long, string given in /public_html/blog/plugins/serendipity_event_google_sitemap/serendipity_event_google_sitemap.php on line 433
i just cant seem to get this to work, plus the sitemap.xml.gz doesnt get generated properly, the files there in the blog folder /blog/sitemap.xml.gz. ill provide the exact output of the generation, its only few lines.
STARTS HERE:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" >
<url>
<loc></loc>
<lastmod>2010-03-13T17:56:48Z</lastmod>
<news:news>
<news:publication>
<news:name>my website title</news:name>
<news:language>en</news:language>
</news:publication>
<news:genres>Blog</news:genres>
<news:title></news:title>
<news:publication_date>2010-03-13T17:56:48Z</news:publication_date>
</news:news>
<priority>0.6</priority>
</url>
<url>
<loc>index.php?/archive</loc>
<lastmod>2010-03-13T17:56:48Z</lastmod>
<news:news>
<news:publication>
<news:name>my website title</news:name>
<news:language>en</news:language>
</news:publication>
<news:genres>Blog</news:genres>
<news:title></news:title>
<news:publication_date>2010-03-13T17:56:48Z</news:publication_date>
</news:news>
<priority>0.5</priority>
</url>
<url>
<loc>index.php?/feeds/index.rss</loc>
<priority>0.0</priority>
</url>
<url>
<loc>index.php?/feeds/index.rss1</loc>
<priority>0.0</priority>
</url>
<url>
<loc>index.php?/feeds/index.rss2</loc>
<priority>0.0</priority>
</url>
<url>
<loc>index.php?/feeds/atom.xml</loc>
<priority>0.0</priority>
</url>
</urlset>
SITEMAP ENDS HERE:
Can you please help
Thanx