I have a problem when i extract large amount of data in csv. After 3 or 4 sec the page goes blanck and nothing happens. suitecrm.log is clean, adn the php error too. Is there a way to fix it?
It’s better to check your effective settings in Admin / Diagnostics / phpinfo, instead of php.ini (often people change the wrong php.ini or forget to restart web server)
Another setting to check would be memory_limit
It’s strange that you don’t have messages in the log defined in the error_log entry in php.ini…