PDA

View Full Version : Need Help With pretimes and invite


epoke
10-10-2005, 01:16 PM
Hi,
first thank for this great project Neoxed .
I need more info for the pretimes and invite part in AlcoBot .
Every time i start my eggdrop i saw that pretimes module and invite module aren't load :
[20:04] [☻AlcoBot☻] Error :: ModPreTimes - Unable to connect to database "pretime
and
[20:04] [☻AlcoBot☻] Error :: ModInvite - Unable to connect to database "invite

My db work correctly before with nxtools and other script
If someone can give me any help or information ;)

TIA

neoxed
10-10-2005, 01:48 PM
Hmm, that's odd. Is that the full error message, or did you truncate the message in your post?

It should look like:
[AlcoBot] Error :: ModSomething - Unable to connect to database "ODBC DSN": <error message> (<error code>)

Which version of AlcoBot?
Did you install the MyODBC driver for MySQL (assuming you're using MySQL)?

epoke
10-10-2005, 02:25 PM
[20:37] [☻AlcoBot☻] Error :: ModInvite - Unable to connect to database "pretimes
": [Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et no
m de pilote non spécifié (IM002)
and
[20:37] [☻AlcoBot☻] Error :: ModPreTimes - Unable to connect to database "pretim
es": [Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et
nom de pilote non spécifié (IM002)

i'm using easyphp 1.8 for testing box and AlcoBot 0.4.0

edit :
all working right i have completely missed the MyODBC driver for MySQL
Big thank neoxed

ps :where did you write anything about the driver please cause i'm affried of missing a thing like that ? :)

neoxed
10-10-2005, 03:46 PM
I didn't write anything about setting up an ODBC DSN because there's hundreds of tutorials already (Google it :p).

I guess I could add something for future releases. :)