• i get this error
    Database error: [Unknown column ‘regex_type’ in ‘blacklist’]
    ALTER TABLE blacklist CHANGE COLUMN regex_type regex_type enum(‘ip’,’url’,’rbl’,’option’) NOT NULL DEFAULT ‘url’
    Database stuff done. Adding to blacklist …
    Database error: [Unknown column ‘regex’ in ‘where clause’]
    SELECT id FROM blacklist WHERE regex='([-\\w\\_.]+\\.)?(l(so|os)tr)\\.[a-z]{2,}’
    Database error: [Unknown column ‘regex’ in ‘field list’]
    INSERT INTO blacklist (regex, regex_type) VALUES (‘([-\\w\\_.]+\\.)?(l(so|os)tr)\\.[a-z]{2,}’,’url’)
    Error importing : ([\w\-_.]+\.)?(l(so|os)tr)\.[a-z]{2,}
    anyone else had this problem? Ive done everything to the letter
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had this problem after I installed Blacklist 2.61 over another version.
    What I had to do was drop the blacklist table in my database.
    Once that table was gone, the list was imported swimmingly 🙂

    As always, able to find all the answers here.

    This fix worked for me as well.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error after installing Blaclist 2.61’ is closed to new replies.