Editing an element trhougt CMS : Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1245184 bytes) in /cache/tpl_mg_themes.bbcb_mg.php on line 231
this line contains:
Code: [Download] [Hide]
- <a href="javascript:BBCmarqd()"><img border="0" src="<?php echo isset($this->vars['BBCB_MG_IMG_PATH']) ? $this->vars['BBCB_MG_IMG_PATH'] : $this->lang('BBCB_MG_IMG_PATH'); ?>marqd<?php echo isset($this->vars['BBCB_MG_IMG_EXT']) ? $this->vars['BBCB_MG_IMG_EXT'] : $this->lang('BBCB_MG_IMG_EXT'); ?>" name="marqd" onMouseOver="helpline('marqd')" alt="<?php echo isset($this->vars['L_BBCB_MG_MD']) ? $this->vars['L_BBCB_MG_MD'] : $this->lang('L_BBCB_MG_MD'); ?>" title="<?php echo isset($this->vars['L_BBCB_MG_MD']) ? $this->vars['L_BBCB_MG_MD'] : $this->lang('L_BBCB_MG_MD'); ?>" class="bbimages" /></a>"
And other similar error in ACP, do not show left panel navigation, this case in "admin_users.php on line 1139" file with:
Code: [Download] [Hide]
- $selfdes = ($signature_bbcode_uid != '') ? preg_replace("/:(([a-z0-9]+:)?)$signature_bbcode_uid(=|])/si", '3', $this_userdata['user_selfdes']) : $this_userdata['user_selfdes'];
Any help?