Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Not sure  (Read 8499 times)

0 Members and 1 Guest are viewing this topic.

Phillip

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • ParanoiaNET
Not sure
« on: December 01, 2019, 07:14:10 PM »

Not sure how to do the SQL database for it, but would like some help with it.

If anyone is offering to help me out with it.
Logged

Phillip

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • ParanoiaNET
Re: Not sure
« Reply #1 on: December 05, 2019, 09:49:34 AM »

So, after looking at everything in my MySQL database...none of the tables installed...
How would I go by on installing them?
Logged

CrazyCat

  • Anope User
  • Offline Offline
  • Posts: 240
    • French Eggdrop community
Re: Not sure
« Reply #2 on: December 06, 2019, 07:52:17 AM »

Have a look to https://github.com/h9k/magirc:
Quote
Also, you will need additional database tables, views and stored procedures for the Anope database in order to get the data needed by MagIRC. Please look at the setup/sql/anope.sql file and adapt it if needed (table prefixes, etc.) and run it against your Anope database.

Phillip

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • ParanoiaNET
Re: Not sure
« Reply #3 on: December 06, 2019, 02:03:16 PM »

I have looked at that. Shouldn't that be auto into the database, though?
Logged

Phillip

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 12
    • ParanoiaNET
Re: Not sure
« Reply #4 on: December 07, 2019, 04:55:07 PM »

This is what I am getting now.

Code: [Select]
[Dec 07 11:42:57 2019] Anope 2.0.7 starting up
[Dec 07 11:42:57 2019] Unable to initialize languages, gettext is not installed
[Dec 07 11:42:57 2019] Loading modules...
[Dec 07 11:42:57 2019] Error while loading db_old: Invalid hash method
[Dec 07 11:42:57 2019] lib/modules/db_flatline.so: cannot open shared object file: No such file or directory
[Dec 07 11:42:57 2019] lib/modules/database_name.so: cannot open shared object file: No such file or directory
[Dec 07 11:42:57 2019] M_HTTPD: Unable to create HTTP server httpd/main: Unable to bind to address: Address already in use
[Dec 07 11:42:57 2019] lib/modules/m_mysql/main.so: cannot open shared object file: No such file or directory
[Dec 07 11:42:57 2019] lib/modules/m_sql_authentication.so: cannot open shared object file: No such file or directory
[Dec 07 11:42:57 2019] lib/modules/m_sqlite.so: cannot open shared object file: No such file or directory
[Dec 07 11:42:57 2019] M_CHANSTATS: no database connection to mysqli
[Dec 07 11:42:57 2019] IRC2SQL: no database connection to mysql/main
[Dec 07 11:42:57 2019] Using IRCd protocol unreal4
[Dec 07 11:42:57 2019] Loading databases...
[Dec 07 11:42:57 2019] Databases loaded
[Dec 07 11:42:57 2019] Attempting to connect to uplink #1 127.0.0.1 (127.0.0.1), port 7020
[Dec 07 11:42:57 2019] Successfully connected to uplink #1 127.0.0.1:7020
[Dec 07 11:42:59 2019] ERROR: Server services.hostname already exists from services.hostname
[Dec 07 11:42:59 2019] Received ERROR from uplink: Server services.hostname already exists from services.hostname
Logged
Pages: [1]   Go Up