Hi,
after the update to version 2.07f i get this error if i click on "checkout":
Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in mydomain/libraries/joomla/string/string.php on line 966
And here is the part of string.php:
$encodedURL = str_replace($entities, $replacements, urlencode($url));