Hi,
There is an error message when displaying articles published on a blog
Error
Unable to create default content category!
example : https://www.formasante.ch/bientraitance/96-bientraitance
Thanks in advance
Yanick
Hi,
There is an error message when displaying articles published on a blog
Error
Unable to create default content category!
example : https://www.formasante.ch/bientraitance/96-bientraitance
Thanks in advance
Yanick
Hi,
Everything works! Fast and efficient, thank you
Is it possible to know what you have done to solve the problem?
With kind regards,
Yanick
HI Yanick,
We updated this file to fix the issue: root/templates/ja_sugite/html/com_content/article/default.php
I have the same problem. In wich line is the error and what did you fix?
It's line 75, we changed:
<?php if ($aInfo || $exAction) :
JFactory::getApplication()->enqueueMessage(JText::_('Unable to create default content category!'), 'error');
?>
to:
<?php if ($aInfo || $exAction) : ?>
This update should be included in the latest version of JA Sugite template already