-
jHackGuard & JDownloads Problem
Hi,
I have installed JHackGuard 1.4 for Joomla 2.57. Before installing, all components where working correctly, however after installation and enabling of JHackGuard, the download section of JDownloads within the admin section returns a blank page. All other Admin options appear to be working ok. This admin option within JDownloads usually shows a list of downloadable files, which can be edited, disabled from the downloads or removed. If I disable JHackGuard, this JDownload option does work correctly.
Any Idea's?
thanks in advance
Information
JHackGuard 1.4 - Joomla Extension
jDownloads 1.9.1 Stable Build 929 - Joomla Extension
Joomla 2.5.7
PHP Version 5.2.17
-
Hello,
We are looking into this issue. The plugin developer will patch it and tomorrow after extensive testing we will release a new version with the bug fixed.
-
Hello,
The plugin developer has provided a solution for jHackGuard and jDownloads 1.9.1 for Joomla 2.5.
Open the plugins/system/jhackguard/jhackguard.php file, find the plgSystemjhackguard function and replace it (the whole function's code) with the following code:
function plgSystemjhackguard(&$subject) {
$plugin = JPluginHelper::getPlugin('system', 'jhackguard');
$this->pluginParams = new JRegistry();
$this->pluginParams->loadString($plugin->params,'JSON');
}
The official fixed version will be released for download in a couple of days.
-
thank you for such a quick response.
That worked great!
-
Hello,
We have fixed this issue and released a new plugin version with this issue patched
This means, that once you upgrade it or install it anew it will work just fine
Similar Threads
-
By mareluna in forum Joomla Extensions
Replies: 3
Last Post: 09-10-2012, 02:09 PM
-
By Ceesdu in forum Joomla Extensions
Replies: 3
Last Post: 05-01-2012, 10:11 AM
-
By xmask in forum Joomla Extensions
Replies: 1
Last Post: 10-06-2011, 07:41 AM
-
By rishard in forum Joomla Extensions
Replies: 0
Last Post: 04-08-2011, 06:44 PM
-
By Silver007 in forum Free Joomla Templates
Replies: 8
Last Post: 02-23-2009, 05:32 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Copyright © 2012 SiteGround.com Inc