- Posts: 2
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- Blank site and broken administration after installing Disqus plugin
Blank site and broken administration after installing Disqus plugin
- metarain
- Topic Author
- Offline
- New Member
Less
More
12 years 4 days ago #51516
by metarain
Blank site and broken administration after installing Disqus plugin was created by metarain
Hello!
Right after installing 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).
As I see on extension page extensions.joomla.org/extensions/5259 , recently few people had this problem too. Please help. ???
Joomla 2.5.8, Disqus 3.2, Apache 2.4.3, PHP 5.4.7, T3 framework and template
Right after installing 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).
As I see on extension page extensions.joomla.org/extensions/5259 , recently few people had this problem too. Please help. ???
Joomla 2.5.8, Disqus 3.2, Apache 2.4.3, PHP 5.4.7, T3 framework and template
Please Log in or Create an account to join the conversation.
- mizu
- Offline
- New Member
Less
More
- Posts: 3
12 years 4 days ago #51517
by mizu
Replied by mizu on topic Re: Blank site and broken administration after installing Disqus plugin
same setup, identical problem here. [localhost]
Joomla 2.5.8, Disqus 3.2, Apache 2.4.3, PHP 5.4.7, T3 framework and template
Joomla 2.5.8, Disqus 3.2, Apache 2.4.3, PHP 5.4.7, T3 framework and template
Please Log in or Create an account to join the conversation.
- metarain
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
12 years 2 days ago #51518
by metarain
Replied by metarain on topic [SOLVED] Re: Blank site and broken administration after installing Disqus plugin
Hi,
Solution [may be] :) :
In file \plugins\content\jw_disqus\jw_disqus.php , line 40 remove "&"
Bad code:
Good code:
Otherwise there will be "PHP Fatal error: Call-time pass-by-reference has been removed"
JW developers, please take a look at this problem and fix it in next version!
Solution [may be] :) :
In file \plugins\content\jw_disqus\jw_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"
JW developers, please take a look at this problem and fix it in next version!
Please Log in or Create an account to join the conversation.
- Christopher Minott
- Offline
- New Member
Less
More
- Posts: 6
11 years 9 months ago #51519
by Christopher Minott
Replied by Christopher Minott on topic Re: Blank site and broken administration after installing Disqus plugin
Still no answer here? Moved site to an A3 hosting and Disqus plugin causing all sorts of issues. unable to access Admin pages.
Does the bug mentioned in this thread still need to be fixed??
Does the bug mentioned in this thread still need to be fixed??
Please Log in or Create an account to join the conversation.
- Christopher Minott
- Offline
- New Member
Less
More
- Posts: 6
11 years 8 months ago #51520
by Christopher Minott
Replied by Christopher Minott on topic Re: Blank site and broken administration after installing Disqus plugin
We are trying to move our Joomla site from a WAMP host over to a Amazon mySQL instance. This plugin is holding the entire thing up as installing breaks numerous Admin functions and takes down the entire frontend. Does anyone monitor these forums? I realize this is a free product but being as you are referred by Disqus this needs some level of support please!!??
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- DISQUS Comments for Joomla!
- Blank site and broken administration after installing Disqus plugin