View Single Post
  #9  
Old 02-11-2008, 07:16 PM
  techdesign's Avatar 
techdesign techdesign is offline
 

Advanced Member
  
Join Date: May 2003
Posts: 30
 

Default Re: Error in Checkout

I looked at the logs and this is the error I keep getting:

[09-Feb-2008 15:52:15] PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 181991 bytes) in /website.com/store/include/func/func.templater.php on line 109


This is what line 109 shows:

$x = preg_replace_callback($regexp_occurences, 'func_convert_lang_var_callback', $tpl);

Could someone help me with the problem on this line?

Thanks

X-cart Gold 4.1.9
__________________
X-Cart Gold 4.4.1
X-Cart Gold 4.2.3
Reply With Quote