When selecting many options from the advanced search referer to large for watchdog e.g.
http://localhost/search-content?keys=paris&matchmode=2&author=admin&term...
Error Message:-
user warning: Data too long for column 'referer' at row 1 query: INSERT INTO watchdog (uid, type, message, variables, severity, link, location, referer, hostname, timestamp) VALUES (1, 'search', '<em>top</em> <em>?keys=top&matchmode=2&author=admin&sortfield=last_updated&sortdir=ASC</em>', 'N;', 5, '<a href=\"/search-content?keys=top&matchmode=2&author=admin&sortfield=last_updated&sortdir=ASC\" class=\"active\">results</a>', 'http://localhost/search-content?keys=top&matchmode=2&author=admin&sortfield=last_updated&sortdir=ASC', 'http://localhost/search-content?keys=paris&matchmode=2&author=admin&terms203=Adventure,Activity&sortfield=last_updated&sortdir=ASC', '127.0.0.1', 1223638279) in Z:\environment\www\modules\dblog\dblog.module on line 144.
Comments
Comment #1
markus_petrux commentedI'll be marking all issues related to D6 port of this module as dup of this one:
http://drupal.org/node/306959
I hope to get things fixed by this weekend.
Comment #2
markus_petrux commentedYup! This watchdog issue is in fact Drupal core related: #107824: Convert {watchdog}.referer and {accesslog}.url from VARCHAR to TEXT
I'm afraid that's the door that should be knocked to fix this.
Comment #3
markus_petrux commented