João New Member Feb 11, 2016 #1 I can not import CSV files. I get the following message: The CSRF token is invalid
twisted1919 Administrator Staff member Feb 13, 2016 #2 Of course, this happens because you upload a file larger than your PHP accepts and there no more room for the csrf token to pass. Solution is to increase the php max. allowed upload size.
Of course, this happens because you upload a file larger than your PHP accepts and there no more room for the csrf token to pass. Solution is to increase the php max. allowed upload size.