I’m trying to install pMachine Pro 2.4 on a new server. In Step 5, I’m getting this error:
Call to undefined function: escape_str() in /.../pm/install.php on line 1934
Line 1934 is:
$add = new DB_query($result, “insert into {$dbprefix}_ping_servers values (’‘, ‘weblogs.com’, ‘“.$result->escape_str(‘http://rpc.weblogs.com/RPC2’).”’, ‘80’,‘y’,‘1’)”,“0”); if(!$add->result) $error =1;
Sorry for the dumb questions, but where is this function defined? I can’t find it in any of the *.php files.
Thanks,
John
