eXtplorer 2.1.5 available (Security Release)
Version 2.1.5 of eXtplorer is now available. Please update immediately if you're running eXtplorer in Joomla!
Version 2.1.5 of eXtplorer is now available. This release fixes a vulnerability that allowed to access eXtplorer installations in Joomla! via the standalone interface bypassing the Joomla! authentication. Please update immediately if you're running eXtplorer in Joomla!
Comments
Added by Piter Pit over 10 years ago
Hi,
I always forget put information than on the component are bug.
In to the file libraries\FTP.PHP on the line 36 are bad syntax.
Is
require_once 'PEAR.php';
and that results blank screen on joomla from 2.x to 3.x.Resolution of this problem is changing that line on this:
require_once dirname(__FILE__).'/PEAR.php';
---------------------------
Change those line:
require_once 'PEAR.php';
to this:
require_once dirname(__FILE__).'/PEAR.php';
Regards and very well component!