Results 1 to 2 of 2

Thread: INI_SET and PHP.INI

  1. #1
    jcavard is offline Junior Member
    Join Date
    Aug 2007
    Posts
    3

    Default INI_SET and PHP.INI

    Hello,

    I have a problem, since I added IMAP C-client module on my server, I get this error.


    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 77824 bytes) in /home/netaca/public_html/SugarOS-Full-4.5.1e/include/phpmailer/class.phpmailer.php on line 837


    I tried to set the memory_allowed to 128M, using ini_set in the index.php but I get an unexisting function error for ini_set()

    Anyone knows why?

    Also, I know it can be changed in the php.ini file, but I'm on a web server, so I don't have access to that file. Anyone has a work around for this!?

    I'm sure there is people that can't modify php.ini file, where do you put the ini_set/what do you do. Thanks a lot!


    using

    PHP Version 5.2.3
    MySQL 4.1.22
    Apache 1.3.37
    SugarOS 4.5.1e

  2. #2
    jcavard is offline Junior Member
    Join Date
    Aug 2007
    Posts
    3

    Default Re: INI_SET and PHP.INI

    well, you can add ini_set() in the setPhpIniSettings() function in include/utils.php
    Thanks anyway!
    hope this will help and save you time.

    sugar crm rocks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help me edit php.ini
    By crmfreak in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2007-03-28, 12:54 PM
  2. Editing php.ini memory_limit setting?
    By proforums in forum General Discussion
    Replies: 2
    Last Post: 2006-01-17, 06:26 PM
  3. Replies: 6
    Last Post: 2005-09-27, 06:33 PM
  4. Sigh.. php.ini not being read as changed
    By ryanbrantley in forum Help
    Replies: 4
    Last Post: 2005-04-20, 11:36 PM
  5. Replies: 4
    Last Post: 2004-12-20, 09:18 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
  •