Results 1 to 2 of 2

Thread: Fatal error: Allowed memory size

  1. #1
    Meyer is offline Sugar Community Member
    Join Date
    Oct 2006
    Location
    south africa
    Posts
    646

    Default Fatal error: Allowed memory size

    Hi there

    This message keeps popping up , with campaigns and my schedular

    Fatal error: Allowed memory size of 524288000 bytes exhausted (tried to allocate 16 bytes) in C:\xampp\htdocs\lantic\include\database\MysqlManag er.php on line 352

    //string contains distinct clause, "TOP needs to come after Distinct"
    //get position of distinct
    $match_zero = strtolower($matches[0]); \\----- this is line 352------
    $distinct_pos = strpos($match_zero , "distinct");
    //get position of where
    Regards

    Paul
    Last edited by Meyer; 2009-06-25 at 08:10 AM. Reason: extra info

  2. #2
    dricrm is offline Sugar Community Member
    Join Date
    Aug 2005
    Location
    Lisbon, Portugal
    Posts
    116

    Default Re: Fatal error: Allowed memory size

    Hi,

    you need to find a file named php.ini, up the memory_limit parameter and restart xampp.

    diogo

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 7
    Last Post: 2008-04-23, 05:23 AM
  2. PHP Fatal error: Allowed memory size...
    By rousseau in forum Help
    Replies: 3
    Last Post: 2008-03-17, 10:52 PM
  3. PHP Fatal error: Allowed memory size
    By blakegrover in forum Help
    Replies: 1
    Last Post: 2007-06-01, 01:59 PM
  4. Replies: 1
    Last Post: 2006-06-19, 09:50 AM
  5. Fatal error: Allowed memory size
    By ebox in forum Help
    Replies: 1
    Last Post: 2005-04-07, 05: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
  •