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">';