Archive for Березень 24th, 2008
Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)…
Published Березень 24, 2008 веб дизайн 1 CommentThat indicates that Drupal needed more memory than PHP was allowed to give it.
Increased PHP’s memory limit by adding line:
ini_set(‘memory_limit’, ‘48M’);
in the sites/default/settings.php file
Source: http://drupal.org/node/76156