Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

168
Views
SugarCRM Request Timeout

I'm using SugarCRM to fetch records (more than 1000+ records) in Cases. I already set up config_override.php:

$sugar_config['max_record_fetch_size']= 1200;

php.ini:

max_execution_time = 3600;

I still get the timeout error. What else do i need to change?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

set max execution time to 0 so that it will not through timeout error...but you need to optimize your code or query to get records.

max_execution_time(0);
over 4 years ago · Santiago Trujillo Report

0

In SugarCRM 7.6, theres a new configuration to override api.timeout

$sugar_config['api']['timeout'] = 180;  //default 3 minutes

so i need to override the time to a higher value for me to avoid the Request timeout error :-)

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!