Error in: /libraries/joomla/string/string.php on line 966

Started by Otto0815, June 18, 2012, 13:34:37 PM

Previous topic - Next topic

Otto0815

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));


Milbo

With this information we have no chance to find it, can be some extension... can be your overwrites.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Otto0815

Hi Milbo,

looks like it's caused by the "MaximenuCK" extension; so since this occoured first after the VM Update i think there's some data related to this menu changed...

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Otto0815

No, it hasn't changed anything......
What does this line in joomla do?Maybe that's the way to an solution..

I've tried to reinstall VM2.06e, but it brings no difference...

Otto0815

I've done now the folloewing change to my .htacces and it works:#

php_value memory_limit 128M