Hello!
I have a problem with Ajax search Pro.
When I typing in search form, wheel is spinning but nothing happens.
I`ve tried to change settings as said on this site. But there is no improving, also in Plugin information ( Performance statistics) I found :
Notice: Undefined offset: -9223372036854775808 in /nas/content/staging/nohaliahq/wp-content/plugins/ajax-search-pro/functions.php on line 407.
Than I check there and at line 407 I found this:
function wpd_mem_convert($size) {
$unit=array(‘B’,’KB’,’MB’,’GB’,’TB’,’PB’);
return @round($size/pow(1024,($i=floor(log($size,1024)))),2).’ ‘.$unit[$i];
}
}
Have no idea what does it mean. Can you help me to solve this question?
-
This topic was modified 9 years, 10 months ago by
onir.