Export Crashing

Post Reply
rmcdonald
Investor
Investor
Posts: 417
Joined: 19 Dec 2018, 02:33
Name: Robert McDonald
Location: Auckland, New Zealand
Company Name: Unicloud
Contact:

Export Crashing

Post 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
User avatar
support
Site Admin
Posts: 6206
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Export Crashing

Post 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', ''); 
Post Reply