Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • metastorm Friend
    #182381

    Hi!

    I’m developing a new site based on T3-2 and template

    Right after installing JW Disqus plugin site disappear – just blank page (HTTP Error 500 (Internal Server Error)).
    Also in Control Panel I’m getting the same blank page when trying to open any plugin or module. Media Manager is blank too.

    The only way to get site back is to uninstall Disqus plugins (luckily it’s possible).

    What can be wrong? Is there any incompatibilities between T3 and Disqus comments?

    Joomla 2.5.8, Disqus 3.2, Apache 2.4.3, PHP 5.4.7

    metastorm Friend
    #473492

    Hi again,

    Solution [may be] 🙂 :
    In file pluginscontentjw_disqusjw_disqus.php , line 40 remove “&”

    Bad code:

    $this->onContentPrepare('com_content.article', &$row, &$params, $limitstart );

    Good code:

    $this->onContentPrepare('com_content.article', $row, $params, $limitstart );

    Otherwise there will be “PHP Fatal error: Call-time pass-by-reference has been removed”

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  metastorm 11 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum