Unsupported Screen Size: The viewport size is too small for the theme to render properly.

NULL longtext fields leading to errors

forums forums NULL longtext fields leading to errors

  • This topic is empty.
Viewing 0 reply threads
  • Author
    Posts
    • #14496
      u3003-04-23
      Member

      In case it helps anyone else, I found a simple workaround, which fixed the problem.

      e.g.

      update v_board_all_notices

      set site = 'n/a'

      where

      length(site) = 0 or

      length(site) = 1 or

      length(site) = 2 or

      site = '' or

      site is null;

      jim

Viewing 0 reply threads
  • You must be logged in to reply to this topic.