Uninstall Java from Control Panel -> Programs -> Uninstall Need to remove three files from /Windows/System32 and C:\ProgramData\Oracle\Java\javapath (you need to view […]
https://www.voip-info.org/fail2ban-with-iptables-and-asterisk/ /etc/init.d/fail2ban restart /etc/init.d/fail2ban reload /etc/init.d/iptables-persistent restart When you reload or restart fail2ban all the bans are removed. One problem with […]
After installing php5-fpm it was not working, To resolved I disabled mpm_prefork and mpm_event. This resolved the problem a2dismod mpm_prefork a2enmod mpm_prefork
theme folder -> manufacturer-list.tpl To remove top scrool, around line 70, delete the following: <div class="top-pagination-content clearfix bottom-line"> {include file="$tpl_dir./pagination.tpl" no_follow=1} </div> […]
-> Classes-> Manufacturer.php /* $results = Db::getInstance(_PS_USE_SQL_SLAVE_)->executeS(' SELECT p.`id_manufacturer`, COUNT(DISTINCT p.`id_product`) as nb_products FROM `'._DB_PREFIX_.'product` p USE INDEX (product_manufacturer) '.Shop::addSqlAssociation('product', 'p').' […]