Recently we have updated one of our joomla portal form 3.3.3 to 3.4.1 and suddenly the JError
inside model stopped working, It took some time to figure it out but we have ended up by replacing JError
with JFactory::getApplication()->enqueueMessage(JText::_('COM_CONTENT_ERROR_ARTICLE_NOT_FOUND'), 404)
and got it working but I thought we should file an issue for joomla so that anyone else who faces the same issue can get helped by himself.
Labels |
Added:
?
|
Category | ⇒ | Libraries |
Status | New | ⇒ | Information Required |
Its in the core component com_content, Let me see if I can reproduce with clean setup.
How did you update ?
Is it possible that the update did not update the necessary files ?
Please compare the file you edited with the original in the 3.4.1 full package zip.
After 6 weeks without any update or reply I am closing this at this time
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-06-21 10:10:22 |
Closed_By | ⇒ | brianteeman |
@adeshpandey can you please describe in more detail what the issue is?
into a custom component, the core? what issues do you have? Is this a site only issue or a issue that you can produce on different sites? Can you reproduce it also with a clean 3.4.1 install?