PHP errors

In looking at my php_errlog file (attached in condensed format), I’m seeing numerous messages of the following sort:



[03-Nov-2009 19:34:43] PHP Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 35 bytes) in /home/herbaria/public_html/core/fn.common.php on line 1006



Is this indicative of a fundamental problem in my cart, or can I change a setting that will address this? I’ve seen in other forums that changing the line


@ini_set('memory_limit', '48M');



in config.local.php



to something like


@ini_set('memory_limit', '128M');



might help, but I don’t want to try it blindly.

php_errorlog_cscart_forum.txt

[quote name=‘Herbaria’]In looking at my php_errlog file (attached in condensed format), I’m seeing numerous messages of the following sort:



[03-Nov-2009 19:34:43] PHP Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 35 bytes) in /home/herbaria/public_html/core/fn.common.php on line 1006



Is this indicative of a fundamental problem in my cart, or can I change a setting that will address this? I’ve seen in other forums that changing the line


@ini_set('memory_limit', '48M');



in config.local.php



to something like


@ini_set('memory_limit', '128M');



might help, but I don’t want to try it blindly.[/QUOTE]



Try commenting that line out like this



// @ini_set(‘memory_limit’, ‘128M’);



and try again, if that does not work you may want to have your server admin check your server and see what your my.cnf is setup as.