VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: Otto0815 on June 18, 2012, 13:34:37 PM

Title: Error in: /libraries/joomla/string/string.php on line 966
Post by: Otto0815 on June 18, 2012, 13:34:37 PM
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));

Title: Re: Error in: /libraries/joomla/string/string.php on line 966
Post by: Milbo on June 18, 2012, 16:31:22 PM
With this information we have no chance to find it, can be some extension... can be your overwrites.
Title: Re: Error in: /libraries/joomla/string/string.php on line 966
Post by: Otto0815 on June 18, 2012, 16:51:05 PM
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...
Title: Re: Error in: /libraries/joomla/string/string.php on line 966
Post by: Milbo on June 18, 2012, 17:51:49 PM
Maybe it is connected to this http://forum.virtuemart.net/index.php?topic=103126.msg346210#msg346210

Try also the file
Title: Re: Error in: /libraries/joomla/string/string.php on line 966
Post by: Otto0815 on June 18, 2012, 23:25:35 PM
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...
Title: Re: Error in: /libraries/joomla/string/string.php on line 966
Post by: Otto0815 on June 19, 2012, 18:17:16 PM
I've done now the folloewing change to my .htacces and it works:#

php_value memory_limit 128M