Page 1 of 1

Export Crashing

Posted: 08 Dec 2019, 23:15
by rmcdonald
Hi Sergey,

On trying to export from our main entity the system crashes out and returns to the login screen before export in completed on version 2.5.2

We can select all the records and start the export but it wont complete

Re: Export Crashing

Posted: 09 Dec 2019, 12:49
by support
Usually it can be session issue.
Open config/server.php file and find next line

Code: Select all

define('STORE_SESSIONS', 'mysql'); 
remove mysql so it will looks like this

Code: Select all

define('STORE_SESSIONS', '');