View previous topic :: View next topic |
Author |
Message |
Choo Choo
Joined: 30 Jul 2007 Posts: 4 Location: Brazil
|
Posted: Mon Jul 30, 2007 1:35 Post subject: Problems with MySQL Demo Module |
|
|
Hello,
The MySQL Demo Module do not work here:
"ERROR"
"The MySQL plugin is not available. If you have both xp_mysql.dll and xp_sqlite.dll in your NWN2 folder, please remove xp_sqlite.dll.
If you don't have xp_mysql.dll in your NWN2 install directory, please copy it there and reload NWNX4Demo."
we did that, but continue not working...
Could you help??? |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Wed Aug 01, 2007 21:46 Post subject: |
|
|
Hmm, did you read the tutorial in the documentation section on this site ?
You probably need to change the class in your xp_mysql.ini file to SQL. If that is not the case, then please post the contents of all log files. _________________ Papillon |
|
Back to top |
|
|
Choo Choo
Joined: 30 Jul 2007 Posts: 4 Location: Brazil
|
Posted: Wed Aug 01, 2007 22:39 Post subject: |
|
|
Thank's Papillon,
we change the class and it works.
Now, we have other problem: In the table pwdata of the DB NWNX, the last register(where we set the date and time), was configured as "Primary Key" and are not receaving atualizations like the other registers (name, tag, value, etc... are working fine).
Could be the version of our Sql?
Thank' s again
Choo choo |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Thu Aug 02, 2007 9:25 Post subject: |
|
|
Primary key ? The timestamp column ? That's not correct.
It should be a normal TIMESTAMP column and it's default value should be CURRENT_TIMESTAMP. You might be misinterpreting what you see... I'd suggest to have a look with MySQL Query Browser, it has quite a nice table editor. _________________ Papillon |
|
Back to top |
|
|
Choo Choo
Joined: 30 Jul 2007 Posts: 4 Location: Brazil
|
Posted: Sat Sep 01, 2007 18:46 Post subject: |
|
|
Thank's
everything is running great now |
|
Back to top |
|
|
|