CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Fatal error: Allowed memory size of 67108864 bytes exhausted
Pages: [1]

Author Topic: Fatal error: Allowed memory size of 67108864 bytes exhausted  (Read 3580 times)

mareligne

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 0
  • Start with the end in mind.
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
Fatal error: Allowed memory size of 67108864 bytes exhausted
December 27, 2010, 02:35:07 pm
i found a Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 3932160 bytes) in /home8/uniklear/public_html/administrator/components/com_civicrm/civicrm/packages/Log.php on line 554
After i submit a profile in the front end .
Any hints to this fatal error.

mdlueck

  • Ask me questions
  • ****
  • Posts: 382
  • Karma: 4
  • CiviCRM version: 4.7.24
  • CMS version: Drupal 6.x
  • MySQL version: 5.5.54
  • PHP version: 5.3.10
Re: Fatal error: Allowed memory size of 67108864 bytes exhausted
December 27, 2010, 06:50:28 pm
Sounds like your web server as a PHP memory limit lower that Civi is needing it to be set to. From the path, I would guess you are on some type of shared hosting arrangement. See if you can specify your own PHP settings, perhaps in a php.ini file in your web-root folder, perhaps in the .htaccess file in your web-root folder, etc...
--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/

CiviTeacher.com

  • I live on this forum
  • *****
  • Posts: 1282
  • Karma: 118
    • CiviTeacher
  • CiviCRM version: 3.4 - 4.5
  • CMS version: Drupal 6&7, Wordpress
  • MySQL version: 5.1 - 5.5
  • PHP version: 5.2 - 5.4
Re: Fatal error: Allowed memory size of 67108864 bytes exhausted
December 28, 2010, 11:12:04 am
67108864 bytes is 64 megabytes.  The recommended PHP memory for CiviCRM is 128MB.  Your web host may or not not allow you to increase your memory size.  You can try to increase PHP memory in one of two places:  1) your hosting Control Panel (cPanel) 2) the .htaccess file in the webroot of your site.

More info: http://drupal.org/node/29268.   
Try CiviTeacher: the online video tutorial CiviCRM learning library.

mareligne

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 0
  • Start with the end in mind.
  • CiviCRM version: 3.3.3
  • CMS version: Joomla 1.5.22
Re: Fatal error: Allowed memory size of 67108864 bytes exhausted
January 03, 2011, 09:34:25 am
Thanks Guys i install the php.ini file in the root directory and i set the memory size 128M and works perfect.
Thanks again.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Fatal error: Allowed memory size of 67108864 bytes exhausted

This forum was archived on 2017-11-26.