RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 19 forks source link

SQL error due to limited config size #58

Closed svennd closed 9 years ago

svennd commented 9 years ago

Would be nice if a work-around could be found, since we want to work with a whitelist tags only.

SQL ERROR [ mysqli ]

Data too long for column 'config_value' at row 1 [1406]

SQL

UPDATE phpbb3_config SET config_value = '[\"huren\",\"kopen\",\"lenen\",\"erfenis\",\"test\",\"tezaead\",\"ezadezda\",\"dazedazeda\",\"zedzedddd\",\"ezdzedzedeed\",\"eazezaeaze\",\"eazezaead\",\"azdrcrec\",\"dfgstgerv\",\"rvrte\",\"rfgerf\",\"qsds\",\"fezfzefz\",\"dezdzedez\",\"peer\",\"appel\",\"groen\",\"geel\",\"rood\",\"blauw\",\"oranje\",\"boompje\"]' WHERE config_name = 'robertheim_topictags_whitelist'

BACKTRACE
RobertHeim commented 9 years ago

Thanks for reporting!