User tests: Successful: Unsuccessful:
Pull Request for Issue #13588.
Moved the inclusion of ContentHelperRoute Class from the helper.php to the mod_articles_categories.php
Create a module to list categories of a parent category. The module should work.
No changes are required.
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Front End |
I have tested this item
I was able to re-procedure this error and this PR fixed it.
From code review, when cache data is found, the file modules/mod_articles_categories/helper.php won't be required, so ContentHelperRoute is not registered and not available for using in module layout file, thus fatal error happens
For tester, you want to test it;
Make sure cache is enabled for your site and the module
Assign the module to a menu item not related to com_content. Then access to that menu item, from the second time you should see the error. Apply the patch, the error should be gone..
I have tested this item
@joomlabeat thanks! Explains an issue a came across recently, this is fixing that indeed.
Status | Pending | ⇒ | Ready to Commit |
RTC. Thanks.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-01-15 17:56:13 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
I had the same problem but in the 3.6.5 version, i add the fix you have here and all good just passed 8 hours and all good
@joomlabeat
I could reproduce the issue in current Staging (3.7.0) only
Could you please check and complete the testing instructions if you can confirm that. Thank you.