Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Mysql error  (Read 2477 times)

0 Members and 1 Guest are viewing this topic.

Paul

  • Anope User
  • Offline Offline
  • Posts: 1
Mysql error
« on: November 16, 2017, 03:38:08 PM »

Hi guys probably something really stupid im missing but need ya help to resolve this issue when i oper up i get this error msg but not sure how to fix

Code: [Select]
M_SQL_OPER: Expected column named "opertype" but one was not found
i understand the error theres no column named opertype in the table but does it auto add it or do i do it manually if so what do i add please

thx in advance
« Last Edit: November 16, 2017, 03:39:48 PM by Paul »
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Mysql error
« Reply #1 on: November 17, 2017, 09:41:27 AM »

Did you enable the m_sql_oper module ?
If yes, I think you didn't read the comments:
Quote
This module allows granting users services operator privileges and possibly IRC Operator privileges based on an external SQL database using a custom query.
It means you must have your own table (not an anope one) which must have an opertype field and account name or ip address.
Pages: [1]   Go Up