may i know when this bug plan to be fixed ?
not sure if
http://www.eaimproved.eu/ is related to misterestate which claims to provide improvement of estate agent.
seems like the bug on "estateagent.php", and by looking into quick hack from eaimproved, same file, the source looks like this:
case "new":
if (authorizeSuperVisor()==false)
{
$query = "SELECT count(*) FROM #__estateagent WHERE created_by = '$my->id'";
$database->setQuery($query);
$total = $database->loadResult();
if($total>=$eaconf->ea_maxobjects&&$eaconf->ea_maxobjects!=0){
echo "<script> alert('You have reached the maximum number of objects you can have'

; window.history.go(-1);</script>n";
exit;
}
}
hope misterestate's author can get some idea and appreciate the fixed asap for all fans waiting here....