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 »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • memory limit problem
Pages: [1]

Author Topic: memory limit problem  (Read 1807 times)

Tass

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Holos
  • CiviCRM version: 4.5.3.
  • CMS version: Joomla 2.5.27
  • MySQL version: 5.5.32
  • PHP version: 5.3.28-pl3-gentoo
memory limit problem
March 21, 2012, 02:35:07 am
Hello,
I'm new to this forum, having problem with CiviCRM instalation.
Instaling CiviCRM 3.4.6 on Joomla 1.5.17.

Instalation itself went OK, but when I click on the CiviCRM component in backend, I get this error message:
Quote
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 40 bytes) in /web/htdocs1/holoscz/home/www/administrator/components/com_civicrm/civicrm/packages/PEAR.php on line 884

Of course I've searched the forum first and foud some posts with simillar problems. So I checked my PHP memory limit which my provider provides me, it's 128 MB.  On CiviCRM Technical Requirements site is 128 MB recommended value.
Do you have any ideas what could be wrong? Maybe some server settings?

Thanks in advance.

Tass

  • I’m new here
  • *
  • Posts: 11
  • Karma: 0
    • Holos
  • CiviCRM version: 4.5.3.
  • CMS version: Joomla 2.5.27
  • MySQL version: 5.5.32
  • PHP version: 5.3.28-pl3-gentoo
Re: memory limit problem
March 26, 2012, 10:56:58 pm
My provider told me, it may be caused by access rights. But even after changing to 755 still doesn´t work. So does it mean I have to look for webhosting/server with more resources?

nzampella

  • I post occasionally
  • **
  • Posts: 61
  • Karma: 2
  • CiviCRM version: 4.5.3
  • CMS version: Joomla 3.3.6
  • MySQL version: 5.5.36
  • PHP version: 5.4.31
Re: memory limit problem
April 03, 2012, 02:58:52 pm
Need to adjust your MEMORY LIMIT to at least 64M

from the Civicrm on Joomla Install wiki:

Quote
add to your .htaccess file:

php_value memory_limit 64M
php_value register_globals off
php_value max_execution_time 600

or as I did

Quote
change your php.ini file

memory_limit = 64M
register_globals = off
max_execution_time = 600

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Installing CiviCRM »
  • Joomla! Installations (Moderator: Deepak Srivastava) »
  • memory limit problem

This forum was archived on 2017-11-26.