Hi, I faced the same problem. The only way to solve it is to change 'count' to 'intval' in anspress\addons\tags\tags.php line 150. Should be: [apcode language="php"] $ap_max_num_pages = ceil( intval(...
View Questionboriszhuk
27 Reputation
Hi, I faced the same problem. The only way to solve it is to change 'count' to 'intval' in anspress\addons\tags\tags.php line 150. Should be: [apcode language="php"] $ap_max_num_pages = ceil( intval(...
View Question