Problem with mod_phocadownload_statistics_v1.0.0
Posted: 03 Jul 2009, 18:04
Line 101 in the mod_phocadownload_statistics.php is bad, if the Admin folder via
htaccess file is locked.
original line:
It is then always the htaccess consultation. (Username / password)
My solution:
The Asset Odner aud the Admin folder in the copy and the mod_phocadownload_statistics
Line to change.
htaccess file is locked.
original line:
Code: Select all
$output .= '<div style="background:'.$colors[$color].' url(\''.
JURI::base(true).'/administrator/components/com_phocadownload/assets/images/white-
space.png'.'\') '.$per.'px 0px no-repeat;width:'.$module_width_div.'px;padding:5px
5px;margin:5px 0px;font-size:'.$font_size.'px">';
My solution:
The Asset Odner aud the Admin folder in the copy and the mod_phocadownload_statistics
Line to change.
Code: Select all
$output .= '<div style="background:'.$colors[$color].' url(\''.
JURI::base(true).'/modules/mod_phocadownload_statistics/assets/images/white-space.png'.'\')
'.$per.'px 0px no-repeat;width:'.$module_width_div.'px;padding:5px 5px;margin:5px 0px;font-
size:'.$font_size.'px">';