khloukrada
khloukrada
Offline
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.
Responses (2)
  • Accepted Answer

    khloukrada
    khloukrada
    Offline
    Tuesday, January 28 2014, 04:24 PM - #Permalink
    0
    After 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.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, January 29 2014, 11:56 AM - #Permalink
    0
    I'm not sure it's the best fix.. but if it's working for you, well done :) good job!

    I will take a look at it thanks!
    The reply is currently minimized Show
Your Reply