I wanted to report an issue I encountered related to caching in Joomla when using the J2Store content plugin.
Environment:
-
Joomla 5.5.3
-
PHP 8.3
-
J2Store plugin latest version
-
Hosting on Aruba shared Linux server
Issue:
When Joomla caching is enabled and the J2Store plugin’s internal caching is also turned on, I receive the following frontend error on non-product articles (on category and item pages that actually use articles as j2store products there is no error):
Could not delete folder. Path: [ROOT]/administrator/cache/com_content
This error does not occur if:
-
Joomla caching is disabled, or
-
The J2Store plugin cache control toggle is set to No
Disabling the J2Store content plugin entirely also removes the error.
It appears that both Joomla and J2Store attempt to manage the same cache folders simultaneously, causing a conflict and permission errors when deleting cache directories.