-
Website
http://patchlog.com -
Original page
http://patchlog.com/web/xml-sitemaps-for-pligg/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
Michael Lankton
1 comment · 1 points
-
daddyjason
1 comment · 36 points
-
anraiki
1 comment · 1 points
-
Ross McKillop
1 comment · 5 points
-
Chris Thomson
1 comment · 2 points
-
-
Popular Threads
I am trying this in 9.7 and am getting the following error:
Fatal error: Unknown function: clear_cache() in /home/delhirea/public_html/delhirealestate/modules/xml_sitemaps/xml_sitemaps_install.php on line 5
Here is the url of my sitemap: http://www.ebenta.com/module.php?module=xml_sit...
Thanks.
The problem is the php version that you use. Most likely you have php 4.x.
The module uses the date function with the "c" format, which was added in php 5 .
So either switch to php 5 or modify the module, and replace date("c" with something like date("Y-m-dTH:i:s" ...
Switching to php 5 is recommended since the php development team will drop support for php 4 soon
1. It looks like it's already been figured out: PHP5 is required
2. xml_sitemaps_main.php:Line 88 should change UNIX_TIMESTAMPT to UNIX_TIMESTAMP
3. xml_sitemaps_install.php:Line 22 should change ^sitemap-([0-9]+).xml to ^sitemap-([a-zA-Z0-9]+).xml
4. Categories aren't being escaped to their safe names. I have some categories with ampersands (&) that don't display when following the sitemap link
5. The site's URLMethod configuration is being ignored. I'm using URLMethod 1 (non-clean URLS), but the sitemap generated uses clean URLs
I am trying this in 9.7 and am getting the following error:
Fatal error: Unknown function: clear_cache() in /home/delhirea/public_html/delhirealestate/modules/xml_sitemaps/xml_sitemaps_install.php on line 5
Warning
: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select link_modified from linka_links where link_status!='disca in
/home/nzweblink/linka/libs/db.php
on line
207
−
−
http://www.linka.co.nz/module.php?module=xml_si...
1970-01-01T12:00:00+12:00
−
http://www.linka.co.nz/sitemap-pages.xml
It may be a problem with your php configuration options. Maybe you have magic_quotes_gpc enabled and the data may get double escaped...
It would help if you could echo that sql before the error so that we have the whole sql query too look at and debug.
Click here to go to the page where the error is
$sql = "SELECT count(*) FROM ".table_links." WHERE link_status!='discard'";
look in the database and see if the link_status field exists...
try to run this query :
select link_modified from linka_links where link_status!='discard'
in phpmyadmin or the mysql client manually and see what result you get ...
The result shows link_modified with a number below eg (20070712192533), running the query returns a normal result with no errors
The link_status field does exist
How does it look ?
$sql = "SELECT count(*) FROM ".table_links." WHERE link_status!='discard'";
Warning
: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'XmlSitemaps_Links_per_sitemap ) l' at line 1 in
/home/tagrin/public_html/libs/db.php
on line
233
I still haven't figuered out why I am getting the error I am from the above comments by me "Daniel 2007-09-06 07:17:51"
@Daniel : Are you running php 4?
some other reported it's not working on php 4 so you may have the same problem too.
This works very well with 9.8.
Thanks!
P.S. We couldn't get the friendly sitemap url.
Also you might want to upgrade to php5 or stay tuned for an update of this plugin that may make this work on php 4 ( the last mod date doesn't work on php 4 )
anyway thanks for the great detailed feedback :)
I cant install your sitemap module. What i do is: extract .tar file and upload to root modules folder. And i go to admin and Module Management. But the xml_sitemaps not show there. For your information i use pligg 9.8. its rite the step what i do?
This error I am getting . Please tell me how can i rectify this . The php version is proper . Is it due to my sql version or what .
Also as the number of postings are more than 5000 in case multiple files are created do we have to give write permissions in some files or what.
Fatal error: Call to undefined function clear_cache() in /home/desitoob/public_html/modules/xml_sitemaps/xml_sitemaps_install.php on line 5
Using Pigg v9.8
Let me know. Thanks.
I have enabled clean sitemap url and given this sitemap address to Google sitemap:
http://www.MY-WEBSITE.com/sitemapindex.xml
at http://www.MY-WEBSITE.com/sitemapindex.xml I have
−
http://www.MY-WEBSITE.com/sitemap-0.xml
2007-10-27T13:34:02-07:00
−
http://www.MY-WEBSITE.com/sitemap-pages.xml
The errors on Google sitemap are:
http://www.MY-WEBSITE.com/sitemap-0.xml
Nested indexing
This URL refers to a Sitemap index, not a Sitemap. Please remove it and resubmit.
http://www.MY-WEBSITE.com/sitemap-pages.xml
Nested indexing
This URL refers to a Sitemap index, not a Sitemap. Please remove it and resubmit.
Please tell me if you see what is the problem.
Thanks.
I get this error:
Fatal error: Call to undefined function: clear_cache() in /home/content/r/u/b/ruberr2002/html/modules/xml_sitemaps/xml_sitemaps_install.php on line 5
Please advise
Fatal error: Call to undefined function: clear_cache() in /home/content/r/u/b/ruberr2002/html/modules/xml_sitemaps/xml_sitemaps_install.php on line 5
Please advise. Thanks
I'm not getting an empty sitemap.
Here is the url
http://www.awomanis.com/awi/module.php?module=x...
I think I'm not doing something right.
Can you help me out?
Thomas
Seems to be a popular problem that onebut i read thru and go to your post and done what you said and bame all done and installed thanks
great advice and thanks
Mihai Secasiu PatchLog.com
Warmest regards
Albert F A Matthews
Goto
Pligg beta 9 Home » Admin » Configure Pligg Beta 9
and if you do this it will remove all of the sql database problems like
Warning
: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘XmlSitemaps_Links_per_sitemap ) l’ at line 1 in
/home/tagrin/public_html/libs/db.php
on line
233
just a head up and im using the new one out Pligg_Beta_9.8.2
hope this helps,
Albert F A Matthews
www.wedigg.co.uk
Everything is ok , xmlsitemap is running on my 9.8.2 pligg website.
The only problem is that the sitemap I get is empty.
Can you help?
BR
I am getting an empty sitemap.
http://88.191.13.182/module.php?module=xml_site...
Can you help?
It looks like in the config you are using friendly URLs. Take off the friendly URLs and see if it works that way, chances are its working great. There are some mods that you need to do to make friendly URL's work. but it all works perfectly. Its an awesome mod.
Warning: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'select link_modified from pligg_links where link_status!='disca in /homepages/28/d123456/htdocs/homepages/domain/libs/db.php on line 207
i had the other one but, im not sure if the old one is working ??
help "" advise ""
http://www.jeqq.com/sitemap-pages.xml
error with only ths help any help guys
http://forums.pligg.com/pligg-modules/10571-xml...
I am getting only 2 urls and thats two....don't know from where its pulling, can you help on this please.......
Fatal error: Call to undefined function clear_cache() in /home/_______/public_html/modules/xml_sitemaps/xml_sitemaps_install.php on line 5I am running Pligg's latest version.
i have submitted to google without errors but no page is indexed by google.
I am using URLMETHOD2 and copied the rewrite URLS to .htaccess.
Please help me out.
Thanks in advance
thanks for your response.
even i have changed my site url method with value 2
also google accept this sitemap url
i don't know it will harm my site or not according to the seo.
I'm not a programmer but I can usually understand how to make minor tweaks to my site like this. What is the final sitemap supposed to look like? domain.com/sitemap.xml ???
Thanks in advance for you help
Look into the module's configuration it explains clearely what you have to put into .htaccess to have a nice looking sitemap.
The final sitemap is actually a sitemap index ( this is the one that ou'll be sending to the SEs ) and it should be http://www.gevaldigg.com/sitemapindex.xml
Good luck.