Hello, after installing the Phoca Open Graph Content Plugin and Phoca Open Graph System Plugin it is no longer possible to generate sitemaps with JSitemap PRO. Disabling the plugins JSitemap returns to work.
Can you check the bugs please?
Regards
Bugs on Phoca Open Graph Plugins
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Bugs on Phoca Open Graph Plugins
Hi,
Sorry, I don't know JSitemap. There was an update: https://extensions.joomla.org/extension/jsitemap/
Kind regards
Christine
Sorry, I don't know JSitemap. There was an update: https://extensions.joomla.org/extension/jsitemap/
Kind regards
Christine
-
- Phoca Newbie
- Posts: 3
- Joined: 09 Aug 2019, 12:33
Re: Bugs on Phoca Open Graph Plugins
Thanks for your attention. JSitemap is already updated, thanks. I'm writing to you after contacting JSitemap support, which helped me identify the problem. As I told you, I solve it by suspending Phoca Open Graph Plugins. Is it possible to check please?
Regards
Regards
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Bugs on Phoca Open Graph Plugins
Hi, yes, just let us know which error you get when you enable it. Or better, when someone helped you to identify the problem, just let us know the details, so I can take a look at it.
Maybe there will be some specific document type which needs to be handled, for now the following document types are handled:
So will be great to get more details on which place in JSitemap it occures, which document type it is, etc.
Thank you,
Jan
Maybe there will be some specific document type which needs to be handled, for now the following document types are handled:
Code: Select all
$docType = $document->getType();
if ($docType == 'pdf' || $docType == 'raw' || $docType == 'json') {
return;
}
Thank you,
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 1
- Joined: 05 Jun 2020, 21:44
Re: Bugs on Phoca Open Graph Plugins
I am also facing this issue and the Phoca open graph plugin is flagged by Jsitemap PRO as a buggy plugin that causes Jsitemap to generate errors for XML file types. Any chance that we can get a fix for this? I can pay for support if needed.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Bugs on Phoca Open Graph Plugins
Hi, download the version 3.0.8 and reinstall it:
https://www.phoca.cz/download/category/ ... tem-plugin
Jan
https://www.phoca.cz/download/category/ ... tem-plugin
Jan
If you find Phoca extensions useful, please support the project