OK. Thanks. Will try it.
Printable View
OK. Thanks. Will try it.
I have an issue: I am doing a fresh install of Sitemap XML on ZenCart 1.5.4 (this is literally the first plugin I have installed.
I have followed all instructions up to stage 7 and the problem I have are some of the php tags for languages are showing:
For example TEXT_CONFIGURATION_TITLE_SITEMAPXML_PLUGINS shows up instead of 'Active plugins'
I did take a look and /admin/inclides/languages/english/sitemapxml.php and except for 4 that I had to manually add SITEMAPXML_ all files are listed. The ones I had to change were:
In the russian language file they are called:Quote:
TEXT_CONFIGURATION_TITLE_PRODUCTS_REVIEWS_ORDERBY
TEXT_CONFIGURATION_DESCRIPTION_PRODUCTS_REVIEWS_ORDERBY
TEXT_CONFIGURATION_TITLE_PRODUCTS_REVIEWS_CHANGEFREQ
TEXT_CONFIGURATION_DESCRIPTION_PRODUCTS_REVIEWS_CHANGEFREQ
But some are listed but are not showing the english for. Please could anyone shed any light?Quote:
TEXT_CONFIGURATION_TITLE_SITEMAPXML_PRODUCTS_REVIEWS_ORDERBY
TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_REVIEWS_ORDERBY
TEXT_CONFIGURATION_TITLE_SITEMAPXML_PRODUCTS_REVIEWS_CHANGEFREQ
TEXT_CONFIGURATION_DESCRIPTION_SITEMAPXML_PRODUCTS_REVIEWS_CHANGEFREQ
Thanks in advance.
Ummmm.. Anyone?
I just go my site restored from backups and found this error. can anyone help?
currently on PHP 5.6.17
Code:[22-Mar-2016 05:00:13 America/Denver] PHP Warning: filesize(): stat failed for sitemapcategories.xml in /xxxx/xxxxx/public_html/includes/classes/sitemapxml.php on line 809
[22-Mar-2016 05:00:13 America/Denver] PHP Warning: filesize(): stat failed for sitemapmanufacturers.xml in /xxxx/xxxxx/public_html/includes/classes/sitemapxml.php on line 809
[22-Mar-2016 05:00:13 America/Denver] PHP Warning: filesize(): stat failed for sitemapproducts.xml in /xxxx/xxxxx/public_html/includes/classes/sitemapxml.php on line 809
When PHP says "stat failed", it means it was asking the server's filesystem for some information about a particular file, but the filesystem denied the request.Quote:
PHP Warning: filesize(): stat failed for (filename)
In this case, it's telling you that it was asking for the size of those various .xml files.
So, either the files are missing, or they exist but they're "owned" by a user/process that PHP is not authorized to mess with, or their permissions are set too low to allow PHP to read them.
Regarding those sitemap*.xml files: things to try: (try first one, then test generating the files again, see if the errors are gone and the files get updated, then try the next one, test again, etc)
a) set their permission-level to 755 ... or whatever permission your hosting company says is "writable by PHP"
b) delete them and let the SitemapXML plugin try to recreate them (permissions will need to be set properly for whatever directory they're getting stored in. See the SitemapXML installation instructions for guidance on that)
c) ask your hosting company to change their ownership to allow PHP to access them
First of all let me thank for keeping this plugin updated.
I noticed that there are not instructions about upgrading from 4.5.0 to 4.5.1
Is it enough to overwrite the old files or there is any specific instruction to follow?
May be it is only need to overwrite the files contained in the mdified core files 1.5.5 folder?
Thanks for answering.
ciao from Italy.
enzo
A website with zencart I just build last year requested a display only/category only (except for featured products) zencart installation. There are basically no products only showcasing categories with subcategories of lines of products. This is only a display cart with no transactions allowed.
The xml sitemap generator module does not list categories if there are no products. This is a major problem for this site. Is there anyway to remove the restriction that prevents the categories from showing up if there are no products?
Thanks in advance.
RJ Sandlin