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 »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Memory errors all over the place
Pages: [1]

Author Topic: Memory errors all over the place  (Read 1430 times)

jpeery

  • Guest
Memory errors all over the place
May 09, 2008, 08:31:23 am
I get a number of fatal errors going through various civicrm pieces, such as:

When I try to run debug:
URL http://niteomatic.com/civicrm/dashboard?reset=1&smartyDebug=1
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/caddiewo/public_html/niteomatic/sites/all/modules/civicrm/packages/Smarty/Smarty_Compiler.class.php on line 1797

http://niteomatic.com/civicrm/dashboard?reset=1
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/caddiewo/public_html/niteomatic/modules/views/modules/views_node.inc on line 170

Any ideas where to start?  I guess I don't understand the debugging very well, when I add &smartyDebug=1 it seems to do nothing, same for backtrace...

Help?
Thanks
Jason
« Last Edit: May 09, 2008, 09:30:53 am by jpeery »

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Memory errors all over the place
May 10, 2008, 01:37:35 am
Jason,

check http://forum.civicrm.org/index.php/topic,3102.0.html
Also search forum for "memory_limit", http://forum.civicrm.org/index.php?action=search

HTH

kurund

Found this reply helpful? Support CiviCRM

jpeery

  • Guest
Re: Memory errors all over the place
May 12, 2008, 09:34:44 am
Well, doesn't look like there's much related to my issue.  I've given up on Drupal, going to Chyrp.  Just frustrated that right off the bat I've got issues with mods.

Matt2000

  • I post frequently
  • ***
  • Posts: 288
  • Karma: 27
    • http://www.ninjitsuweb.com
Re: Memory errors all over the place
May 13, 2008, 06:49:37 pm
This is a very simple issue. You shouldn't need to debug anything, just increase your PHP memory limit. Depending on your host, you may be able to do this within the .htaccess file provided by Drupal, or in your settings.php file.

Also, CiviCRM is not REALLY a drupal module in the normal sense. It just happens to have a bridge to Drupal of sorts. It doesn't use any Drupal standards, and provides its own packages for templating, forms, DB abstraction, etc, rather than using Drupal.
Drupal/CiviCRM micro-blogging http://twitter.com/matt2000

Ninjitsu Web Development http://www.NinjitsuWeb.com/

jpeery

  • Guest
Re: Memory errors all over the place
May 14, 2008, 06:20:49 am
Good deal, I'll play around with the memory settings, see what I get.  Thanks for the help!
Much Obliged,
Jason

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Memory errors all over the place

This forum was archived on 2017-11-26.