• Resolved gigab4yt

    (@gigab4yt)


    Hello,

    I have an issue, that this plugin does not support IPv6. So when somebody tries to sent message and using for Internet connection IPv6, message is not sent and error in console is shown:

    Uncaught TypeError: Cannot read property ‘1’ of null(…)

    errro

    Can somebody help me with this? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey. I recently stumbled upon this problem as well. Problem was that the row in the Database wp_messagebox->ip was limited to 15 characters (enough for ipv4, but ipv6 cannot be stored -> error)

    changing the field from 15 to 39 characters length fixed it for me.

    for fixing the plugin completely:

    ajax_shoutbox.php line 121

    change:

    ip varchar(15) COLLATE latin1_general_ci NOT NULL default ”,

    to

    ip varchar(39) COLLATE latin1_general_ci NOT NULL default ”,

    • This reply was modified 7 years, 8 months ago by psolaz.
    Thread Starter gigab4yt

    (@gigab4yt)

    Hi psolaz,

    thank you for your advice, it helped me.

    Thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not able to sent messages through IPv6’ is closed to new replies.