![]() |
|
sitemap-extended goes blank - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: sitemap-extended goes blank (/thread-9539.html) |
sitemap-extended goes blank - tunafish - 28-01-2012 When I click the Generate sitemaps button in the admin I get a blank page.. Call to undefined function printSitemapGoogleImageVideoExtras() Any idea what this could be? I have seo_locale plugin active and mod_rewrite works. EDIT: That's odd I did a search/scan for the sitemap-extended goes blank - acrylian - 28-01-2012 Seems to be a typo or the "print" version got lost somehow as there is somehow indeed only a "get" version currently. Will take a look tomorrow. sitemap-extended goes blank - tunafish - 29-01-2012 OK acrylian, it was just a quick question just before going to sleep. I have 2 more questions though:
So my question here is.. which one takes precedence? The one from the plugins/ dir? sitemap-extended goes blank - acrylian - 29-01-2012
No, the site map is only generated on admin request. The former way was that it could update the cached files automatically (like the static_html_cache can). But it appeared that this might overload some sites/servers especially if the googleiamgealbum addition is enabled. Then on sites with lots of images quite huge lists are generated. We therefore choose to change that.
Generally you should not have two plugins of the same name, no matter where, you should at least rename it to sitemap-extended-custom. You probably confused Zenphoto. I don't think there is an order for that case (it is for special plugins that can have custom user stuff like a comment_form within /plugins or a theme, then the custom stuff gets priority). Best is you remove the custom one, then the official and then re-enable your custom one. Note that you cannot move all plugins from zp-extensions to plugins as some have code paths that will not work without a change. sitemap-extended goes blank - acrylian - 29-01-2012 Bug will be fixed in tonight's nightly build. sitemap-extended goes blank - sbillard - 29-01-2012 If you have a user plugin of the same name as a zenphoto one you will indeed get a "mixed" set of code. The base plugin will be the zenphoto official one. But files loaded by the plugin with This latter is done so that things like custom forms and css can be placed in the user version of the folder to override the officially provided files. sitemap-extended goes blank - nbruley - 26-03-2012 I got this same error after adding the SEO_locale plugin. Is that a different issue? Thanks. sitemap-extended goes blank - acrylian - 26-03-2012 If you are not on 1.4.2.2 probably. sitemap-extended goes blank - nbruley - 26-03-2012 Looks like you're right. When I click the link "see changes on trac" I'm confused where to go to see the changes made in 1.4.2.2 Thanks. sitemap-extended goes blank - acrylian - 26-03-2012 The changes are on the "timeline". At the time of the release you just need to go backwards to see all previous changes. Now we are of course a little further as we are heading to 1.4.2.3. ALso those changes are for both streams, 1.4.2 trunk and 1.4.3 dev. The easiest to see the changes is to use an svn client. |