Open DBinaghi opened 3 years ago
Investigated a bit: the field referrer is created as a varchar(1024)
, but as soon as the length is over 255 the error raises. It seems varchar should not be used for fields larger than 255, maybe switching to another type could solve the problem.
Error seems to be triggered by too long an URL of referral page (f.i., when trying to perform a second search after displaying the results of an advanced search one).
Here's the error log: