0
Hi Germi..
to make the cache of module "Recently Added artist" I added these lines in the xml file:
But once I set the cache on management module when I open the page where the module is contained appears this error:
Fatal error: Using $this when not in object context in modules\\mod_muscol_recently_added_artists\\helper.php on line 16
In this line the code is:
can you help me?
to make the cache of module "Recently Added artist" I added these lines in the xml file:
param name="cache" type="list" default="1" label="Caching" description="Select whether to cache the content of this module"
option value="1">Use global/option
option value="0">No caching/option
/param
But once I set the cache on management module when I open the page where the module is contained appears this error:
Fatal error: Using $this when not in object context in modules\\mod_muscol_recently_added_artists\\helper.php on line 16
In this line the code is:
if (empty( $this->_latest_artists_data )) {
can you help me?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »