1 amorangi Dec 12, 2005 23:19
3 amorangi Dec 12, 2005 23:41
I may have had it, can't remember, but I completely wiped my old instalation when I upgraded, as per the instructions, so I shouldn't have any old code causing problems.
4 edb Dec 12, 2005 23:48
list_antispam() is the old way. list_antiSpam() is what my copy of .9.1b calls that function. admin/b2antispam.php line 310. I suggest grabbing a fresh copy of the zip and uploading everything in the admin and b2evocore folders again.
5 amorangi Dec 12, 2005 23:54
I installed from a fresh download, downloaded a couple of hours ago.
function list_antiSpam() is used in both b2antispam.php and _functions_antispam.php
6 amorangi Dec 13, 2005 00:09
Sorry, my bad, there was obviously some corruption when I uploaded the files to the server. Sorry for the inconvenience!
Still get the error on the regional settings tho.
$percent_done = round(($translated-$fuzzy/2)/$all*100);
gives divide by zero error
7 blueyed Dec 13, 2005 00:23
Just change that line to:
$percent_done = $all ? round(($translated-$fuzzy/2)/$all*100) : 0;
I'll fix it in CVS.
What hacks did you have? If you had the 'antispam rechecker' hack that's the problem.