Hello,
I have SugarCE Version 5.5.1 (Build 1202) and when I try to delete all contacts the webserver crashes and the contacts are not all deleted. I can delete many at a time (tested up to 100). Any ideas?
Thanks,
Jordan
Hello,
I have SugarCE Version 5.5.1 (Build 1202) and when I try to delete all contacts the webserver crashes and the contacts are not all deleted. I can delete many at a time (tested up to 100). Any ideas?
Thanks,
Jordan
Probably you are facing a memory limit issue on php.
Consider updating the value of attribute memory_limit to 256M at php.ini and restart your web server.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
Thank you, the memory_limit was set to 256M but the timeout was set to 60 seconds and the delete process was taking longer than that so I changed the time to 300 and now it works perfectly.
Regards,
Jordan
Now that I upgraded to Beta6 the timelimit in the php.ini seems to get ignored and is always set at 60 seconds, could the upgrade point to a different php.ini somewhere?
Thanks,
Run this in MySQL:
UPDATE contacts SET deleted='1';
That will have the same net effect as Sugar's delete all option - but it won't abuse PHP memory usage.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks