0
The player display this error below when we enable Adds Suffix to URL in Joomla Global confirguration.
Task Queue failed at step 5: Playist could not be loaded: Error# 1095
It works back when we disable it.
Please help, my friend.
Task Queue failed at step 5: Playist could not be loaded: Error# 1095
It works back when we disable it.
Please help, my friend.
Responses (2)
-
Accepted Answer
0After searching online, I have found the fix. It is something to do with the muscol system plugin located in plugins/system/muscol/muscol.php.
To fix this, open this file.
Use either:
- 1st method: replace "onAfterInitialise" with "onAfterRoute"
Or
- 2nd method:
add this line:
JFactory::$document = null;
at the end of your onAfterInitialise method
Don't know if it's the best fix or not. Just hope the developer should take this into consideration.
You could learn more about this fix by http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=27230
Thanks. -
Accepted Answer
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 »