Results 1 to 6 of 6

Thread: Fatal error: Out of memory

  1. #1
    c.sharma32 is offline Junior Member
    Join Date
    Nov 2011
    Posts
    2

    Default Fatal error: Out of memory

    I've tried to install SugarCRM community edition several times and first i recieved the error Minimum PHP version required is 5.1.0. You are using PHP version 4.4.9 and then i solved the problem by using a .htaccess file with the code 'AddType x-mapp-php5 .php ' and that got rid of the error message on the strat up screen but now this foloowing error occurs when i try to install the program

    'Creating default users... done
    Creating default scheduler jobs... done

    Fatal error: Out of memory (allocated 30146560) (tried to allocate 2223 bytes) in /homepages/18/d126962105/htdocs/SugarCE-Full-6.4.0beta1/modules/Administration/SugarSpriteBuilder.php on line 465'

    The server I'm using is 1&1 .. is there anything i can do?

    Please help

  2. #2
    scuba303 is offline Junior Member
    Join Date
    Dec 2011
    Posts
    1

    Default Re: Fatal error: Out of memory

    same problem here.
    Fatal error: Out of memory (allocated 32243712) (tried to allocate 8892 bytes) in /homepages/12/d298992768/htdocs/wsb5494788502/crm/modules/Administration/SugarSpriteBuilder.php on line 464
    memory limit should be ok. see phpinfo attached


  3. #3
    ddbtek is offline Sugar Community Member
    Join Date
    Apr 2006
    Location
    United States
    Posts
    43

    Default Re: Fatal error: Out of memory

    Forum Admin-- please remove the above post for security reasons.

    NEVER, EVER, EVER, EVER, EVER, EVER post the data from phpinfo.ini. That is information that would make it very easy for osmeone to hack your site. It also gives away an enormous bit of information aobut you, your system, etc.

    Thanks,
    David
    --
    David Beecher, Sr. Solutions Architect and Integration Specialist
    http://www.tekops.com
    702-933-6275

    We use SugarCRM CE ourselves and Implement it for customers nationwide.
    We are a SugarCRM contributor and our solutions have been used by SugarCRM.

  4. #4
    ddbtek is offline Sugar Community Member
    Join Date
    Apr 2006
    Location
    United States
    Posts
    43

    Default Re: Fatal error: Out of memory

    This is not a problem with SugarCRM. Sugar *does* have significant limitations because it uses PHP for a lot of memory intensive activities (e.g., try create a 30-thousand member target list).

    You need to make sure that both your memory sizes in PHP.INI and in your Webserver (httpd.conf) are both configured to allow the php code to allocate more memory. Your's is currently set to 30MB, it needs to be more. PHP is a great interpretive language but it is a memory pig.

    First, run php to have it tell you where the php.ini file IT is using is located:
    Code:
    [john@bubba etc]# php -i |grep ini
    Configuration File (php.ini) Path => /usr/local/etc/php.ini
    Then edit that file and change these 3 variables (mine are set as follows):

    Code:
    memory_limit = 512M      ; Maximum amount of memory a script may consume (512MB)
    post_max_size = 60M
    upload_max_filesize = 60M
    Restart apache if you are using that.

    Try again.


    David
    --
    David Beecher, Sr. Solutions Architect and Integration Specialist
    http://www.tekops.com
    702-933-6275

    We use SugarCRM CE ourselves and Implement it for customers nationwide.
    We are a SugarCRM contributor and our solutions have been used by SugarCRM.

  5. #5
    alliancecomputers's Avatar
    alliancecomputers is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    22

    Default Re: Fatal error: Out of memory

    Did you find an answer to this??? 1and1 is NO help. Please tell me you did
    Alliance Computers, LLC

  6. #6
    Chris_C is offline Sugar Community Member
    Join Date
    Jun 2011
    Posts
    135

    Default Re: Fatal error: Out of memory

    Quote Originally Posted by alliancecomputers View Post
    Did you find an answer to this??? 1and1 is NO help. Please tell me you did
    If your 1and1 control panel have an app installer - Softaculous or Fantastico ?

    Check and see if Sugar is one of the apps inside that app installer.

    If you see Sugar in there - try to install it thru that app installer - it just might work - because the app installer's made to install Sugar (and all the apps on it), to install and run properly on 1and1's shared hosting server.

    Come back and let us know how it went!
    Last edited by Chris_C; 2012-01-29 at 06:27 AM. Reason: clear it up

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Fatal error: Out of memory
    By c.sharma32 in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2011-11-12, 04:23 PM
  2. Fatal error : out of memory
    By elcoyotus in forum Français
    Replies: 2
    Last Post: 2010-02-22, 02:26 PM
  3. keep getting Fatal error: Out of memory errors
    By njjacob in forum Installation and Upgrade Help
    Replies: 3
    Last Post: 2009-02-25, 05:33 PM
  4. Replies: 7
    Last Post: 2008-04-23, 06:23 AM
  5. Fatal error: Allowed memory size
    By ebox in forum Help
    Replies: 1
    Last Post: 2005-04-07, 06:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •