Anope IRC Services

Anope Development => Modules => Topic started by: ping on June 27, 2006, 09:35:14 AM

Title: Profileserv
Post by: ping on June 27, 2006, 09:35:14 AM
[3:34am]  [Personal Notice] Y: Modulo: profileserv [1.0.2] [3rd]

But the bot don't load :(


LOG:

Quote

[Jun 27 04:33:56 2006] trying to load [profileserv]
[Jun 27 04:33:56 2006] status:
  • [Module, Okay - No Error]


And them...

Quote

[Jun 27 04:33:56 2006] Databases loaded
[Jun 27 04:33:56 2006] Info: Reflecting database records.
[Jun 27 04:33:56 2006] Can't create sql query: UPDATE anope_ns_core SET
BLA BLA BLA BLAB...



[Edited on 27-6-2006 by Ping]

[Edited on 27-6-2006 by Ping]
Title:
Post by: SpaceDoG on June 27, 2006, 12:16:11 PM
Do you have sql installed/configured?
Title:
Post by: Trystan Scott Lee on June 27, 2006, 01:50:27 PM
Quote

[Jun 27 04:33:56 2006] Databases loaded
[Jun 27 04:33:56 2006] Info: Reflecting database records.
[Jun 27 04:33:56 2006] Can't create sql query: UPDATE anope_ns_core SET
BLA BLA BLA BLAB...


profile server does not touch the anope_ns_core table, this would be an internal anope message for when its saving its own databases to mysql
Title:
Post by: Dave Robson on June 27, 2006, 01:53:26 PM
As Trystan says, im guessing mysql isnt setup - you probablly havnt ran tables.sql to create the anope tables in the first place.
Title:
Post by: ping on June 27, 2006, 11:03:33 PM
Yeah, look I run tables.sql on my MySql but I need to do this:

/msg operserv modunload profileserv
them...

/msg operserv modload profileserv
to works the module.

The module seems to have be loaded but this is false alone it appears in the list of "ModList" using operserv but the bot of service ProfileServ is not on IRC so I need to do this process of commands in order that the module loads really.

NOTE: I have the module on "Autoload Module List" on services.conf
Title:
Post by: Dave Robson on June 28, 2006, 08:31:55 AM
If it creates a new client, you probablly want it in the delayed module load section.
Title:
Post by: ping on June 29, 2006, 05:02:41 AM
Thanks, I tried that