All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

ip_adress in exp_low_search_log error 'data too loong for column'

Dave 27 Aug 2018 14:14 question, complete

Hi
My client gets an error when seaching wit low_search.

She gets the follwing error (see image). It seems she has a too long ip_adress.
I dont have this problem myself.

How can i fix this?

Replies

  1. Low 27 Aug 2018 14:21

    Try running this query to see if that helps:

    ALTER TABLE exp_low_search_log MODIFY COLUMN ip_address VARCHAR(50) NOT NULL;

  2. Dave 27 Aug 2018 14:37

    Hi Low,

    Thanks for the fast reply, the solution worked out great.

    Thanks again.
    Best regards,

    Dave